SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

MO20MTOP SAP ABAP INCLUDE - ?...







MO20MTOP is a standard ABAP INCLUDE 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 MO20MTOP into the relevant SAP transactions such as SE38 or SE80


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 MO20MTOP. "Basic submit
SUBMIT MO20MTOP AND RETURN. "Return to original report after report execution complete
SUBMIT MO20MTOP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ?...
Text Symbol: 202 = Creation of new entries only ;;
Text Symbol: 203 = Creation of new and changing of existing entries ;;
Text Symbol: 204 = Replacement of all existing entries w. source data;;
Text Symbol: 206 = +;; (input mask, placeholder for a sign)
Text Symbol: 208 = *;; (input mask, placeholder for multiple signs)
Text Symbol: 209 = I;; (Account grouping, partial insert)
Text Symbol: 210 = D;; (Account grouping, partial delete)
Text Symbol: 211 = /;; (Account grouping, separator)
Text Symbol: 218 = Trans./event type ;;
Text Symbol: 220 = Plant ;;
Text Symbol: 310 = RMK ;; (Group RM transaction/event types in T030A)
Text Symbol: C10 = Copied entries :;;
Text Symbol: C11 = - To be created :;;
Text Symbol: C12 = - To be changed :;;
Text Symbol: C13 = - To be deleted :;;
Text Symbol: C14 = Entries not copied :;;
Text Symbol: C16 = - Due to diff.acc.assgt.rules:;;
Text Symbol: C17 = - Due to undefined accounts :;;
Text Symbol: C18 = - Due to prohibited grouping :;;
Text Symbol: C19 = - Due to deletion by user :;;
Text Symbol: C20 = Do you want to adopt the copied data? ;;
Text Symbol: C21 = Yes ;;
Text Symbol: C22 = No ;;
Text Symbol: S01 = Save changes ;;
Text Symbol: S02 = Do you want to save the changes ;;
Text Symbol: S03 = you have made? ;;
Text Symbol: S04 = Y;;
Text Symbol: S05 = N;;
Text Symbol: 201 = Sets ;;
Text Symbol: 010 = ---Text missing- ;;
Text Symbol: 011 = --missing-;;
Text Symbol: 012 = -m--;;
Text Symbol: 014 = -e-;;
Text Symbol: 020 = D;;
Text Symbol: 021 = C;;
Text Symbol: 030 = Inv. management ;;
Text Symbol: 040 = Valuation class ;;





Text Symbol: 050 = Company code ;;
Text Symbol: 060 = Valuation area ;;
Text Symbol: 070 = Movement ;;
Text Symbol: 080 = Movement type ;;
Text Symbol: 081 = Movement types ;;
Text Symbol: 090 = ValGroupingCode ;;
Text Symbol: 100 = Valuation type ;;
Text Symbol: 101 = Valuation types ;;
Text Symbol: 110 = Change ;;
Text Symbol: 111 = Changes ;;
Text Symbol: 120 = Entry ;;
Text Symbol: 121 = Entries ;;
Text Symbol: 130 = Acct. grouping ;;
Text Symbol: 140 = Account ;;
Text Symbol: 150 = Chart of accounts ;;
Text Symbol: 160 = Trans./event type ;;
Text Symbol: 161 = Trans./event types;;
Text Symbol: 170 = Posting transact. ;;
Text Symbol: 180 = Material ;;
Text Symbol: 190 = Inv. verification ;;
Text Symbol: 200 = Set ;;


INCLUDES used within this REPORT MO20MTOP

INCLUDE MO20MD12.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 MO20MTOP or its description.