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
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.
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 ***
INCLUDE MA01ADAT.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.