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
Below is a list of transaction codes which are relevant to this SAP report
MEREP_MIG - Migration
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.
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
INCLUDE MEREP_CONSTANTS01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.