J_1GAMARE1 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_1GAMARE1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1GAM_ARE1 - Fixed Asset Revaluation
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: S_TEXT = Text
Selection Text: S_TEST = Test Run
Selection Text: S_REVR =
Selection Text: S_NBVR =
Selection Text: S_BUDAT = Posting Date
Selection Text: P_SUB = Check with Asset Sub No.
Selection Text: P_MAIN = Check with Asset Main No.
Selection Text: P_GROUP = Check with Asset Super No.
Title: Fixed Asset Revaluation
Text Symbol: H24 = Objective Value is zero
Text Symbol: M01 = No Valid Records in Table TJ2GR
Text Symbol: M02 = ** No Asset Class Description in ANKT **
Text Symbol: S01 = Test Run
Text Symbol: S02 = (On=Test, Off=Official)
Text Symbol: S03 = Posting in FI module
Text Symbol: S04 = (On=Yes, Off=No)
Text Symbol: S05 = Reverse Posting
Text Symbol: S06 = (On=Yes, Off=No)
Text Symbol: S07 = Exclude Assets with NBV=0/1
Text Symbol: T01 = Category Totals :
Text Symbol: T02 = Class Totals :
Text Symbol: T03 = Co. Code Totals :
Text Symbol: H23 = Original APC >= Objective Value
Text Symbol: H01 = Fixed Asset Revaluation
Text Symbol: H02 = Test Run
Text Symbol: H03 = Page :
Text Symbol: H04 = Date :
Text Symbol: H05 = Category :
Text Symbol: H06 = Original APC < Objective Value & Revaluated APC >= Objective Value
Text Symbol: H07 = Original APC < Objective Value & Revaluated APC < Objective Value
Text Symbol: H08 = Asset Class :
Text Symbol: H09 = Asset Class :
Text Symbol: H10 = Multipl. Factor :
Text Symbol: H11 = Asset Main
Text Symbol: H12 = Sub
Text Symbol: H13 = Asset Description
Text Symbol: H14 = Original APC
Text Symbol: H15 = Revaluated APC
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_CURRENT_YEAR call function 'GET_CURRENT_YEAR' exporting bukrs = t001-bukrs date = sy-datum importing curry = w_gjahr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.