SAP Reports / Programs

J_1AAP01 SAP ABAP Report - Asset Revaluation (Inflation) - Parallel Sessions







J_1AAP01 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 J_1AAP01 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 J_1AAP01. "Basic submit
SUBMIT J_1AAP01 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1AAP01 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: S_ANLN2 = Asset Subnumber
Selection Text: S_ANLN1 = Main Asset Number
Selection Text: S_ANLKL = Asset Class
Selection Text: P_SIMUL = Test Run
Selection Text: P_SESSN = Session Name
Selection Text: P_NORM = Standard
Selection Text: P_GJAHR = D Fiscal Year
Selection Text: P_EXTLG = Extended
Selection Text: P_ERROR = Errors Only
Selection Text: P_COUNT = Number of Transactions
Selection Text: P_BZDAT = D Asset Value Date
Selection Text: P_BUKRS = D Company Code
Title: Asset Revaluation (Inflation) - Parallel Sessions
Text Symbol: 151 = Number of Assets Not Revaluated and Without Errors:
Text Symbol: 150 = Number of Assets Processed:
Text Symbol: 149 = Addnl Statistics
Text Symbol: 148 = Adjustment of Retirements and Transfers
Text Symbol: 147 = Last Rev.
Text Symbol: 146 = Index Value in %
Text Symbol: 145 = Index
Text Symbol: 144 = Room:
Text Symbol: 143 = Location:
Text Symbol: 142 = Plant:
Text Symbol: 141 = Upd.date
Text Symbol: 140 = Inv. No:
Text Symbol: 133 = By User:
Text Symbol: 132 = Update Mode
Text Symbol: 131 = Test Mode
Text Symbol: 130 = Program Executed For:
Text Symbol: 129 = R Key
Text Symbol: 128 = Error List
Text Symbol: 127 = Assets Not Revaluated in This Period
Text Symbol: 126 = Rev of PY Depn
Text Symbol: 125 = Rev of CY Depn
Text Symbol: 124 = Rev. of APC
Text Symbol: 123 = AR
Text Symbol: 122 = Sub.
Text Symbol: 121 = Asset No.





Text Symbol: 120 = No Revaluation Posted for Period
Text Symbol: 119 = Selections
Text Symbol: 118 = Settings
Text Symbol: 117 = Further Settings
Text Symbol: 116 = Log


INCLUDES used within this REPORT J_1AAP01

No INCLUDES are used within this REPORT code!


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