MMXPRA22 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for INCLUDE XPRA OBJECT DOKU ID TX LANGUAGE EN Distributes the contents of the new fields in table T130F to all clients...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter MMXPRA22 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: Adapt Material Master Field Attributes
Text Symbol: 001 = Start of updating of material master field table ;;
Text Symbol: 002 = Database error while updating table T130F
Text Symbol: 003 = Database error while inserting in tab. T130F
Text Symbol: 004 = Database error while deleting in table T130F
Text Symbol: 005 = End of updating of field table with return code ;;
Text Symbol: 006 = Client :
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPEND_PROTOCOL * CALL FUNCTION 'APPEND_PROTOCOL' * EXPORTING * ACCEPT_NOT_INIT = 'X' * TABLES * XMSG = TPROT * EXCEPTIONS * OTHERS = 01.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' * EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' * ACCEPT_NOT_INIT = ' ' * 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.
MMXPRA22 - Adapt Material Master Field Attributes MMXPRA22 - Adapt Material Master Field Attributes MMXPRA21 - Adapt Material Master Field Attributes MMXPRA21 - Adapt Material Master Field Attributes MMXPRA20 - Delete Assignment Between MAT_FULL and MATMAS MMXPRA20 - Delete Assignment Between MAT_FULL and MATMAS