MEREP_SKELETON_D02 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_SKELETON_D02 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.
Title: SAP Mobile: Template for source code generation (Downloader)
INCLUDE MEREP_CONSTANTS01 .
INCLUDE MEREP_MACRO.
No SAP DATABASE tables are accessed within this REPORT code!
MEREP_OBJECT_START_END *CALL FUNCTION 'MEREP_OBJECT_START_END' * EXPORTING * OPERATOR = gcs_object-start * LOG_PARAMETERS = lds_log_parameters * IMPORTING * RETURN = lds_return.
MEREP_RUNTIME_LOADER CALL FUNCTION 'MEREP_RUNTIME_LOADER' EXPORTING scenario = lcf_scenario gfmtype = lcf_gfmtype CHANGING sync_generic = ldc_sync_generic badi_parms = ldc_badi_parms EXCEPTIONS FAILURE = 1 OTHERS = 2 .
MEREP_RTN_CREATE CALL FUNCTION 'MEREP_RTN_CREATE' EXPORTING COMMON_RTN = LDS_COMMON_RTN INBOX_RECORD = LDS_2_INBOX IMPORTING OUTBOX_RTN = lds_e_download_data TABLES i_metadata = ldc_sync_generic-metadata[] EXCEPTIONS OTHERS = 1.
MEREP_WHERE_2CL_CREATE CALL FUNCTION 'MEREP_WHERE_2CL_CREATE' EXPORTING MBL_GROUP = device_control-MBL_GROUP MBL_ID = HANDLER_WORKLIST-MBL_ID SCENARIO = HANDLER_WORKLIST-SCENARIO STRUCT_ID = GCF_STRUCT_TOP TABLES WTAB = LDT_WTAB EXCEPTIONS OTHERS = 1.
MEREP_FIX_INT_TO_EXT_CONVERT CALL FUNCTION 'MEREP_FIX_INT_TO_EXT_CONVERT' EXPORTING data_import = ldf_ldata mbl_id = handler_worklist-mbl_id IMPORTING data_export = lds_mbl504-data return = lds_return TABLES i_metadata = ldc_sync_generic-metadata[].
MEREP_RTN_CREATE CALL FUNCTION 'MEREP_RTN_CREATE' EXPORTING COMMON_RTN = LDS_COMMON_RTN INBOX_RECORD = LDS_2_INBOX IMPORTING OUTBOX_RTN = lds_e_download_data TABLES i_metadata = ldc_sync_generic-metadata[] EXCEPTIONS OTHERS = 1.
RSS_SYSTEM_GET_UNIQUE_ID CALL FUNCTION 'RSS_SYSTEM_GET_UNIQUE_ID' IMPORTING e_uni_idc = lds_mbl504-data+gcf_position_id(32).
MEREP_FIX_INT_TO_EXT_CONVERT CALL FUNCTION 'MEREP_FIX_INT_TO_EXT_CONVERT' EXPORTING data_import = ldf_ldata mbl_id = handler_worklist-mbl_id IMPORTING data_export = lds_mbl504-data return = lds_return TABLES i_metadata = ldc_sync_generic-metadata[].
MEREP_RTN_CREATE CALL FUNCTION 'MEREP_RTN_CREATE' EXPORTING COMMON_RTN = LDS_COMMON_RTN INBOX_RECORD = LDS_2_INBOX IMPORTING OUTBOX_RTN = lds_e_download_data TABLES i_metadata = ldc_sync_generic-metadata[] EXCEPTIONS OTHERS = 1.
MEREP_RTN_CREATE CALL FUNCTION 'MEREP_RTN_CREATE' EXPORTING COMMON_RTN = LDS_COMMON_RTN INBOX_RECORD = LDS_2_INBOX IMPORTING OUTBOX_RTN = lds_e_download_data TABLES i_metadata = ldc_sync_generic-metadata[] EXCEPTIONS OTHERS = 1.
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_SKELETON_D02 - SAP Mobile: Template for source code generation (Downloader) MEREP_SKELETON_D01 - SAP Mobile: Template for source code generation (Replicator) MEREP_SCREEN - Include MEREP_SBUILDER_TREEFORMS02 - MEREPSBUILDERTREEFORMS02 MEREP_SBUILDER_TREEFORMS01 - Forms for Tree Handling in SyncBO Builder MEREP_SBUILDER_TOP - Include