MA01AANK 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 MA01AANK 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: BUKRS = Company codes
Selection Text: DATUM = FROM change date
Selection Text: MABER = Dunning area
Selection Text: USNAM = Changed by
Selection Text: VONKONTO = Account number
Selection Text: BANKS = ?...(BANKS)
Selection Text: BELNR = ?...(BELNR)
Selection Text: DYNCL = ?...(DYNCL)
Selection Text: EKORG = ?...(EKORG)
Selection Text: FNAME = ?...(FNAME)
Selection Text: FUNCL = ?...(FUNCL)
Selection Text: GJAHR = ?...(GJAHR)
Selection Text: KKBER = ?...(KKBER)
Selection Text: KOART = ?...(KOART)
Selection Text: KTOPL = ?...(KTOPL)
Selection Text: SPART = ?...(SPART)
Selection Text: VKONT = ?...(VKONT)
Selection Text: VKORG = ?...(VKORG)
Selection Text: VTWEG = ?...(VTWEG)
Title: Changes to Asset Master Data
Text Symbol: T04 = Overview
Text Symbol: T03 = Deletions
Text Symbol: T02 = Entries
Text Symbol: T01 = Changed fields
Text Symbol: 001 = Changes: Assets
Text Symbol: 002 = Changes: Asset class
Text Symbol: 003 = Document without items
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
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.