SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro | Local Currency Changeover(CA-EUR-CNV) SAP CA

RAEWUAFA SAP ABAP Report - FI-AA: Reconciliation of line items with totals records







RAEWUAFA is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program assists with reconciliation within Asset Accounting for analysis before the euro changeover, or after the euro changeover...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RAEWUAFA 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 RAEWUAFA. "Basic submit
SUBMIT RAEWUAFA AND RETURN. "Return to original report after report execution complete
SUBMIT RAEWUAFA 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: SO_BUKRS = Company code
Selection Text: P_TEST = Test run
Selection Text: P_STATUS = Status management
Selection Text: P_RFCGR = Server group
Selection Text: P_LIST = Output list
Selection Text: P_GJAHR = FROM fiscal year
Selection Text: P_EINZEL = List assets
Selection Text: PA_EURO = Euro conversion
Title: FI-AA: Reconciliation of line items with totals records
Text Symbol: F02 = Open items from prior do not agree with cumulative values
Text Symbol: F03 = Yr.segmt. found without master record
Text Symbol: F04 = Yr.segmt. found without area master record
Text Symbol: F05 = Yr.segmt. found without time-depend. data
Text Symbol: F06 = Proportional vals. without assigned yr.segmt.
Text Symbol: F07 = Transaction without assigned yr.segmt.
Text Symbol: P01 = Number of entries read:
Text Symbol: P02 = Table name:
Text Symbol: P03 = Number of entries generated:
Text Symbol: P04 = Company code
Text Symbol: U01 = Asset number Description Depreciation type Old New Difference
Text Symbol: U02 = AcGr. Description Depreciation type Old New Difference
Text Symbol: F01 = Error in dep. calculation
Text Symbol: 001 = Total
Text Symbol: 002 = T E S T R U N
Text Symbol: 009 = CoCde:
Text Symbol: 010 = Fyear:
Text Symbol: 020 = Statistic
Text Symbol: 021 = =========
Text Symbol: 022 = Company code
Text Symbol: 023 = Processed assets
Text Symbol: 024 = Assets with errors
Text Symbol: 025 = Changed assets
Text Symbol: 026 = Changed year segments
Text Symbol: 027 = From selected dep.area/acct grp
Text Symbol: 028 = With value difference over limit
Text Symbol: 029 = From selctd dp.area/acct grp over limit





Text Symbol: 030 = Assets with errors in company code :
Text Symbol: 031 = =============================================
Text Symbol: 032 = Top asset
Text Symbol: 033 = Total
Text Symbol: 034 = No asset found
Text Symbol: 035 = Recalculate Depreciation
Text Symbol: 036 = Contains errors - see error log
Text Symbol: 037 = UPDATE
Text Symbol: 900 = Error list


INCLUDES used within this REPORT RAEWUAFA

INCLUDE RAAFARTP .
INCLUDE RAEWUTO1.


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.

AM_CHECK_RFC_EURO CALL FUNCTION 'AM_CHECK_RFC_EURO' EXPORTING I_RFCGR = P_RFCGR.

AM_CONFIRM_LIMIT CALL FUNCTION 'AM_CONFIRM_LIMIT' EXPORTING I_TEST = P_TEST IMPORTING E_LEAVE_PROG = ANSWER.

RA_ASSET_ENQUEUE CALL FUNCTION 'RA_ASSET_ENQUEUE' EXPORTING BUKRS = T093C-BUKRS ANLN1 = LD_ANLN1_INIT ANLN2 = LD_ANLN2_INIT I_SCOPE = '1'.

RA_ASSET_DEQUEUE CALL FUNCTION 'RA_ASSET_DEQUEUE' EXPORTING BUKRS = T093C-BUKRS ANLN1 = LD_ANLN1_INIT ANLN2 = LD_ANLN2_INIT.

AM_DEPR_RECALCULATE_RFC_EURO CALL FUNCTION 'AM_DEPR_RECALCULATE_RFC_EURO' EXPORTING I_TEST = P_TEST I_BUKRS = T093C-BUKRS I_GJAHR = P_GJAHR I_EXTFORM = CON_EXTFORM I_PAKET = P_PAKET I_PHASE = P_PHASE TABLES T_FEHL = FEHL T_STAT1 = STAT1 * T_EXT = LT_EXT T_R_ANLN1 = S_ANLN1 T_R_ANLN2 = S_ANLN2 T_R_AFABE = R_AFABE .

GET_ANLN1_RANGES CALL FUNCTION 'GET_ANLN1_RANGES' EXPORTING I_BUKRS = X093C-BUKRS I_RECORDS = 500 TABLES T_R_ANLN1 = LT_R_ANLN1.

AM_DEPR_RECALCULATE_RFC_EURO CALL FUNCTION 'AM_DEPR_RECALCULATE_RFC_EURO' STARTING NEW TASK U_TASKNR DESTINATION IN GROUP P_RFCGR PERFORMING RETURN_RFC ON END OF TASK EXPORTING I_TEST = P_TEST I_BUKRS = T093C-BUKRS I_GJAHR = P_GJAHR I_PAKET = P_PAKET I_PHASE = P_PHASE TABLES T_FEHL = LT_FEHL T_STAT1 = LT_STAT1 T_EXT = LT_EXT T_R_ANLN1 = UT_R_ANLN1 T_R_AFABE = R_AFABE EXCEPTIONS COMMUNICATION_FAILURE = 8 SYSTEM_FAILURE = 16 RESOURCE_FAILURE = 4.

AM_DEPR_RECALCULATE_RFC_EURO CALL FUNCTION 'AM_DEPR_RECALCULATE_RFC_EURO' EXPORTING I_TEST = P_TEST I_BUKRS = T093C-BUKRS I_GJAHR = P_GJAHR I_PAKET = P_PAKET TABLES T_FEHL = LT_FEHL T_STAT1 = LT_STAT1 T_EXT = LT_EXT T_R_ANLN1 = LT_R_ANLN1 T_R_AFABE = R_AFABE.



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