SAP Reports / Programs

MA01AANL SAP ABAP Report - Changes to Asset Master Data







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


Text pool values


Selection Text: BANKL = ?...(BANKL)
Selection Text: BANKS = ?...(BANKS)
Selection Text: BELNR = ?...(BELNR)
Selection Text: BUKRS = Company codes
Selection Text: DATUM = FROM change date
Selection Text: DYNCL = ?...(DYNCL)
Selection Text: EKORG = ?...(EKORG)
Selection Text: FNAME = ?...(FNAME)
Selection Text: FUNCL = ?...(FUNCL)
Selection Text: GJAHR = ?...
Selection Text: KKBER = ?...(KKBER)
Selection Text: KOART = ?...(KOART)
Selection Text: KTOPL = ?...(KTOPL)
Selection Text: MABER = Dunning area
Selection Text: SPART = ?...(SPART)
Selection Text: USNAM = Changed by
Selection Text: VKONT = ?...(VKONT)
Selection Text: VKORG = ?...(VKORG)
Selection Text: VONKONTO = Account number
Selection Text: VTWEG = ?...(VTWEG)
Title: Changes to Asset Master Data
Text Symbol: T13 = Detailed information
Text Symbol: T12 = Old values
Text Symbol: T11 = All changes for document
Text Symbol: T10 = Change document
Text Symbol: T04 = Overview
Text Symbol: T03 = Deletions
Text Symbol: 001 = Changes: Assets
Text Symbol: 002 = Changes: Asset class
Text Symbol: 003 = Document without items
Text Symbol: 004 = Asset created with transaction
Text Symbol: 100 = List of changed fields
Text Symbol: 101 = Changed on $1 at $2 by user $3
Text Symbol: 102 = Change document no.: $1
Text Symbol: 103 = from
Text Symbol: 104 = to
Text Symbol: 105 = Error: Table not expected
Text Symbol: 107 = *** created ***





Text Symbol: 108 = *** deleted ***
Text Symbol: 110 = Date Field New
Text Symbol: 111 = Old
Text Symbol: 112 = List of fields deleted
Text Symbol: 113 = List of fields created
Text Symbol: 114 = Date Asset created Key
Text Symbol: 115 = Date Asset deleted Key
Text Symbol: 116 = Date Changed by Key
Text Symbol: 117 = Entry
Text Symbol: 118 = Deletion
Text Symbol: 128 = Changed to $1
Text Symbol: 129 = Created: $1
Text Symbol: 130 = Deleted: $1
Text Symbol: 131 = $1 $2 $3 $4 $5 $6
Text Symbol: T01 = Changed fields
Text Symbol: T02 = Entries


INCLUDES used within this REPORT MA01AANL

INCLUDE MA01ADAT.


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