You can use a method like IF_DOCUMENT_BCS~GET_BODY_PART_CONTENT to get the content. Then another call of :
email_body = cl_document_bcs=>create_document ... (
send_request->set_document( email_body ).
will replace the old content.
You can use a method like IF_DOCUMENT_BCS~GET_BODY_PART_CONTENT to get the content. Then another call of :
email_body = cl_document_bcs=>create_document ... (
send_request->set_document( email_body ).
will replace the old content.