SAP Reports / Programs

/SAPMP/MIG_VERSIONS_CREATE SAP ABAP Report - Migration Cable Solution -> DIMP: Create Production Version







/SAPMP/MIG_VERSIONS_CREATE 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 /SAPMP/MIG_VERSIONS_CREATE 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

/SAPMP/MIGPV - Mig. Cable -> DIMP: Prod. Version


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 /SAPMP/MIG_VERSIONS_CREATE. "Basic submit
SUBMIT /SAPMP/MIG_VERSIONS_CREATE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPMP/MIG_VERSIONS_CREATE 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: P_CHECK = Inspect Production Version
Selection Text: P_GRC_C = Cutting Group Counter
Selection Text: P_KEYDAT = D Key Date
Selection Text: P_MLIST = Issue Messages
Selection Text: P_MODE = D Call Mode
Selection Text: P_TEST = D Test Mode
Selection Text: P_TLG_C = Cutting Plan Group
Selection Text: P_TLT_C = Cutting Plan Type
Selection Text: P_UPDATE = D Update Mode
Selection Text: P_VER_C = Cutting Production Version
Selection Text: P_VER_PP = D Production Version
Selection Text: SEL_MAT = D Material
Selection Text: SEL_PLN = D Plant
Title: Migration Cable Solution -> DIMP: Create Production Version
Text Symbol: 001 = Production Versions
Text Symbol: 002 = Cutting with Production Order
Text Symbol: 003 = Call Transaction: Parameter
Text Symbol: 004 = Notifications


INCLUDES used within this REPORT /SAPMP/MIG_VERSIONS_CREATE

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:

MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .

MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE = .

/SAPMP/MIGPP_MAT_VERSIONS_CR CALL FUNCTION '/SAPMP/MIGPP_MAT_VERSIONS_CR' EXPORTING im_key_date = p_keydat im_version_pp = p_ver_pp im_version_cut = p_ver_c im_tlg_cut = p_tlg_c im_grc_cut = p_grc_c im_checkflag = p_check im_test = p_test im_mode = p_mode im_update = p_update TABLES t_mbm_imp = lt_mbm t_mtk_imp = lt_mtk CHANGING ch_return_t = ls_h-bapi_mess_t.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = '/SAPMP/MIG_VERSIONS_CREATE' i_structure_name = 'BAPIRET2' TABLES t_outtab = lt_bapi_mess EXCEPTIONS program_error = 1 OTHERS = 2. "#EC *



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 /SAPMP/MIG_VERSIONS_CREATE or its description.