SAP Reports / Programs | Basis Components | SAP NetWeaver Mobile - Use subcomponents(BC-MOB) SAP BC

MEREP_SYNCHRONIZERF03 SAP ABAP INCLUDE - Include MEREP_SYNCHRONIZERF01







MEREP_SYNCHRONIZERF03 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 MEREP_SYNCHRONIZERF03 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 MEREP_SYNCHRONIZERF03. "Basic submit
SUBMIT MEREP_SYNCHRONIZERF03 AND RETURN. "Return to original report after report execution complete
SUBMIT MEREP_SYNCHRONIZERF03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MEREP_SYNCHRONIZERF03

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:

GUID_CREATE call function 'GUID_CREATE' importing ev_guid_32 = -state_id.

GUID_CREATE call function 'GUID_CREATE' importing ev_guid_32 = lds_strprf-id.

MEREP_CASCADE_DELETE call function 'MEREP_CASCADE_DELETE' exporting mbl_id = handler_worklist-mbl_id syncbo = handler_worklist-scenario struct_id = gcf_struct_top sync_key = -sync_key sync_generic = ldc_sync_generic changing ie_reference_delete = ldt_reference_del ie_head_delete = ldt_cascade_head_del.

GUID_CREATE call function 'GUID_CREATE' importing ev_guid_32 = lds_strprf-id.

GUID_CREATE call function 'GUID_CREATE' importing ev_guid_32 = -state_id.

MEREP_CASCADE_DELETE call function 'MEREP_CASCADE_DELETE' exporting mbl_id = handler_worklist-mbl_id syncbo = handler_worklist-scenario struct_id = -struct_id sync_key = -sync_key sync_generic = ldc_sync_generic changing ie_reference_delete = ldt_reference_del ie_head_delete = ldt_cascade_head_del.

MEREP_RDB_S01_UPDATE call function 'MEREP_RDB_S01_UPDATE' exporting syncbo = handler_worklist-scenario mbl_id = handler_worklist-mbl_id timestamp = ldf_ts it_head = lds_rdb_h_update it_item = ldt_rdb_p_update.

MEREP_RDB_T01_CASCADE_UPDATE call function 'MEREP_RDB_T01_CASCADE_UPDATE' exporting mbl_id = handler_worklist-mbl_id i_head = ldt_cascade_head i_item = ldt_cascade_item i_reference = ldt_reference i_head_delete = ldt_cascade_head_del i_reference_delete = ldt_reference_del.

MEREP_FILTER call function 'MEREP_FILTER' exporting searchfld1 = ldf_searchfld1 searchfld2 = ldf_searchfld2 searchfld3 = ldf_searchfld3 scenario = ldc_sync_generic-syncbo_attr-scenario mobile_group = ldc_sync_generic-device_ctrl-mbl_group mbl_id = ldc_sync_generic-device_ctrl-mbl_id me = prs_me importing result = ldf_result changing sync_generic = ldc_sync_generic.



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 MEREP_SYNCHRONIZERF03 or its description.