SAP Reports / Programs

J_1GAMARE1 SAP ABAP Report - Fixed Asset Revaluation







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


Transaction Code(s):

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

J1GAM_ARE1 - Fixed Asset Revaluation


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_1GAMARE1. "Basic submit
SUBMIT J_1GAMARE1 AND RETURN. "Return to original report after report execution complete
SUBMIT J_1GAMARE1 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_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





Text Symbol: H16 = Objective Value
Text Symbol: H17 = Net Book Value
Text Symbol: H18 = Capital Gain
Text Symbol: H19 = InvSup.
Text Symbol: H20 = Revaluation APC
Text Symbol: H21 = Orig.Cum.Depr.
Text Symbol: H22 = Reval.Cum.Depr.


INCLUDES used within this REPORT J_1GAMARE1

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:

GET_CURRENT_YEAR call function 'GET_CURRENT_YEAR' exporting bukrs = t001-bukrs date = sy-datum importing curry = w_gjahr.



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