SAP Reports / Programs | Patient Management | SAP Healthcare - Industry-Specific Components for Hospitals | Patient Management(IS-H-PM) SAP IS

RNJOIN00_SYNCHRONIZE_MERGE_F01 SAP ABAP INCLUDE - Include RNJOIN00_SYNCHRONIZE_MERGE_F01







RNJOIN00_SYNCHRONIZE_MERGE_F01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RNJOIN00_SYNCHRONIZE_MERGE_F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RNJOIN00_SYNCHRONIZE_MERGE_F01. "Basic submit
SUBMIT RNJOIN00_SYNCHRONIZE_MERGE_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RNJOIN00_SYNCHRONIZE_MERGE_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RNJOIN00_SYNCHRONIZE_MERGE_F01


INCLUDES used within this REPORT RNJOIN00_SYNCHRONIZE_MERGE_F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

COM_BUPA_MAIN_TO_BAPIMTCS CALL FUNCTION 'COM_BUPA_MAIN_TO_BAPIMTCS' EXPORTING it_bp_extern = lt_all_bps CHANGING ct_bapimtcs = lt_bapimtcs cv_next_free_currdno = lv_currdno.

CRS_SEND_TO_SERVER CALL FUNCTION 'CRS_SEND_TO_SERVER' EXPORTING i_obj_name = 'PATIENT_MAIN' i_bapicrmdh2 = lv_download_header * i_server_release = lv_sfa_rel * i_trfc_queue = gc_trfc_queue i_msg_send_allowed = 'X' i_obj_class = 'BUPA' i_table_level_filter_off = 'X' TABLES t_messages = lt_messages t_bapistructures = lt_bapimtcs EXCEPTIONS OTHERS = 1.

BUP_TB039A_SELECT_ALL CALL FUNCTION 'BUP_TB039A_SELECT_ALL' EXPORTING I_CLIENT = SY-MANDT I_XDINP = on TABLES T_TB039A = lt_tb039a EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

ISH_PNT_DB_MAP_PARTNER call function 'ISH_PNT_DB_MAP_PARTNER' EXPORTING I_OLD_PARTNER = l_old_partner IMPORTING E_PARTNER = L_partner.

BUP_BUT0ID_SELECT_WITH_PARTNER CALL FUNCTION 'BUP_BUT0ID_SELECT_WITH_PARTNER' EXPORTING IV_PARTNER = l_new_partner TABLES ET_BUT0ID = LT_BUT0ID EXCEPTIONS NOT_FOUND = 1 NOT_VALID = 2 OTHERS = 3.

ISH_PNT_DB_MAP_PARTNER call function 'ISH_PNT_DB_MAP_PARTNER' EXPORTING I_OLD_PARTNER = l_old_partner IMPORTING E_PARTNER = L_partner.

BUP_BUT0ID_SELECT_WITH_PARTNER CALL FUNCTION 'BUP_BUT0ID_SELECT_WITH_PARTNER' EXPORTING IV_PARTNER = l_new_partner TABLES ET_BUT0ID = LT_BUT0ID EXCEPTIONS NOT_FOUND = 1 NOT_VALID = 2 OTHERS = 3.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RNJOIN00_SYNCHRONIZE_MERGE_F01 or its description.