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
Below is a list of transaction codes which are relevant to this SAP report
J1AI - Asset Revaluation (Inflation)
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: 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
INCLUDE J_1AA1TP.
INCLUDE J_1AAPAR. "N.836845
No SAP DATABASE tables are accessed within this REPORT code!
CK_F_RFC_GROUP_SELECTION_LIST CALL FUNCTION 'CK_F_RFC_GROUP_SELECTION_LIST' IMPORTING rfc_group_exp = p_rfcgr.
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.