SAP Reports / Programs

MEREP_MIGRATION SAP ABAP Report - SyncBO Migration Tool







MEREP_MIGRATION is a standard Executable ABAP Report 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_MIGRATION into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MEREP_MIG - Migration


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


Text pool values


Selection Text: APPL = Mobile Component
Selection Text: CDATE = D .
Selection Text: CDPT = All Objects
Selection Text: CIDPT = SyncBO Exit Source
Selection Text: CNAME = D .
Selection Text: CONFIG = SyncBO configurations
Selection Text: CRED = D .
Selection Text: CREN = D .
Selection Text: DEFD = Default Values -Mobile ID
Selection Text: DEFG = Default Values -Mobile Group
Selection Text: DEFLT = Default value settings
Selection Text: DEFS = Default Values -SyncBO
Selection Text: FILTR = Filtering criteria
Selection Text: IMPO1 = Replace All at Import
Selection Text: IMPO2 = Insert New at Import
Selection Text: LANGG = D .
Selection Text: TEST =
Selection Text: TA6 =
Selection Text: TA5 =
Selection Text: TA4 =
Selection Text: TA3 =
Selection Text: TA2 =
Selection Text: TA1 =
Selection Text: SYNC = D .
Selection Text: SELS = Filtering Criteria -SyncBO
Selection Text: SELG = Filtering Criteria -Group
Selection Text: SELD = Filtering Criteria -ID
Selection Text: SCNO = D .
Selection Text: SCENARIO = Mapping
Selection Text: SCDPT = Selected Objects
Selection Text: REQNUM = Transport Request
Selection Text: OVWRT = Overwriting Allowed at Import
Title: SyncBO Migration Tool
Text Symbol: 228 = Import Option :
Text Symbol: 229 = Client Dependent Objects
Text Symbol: 230 = Client Independent Objects
Text Symbol: 231 = Transport Tables
Text Symbol: 232 = SyncBO name





Text Symbol: 273 = Details of the Transport Request
Text Symbol: 274 = Details of Contents
Text Symbol: 275 = Details of Transport Request
Text Symbol: 276 = Exporting Objects (test run)
Text Symbol: 277 = Importing Objects (test run)
Text Symbol: 278 = Overview of Client Independent Table
Text Symbol: 284 = Imported Objects Overview
Text Symbol: 285 = Importing Objects Overview (Test Run)
Text Symbol: 286 = Uploaded Objects Overview
Text Symbol: 287 = Downloading Objects Overview (Test Run)
Text Symbol: 288 = Exporting Objects Overview (Test Run)
Text Symbol: 289 = Uploading Objects Overview (Test Run)
Text Symbol: 290 = Exported Objects Overview
Text Symbol: 291 = Downloaded Objects Overview
Text Symbol: 292 = Imported Objects
Text Symbol: 300 = Transport for SyncBO Migration
Text Symbol: 301 = Transport for SyncBO Migration -Client Independent-
Text Symbol: 302 = Transport for SyncBO Migration -Client Dependent-
Text Symbol: 227 = Synchronization Type Definition Objects
Text Symbol: 094 = Client dependent objects:
Text Symbol: 093 = Client independent objects:
Text Symbol: 092 = Import Option
Text Symbol: 084 = Upload from File
Text Symbol: 080 = Language Option
Text Symbol: 072 = Transport Request
Text Symbol: 065 = Test Run
Text Symbol: 061 = Other Objects
Text Symbol: 060 = SyncBO Definition Objects
Text Symbol: 050 = Download to File
Text Symbol: 040 = Language
Text Symbol: 038 = Description
Text Symbol: 037 = All languages
Text Symbol: 036 = Number of SyncBO:
Text Symbol: 033 = Overwriting allowed at Import or Upload
Text Symbol: 032 = Advanced selection
Text Symbol: 031 = Compress selection
Text Symbol: 030 = Simulate
Text Symbol: 025 = Transport Objects
Text Symbol: 022 = Selections for SyncBO ID





