MMXPRA06 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This converter program updates certain entries in the material master field table...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 MMXPRA06 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 = Field table is empty in client ;;
Text Symbol: 003 = Entries are missing in field table in client ;;
Text Symbol: 004 = Successful updating of field table in client ;;
Text Symbol: 005 = End of updating of field table with return code ;;
Text Symbol: 006 = No updating required in client ;;
Text Symbol: 007 = Maintenance status overflow: no updating. Client: ;;
Text Symbol: 008 = does not exist in the field table. Client: ;;
Text Symbol: 009 = successful updating Client: ;;
Text Symbol: 010 = Field grp does not have std val.: no upd. Client: ;;
Text Symbol: 011 = Error in updating table T130F Client: ;;
Text Symbol: 015 = Fld sel. grp 54 in fld ref. MMxx hidden Client: ;;
Text Symbol: 020 = Frame fields have been deleted Client: ;;
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' "ch zu 4.0
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MMXPRA06 - Adapt Material Master Field Attributes MMXPRA06 - Adapt Material Master Field Attributes MMXPRA05 - XPRA for Converting Matchcode Objects MAT1, MAT2 (Material Master) MMXPRA05 - XPRA for Converting Matchcode Objects MAT1, MAT2 (Material Master) MMXPRA04 - Adapt Field Selection for Material to New Packaging Fields in 2.1A MMXPRA04 - Adapt Field Selection for Material to New Packaging Fields in 2.1A