SAPMSM29 is a standard Module pool for a dialog screen ABAP Program 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 SAPMSM29 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ME6Z - Transport Vendor Evaluation Tables
SM29 - Model Transfer for Tables
MEKZ - Trnsp. Calculation Schemas (Purch.)
MEKY - Trnsp. Calc. Schema: Mkt. Pr. (Pur.)
MEKX - Transport Condition Types Purchasing
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: Transfer of Model for (Client-Specific) Tables
Text Symbol: 111 = Equals
Text Symbol: 112 = Modific.
Text Symbol: 113 = Table does not exist
Text Symbol: 114 = Table is cross-client
Text Symbol: 115 = No model transfer (delete mode)
Text Symbol: 116 = Gener.
Text Symbol: 117 = Key
Text Symbol: 118 = Entry
Text Symbol: 119 = Selection
Text Symbol: 102 = Command file name..
Text Symbol: 103 = Date...............
Text Symbol: 104 = Host...............
Text Symbol: 105 = Table
Text Symbol: 106 = User...............
Text Symbol: 107 = Client.............
Text Symbol: 108 = No transfer
Text Symbol: 109 = Comments
Text Symbol: 110 = Copy
Text Symbol: 130 = Records too long (> 4096); no transfer
Text Symbol: 131 = Use new form of key selection
Text Symbol: 132 = Convert your command file
Text Symbol: 133 = Key selection with PF2 and function code K
Text Symbol: 220 = Error - no entry copied
Text Symbol: S01 = Do you want to copy the Customizing
Text Symbol: S02 = settings to your client?
Text Symbol: S03 = Customizing transfer
Text Symbol: 120 = Model entries
Text Symbol: 121 = CommFile
Text Symbol: 122 = System ID..........
Text Symbol: 123 = SAP Release........
Text Symbol: 125 = You do not have maintenance authorization
Text Symbol: 126 = You have locked this table yourself
Text Symbol: 127 = Table locked
Text Symbol: 128 = Error reading data
Text Symbol: 129 = Entries with client <> 000 ignored
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SCC3' EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3 .
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SCC3' EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3 .
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = 'Möchten Sie die Customizing Einstellungen'(S01) TEXTLINE2 = 'in Ihren Mandanten übernehmen? '(S02) TITEL = 'Customizing-Übernahme'(S03) * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 0.
TR_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING WI_KURZTEXT = 'SM29' WI_TRFUNCTION = 'T' IMPORTING WE_E070 = WI_E070 WE_E07T = WI_E07T * WE_TRKORR = * WE_E070C = EXCEPTIONS OTHERS = 1.
TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING WI_E070 = WI_E070 WI_E07T = WI_E07T WI_SEL_E071 = 'X' WI_SEL_E071K = 'X' WI_SEL_E07T = ' ' " WI_SEL_E070C = ' ' " WI_E070C = ' ' * IMPORTING * WE_E070 = * WE_E07T = * WE_E070C = TABLES WT_E071 = NEW_E071 WT_E071K = NEW_E071K EXCEPTIONS OTHERS = 1.
SCCR_PERFORM_SCC1 CALL FUNCTION 'SCCR_PERFORM_SCC1' EXPORTING CCSUPCOPY = ' ' CCCOMFILE = E070-TRKORR QUELLMANDANT = '000' * INCL_TASK = INSERT_ONLY = 'X' * IMPORTING * RCOD = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.