Text Symbol: 007 = Filtering Criteria - Mobile Group
Text Symbol: 006 = Filtering Criteria - Mobile ID
Text Symbol: 005 = Filtering Criteria - SyncBO
Text Symbol: 004 = Delete
Text Symbol: 003 = Import
Text Symbol: 002 = Display Log
Text Symbol: 001 = Export
Text Symbol: 000 = Transport Action
Text Symbol: 226 = No Transport Request to Import
Text Symbol: 225 = No SyncBO Found to Export
Text Symbol: 224 = Import : Date
Text Symbol: 223 = User
Text Symbol: 222 = Export : Date
Text Symbol: 221 = Do not overwrite
Text Symbol: 220 = Overwrite
Text Symbol: 219 = Not imported to this system
Text Symbol: 218 = Imported to this system
Text Symbol: 217 = Request Number
Text Symbol: 216 = Insert new only
Text Symbol: 215 = Replace All
Text Symbol: 214 = Import Option
Text Symbol: 211 = SyncBO name :
Text Symbol: 210 = Record count
Text Symbol: 209 = Table Name
Text Symbol: 208 = Import Log
Text Symbol: 207 = Username
Text Symbol: 206 = Client
Text Symbol: 205 = System
Text Symbol: 204 = Time
Text Symbol: 203 = Date
Text Symbol: 201 = Exit Source Code
Text Symbol: 107 = Release
Text Symbol: 105 = Confirm Action
Text Symbol: 102 = Transport request will be deleted.
Text Symbol: 096 = Export/Download
Text Symbol: 095 = Import/Delete


INCLUDES used within this REPORT MEREP_MIGRATION

INCLUDE MEREP_CONSTANTS01.


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:




MEREP_READ_SCEN_OBJ call function 'MEREP_READ_SCEN_OBJ' EXPORTING scenario = -scenario IMPORTING scenario_obj = ldc_sobj EXCEPTIONS invalid_scenario = 1 others = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'MEREP_MIGRATION' is_layout = gs_layout it_fieldcat = gt_fieldcat[] it_sort = gt_sort it_events = gt_events[] TABLES t_outtab = ldt_output.

TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING wi_kurztext = ldf_transtext wi_trfunction = 'K' IMPORTING we_trkorr = tnum "Request number we_e070 = gdt_e070 we_e07t = e07t we_e070c = e070c. "Reqno & client

TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING wi_e070 = gdt_e070 wi_e07t = e07t wi_sel_e071 = 'X' wi_sel_e071k = 'X' TABLES wt_e071 = gdt_e071 wt_e071k = gdt_e071k EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-102 titel = text-105 IMPORTING answer = ldf_popresult.

CONVERSION_EXIT_ISOLA_OUTPUT * CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' * EXPORTING * input = gds_lang-language * IMPORTING * output = ldf_lang.

ENQUEUE_MEREP_401 CALL FUNCTION 'ENQUEUE_MEREP_401' EXPORTING scenario = gds_select-scenario EXCEPTIONS foreign_lock = 0 system_failure = 0 OTHERS = 0.

DEQUEUE_MEREP_401 CALL FUNCTION 'DEQUEUE_MEREP_401' EXPORTING scenario = gds_select-scenario EXCEPTIONS OTHERS = 0.

TR_RELEASE_REQUEST CALL FUNCTION 'TR_RELEASE_REQUEST' EXPORTING iv_trkorr = ldf_request iv_success_message = 'X' EXCEPTIONS cts_initialization_failure = 1 enqueue_failed = 2 no_authorization = 3 invalid_request = 4 request_already_released = 5 repeat_too_early = 6 object_check_error = 7 * object_keys_without_header = 8 docu_missing = 8 db_access_error = 9 action_aborted_by_user = 10 export_failed = 11 OTHERS = 12.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'MEMSD' CHANGING ct_fieldcat = ldt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'MEMSD_TEXT' CHANGING ct_fieldcat = ldt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = lds_layout it_fieldcat = ldt_fieldcat i_screen_start_column = 1 i_screen_start_line = 1 i_screen_end_column = 120 i_screen_end_line = 20 IMPORTING es_exit_caused_by_user = lds_exit TABLES t_outtab = ldt_msd_sel EXCEPTIONS program_error = 1 others = 2.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = lds_langg-language IMPORTING output = ldf_lang.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING * i_logo = 'MI' it_list_commentary = gt_list_top_of_page.

NAMETAB_GET call function 'NAMETAB_GET' EXPORTING langu = sy-langu tabname = -tabnam TABLES nametab = ldt_tab EXCEPTIONS internal_error = 1 table_has_no_fields = 2 table_not_activ = 3 no_texts_found = 4 others = 5.



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