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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEREP_SYNCHRONIZERF03 - Include MEREP_SYNCHRONIZERF01 MEREP_SYNCHRONIZERF02 - Include MEREP_SYNCHRONIZERF01 MEREP_SYNCHRONIZERF01 - Include MEREP_SYNCHRONIZERF01 MEREP_SKELETON_V03 - MEREPSKELETONV03 MEREP_SKELETON_V01 - MEREPSKELETONV01 MEREP_SKELETON_U01 - SAP Mobile: Template for source code generation (Synchronizer)