MGVERSXPRA2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Update Material Master Control Tables for Screen Sequence/Attributes This program includes the new OK code
If you would like to execute this report or see the full code listing simply enter MGVERSXPRA2 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: Update Material Master Control Tables for Screen Sequence/Attributes
Text Symbol: 001 = Start of updating of material master screen sequence
Text Symbol: 002 = No comparative entry from screen sequence 21 in client 000
Text Symbol: 006 = Number of updated screen sequences:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SFW_GET_CLIENT_FOR_XPRA CALL FUNCTION 'SFW_GET_CLIENT_FOR_XPRA' EXPORTING * I_OBJECTTYPE = 'PROG' I_OBJECTNAME = 'MGVERSXPRA2' * I_SELECT_STAND_BY = ' ' CHANGING T_T000 = IT000 .
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' accept_not_init = 'X' * IV_SUPPRESS_STATISTICS = ' ' TABLES xmsg = tprot EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3 .
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MGVERSXPRA2 - Update Material Master Control Tables for Screen Sequence/Attributes MGVERSXPRA2 - Update Material Master Control Tables for Screen Sequence/Attributes MGVERSXPRA1 - XPRA for filling table MATERIALID MGVERSXPRA1 - XPRA for filling table MATERIALID MGVADDMATERIALID - Missing entry, maintain MATERIALID MGVADDMATERIALID - Missing entry, maintain MATERIALID