SAP Reports / Programs

J_1AA001 SAP ABAP Report - Asset Revaluation (Inflation)







J_1AA001 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_1AA001 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

J1AI - Asset Revaluation (Inflation)


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_1AA001. "Basic submit
SUBMIT J_1AA001 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1AA001 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: P_ALVLG = ALV List
Selection Text: P_ALVLS = ALV Grid
Selection Text: P_NGRP = Number of Assets Per Job
Selection Text: P_SESSN = Session Name
Selection Text: P_STRTT = Job Start Date/Time
Selection Text: S_ANLKL = Asset Class
Selection Text: S_ANLN1 = Main Asset Number
Selection Text: S_ANLN2 = Asset Subnumber
Selection Text: P_BUKRS = D .
Selection Text: P_BZDAT = D .
Selection Text: P_COUNT = D .
Selection Text: P_STRTD = D .
Selection Text: P_SIMUL = D .
Selection Text: P_SESSB = D .
Selection Text: P_RFCGR = D .
Selection Text: P_POSTBI = D .
Selection Text: P_PARJB = D .
Selection Text: P_NORM = D .
Selection Text: P_GJAHR = D .
Selection Text: P_EXTLG = D .
Selection Text: P_ERROR = D .
Selection Text: P_DIRALL = D .
Title: Asset Revaluation (Inflation)
Text Symbol: 167 = Index
Text Symbol: 168 = Vers.
Text Symbol: 169 = Index Value in %
Text Symbol: 170 = TTY
Text Symbol: 171 = Last RV Dt
Text Symbol: 172 = Old Data Flag
Text Symbol: 173 = Alt
Text Symbol: 174 = Reval.Repl.Val.
Text Symbol: 175 = RV of PY Depr.
Text Symbol: 176 = RV of CY Depr.
Text Symbol: 177 = Currency
Text Symbol: 178 = Curr.
Text Symbol: 179 = Modifying output list
Text Symbol: 180 = Saving message log
Text Symbol: 181 = Asset numbers must be > 0





Text Symbol: 182 = Start date must fall in the future
Text Symbol: 183 = Server group does not exist
Text Symbol: 190 = Inflation messages
Text Symbol: 191 = INMA messages
Text Symbol: 201 = Planned Useful Life Over
Text Symbol: 202 = Planned Useful Live Over:
Text Symbol: 166 = Room
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 = Assets
Text Symbol: 118 = Inflation Calculation
Text Symbol: 117 = Further Settings
Text Symbol: 116 = Output List
Text Symbol: 115 = Parallel Posting
Text Symbol: 103 = Asset Class
Text Symbol: 101 = Company Code
Text Symbol: 165 = Location
Text Symbol: 164 = Plant
Text Symbol: 163 = Inventory Number
Text Symbol: 162 = Asset Description
Text Symbol: 161 = Subno.
Text Symbol: 160 = Asset
Text Symbol: 159 = Reading data...
Text Symbol: 155 = Starting job
Text Symbol: 154 = Reading data for background processing
Text Symbol: 153 = Start Date/Time





Text Symbol: 152 = Parallel Processing Mode
Text Symbol: 151 = Number of Assets Not Revaluated and Without Errors:
Text Symbol: 150 = Number of Assets Processed:
Text Symbol: 149 = Additional 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 = Cap. On


INCLUDES used within this REPORT J_1AA001

INCLUDE J_1AA1TP.
INCLUDE J_1AAPAR. "N.836845


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:

CK_F_RFC_GROUP_SELECTION_LIST CALL FUNCTION 'CK_F_RFC_GROUP_SELECTION_LIST' IMPORTING rfc_group_exp = p_rfcgr.



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