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

RAT08401 SAP ABAP Report - Assets to be followed up







RAT08401 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report displays assets that were found to have errors during colloective processing in Asset Accounting (such as a depreciation recalculation)...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 RAT08401 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

EWA1 - FI-AA: Analysis of assets w/errors


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 RAT08401. "Basic submit
SUBMIT RAT08401 AND RETURN. "Return to original report after report execution complete
SUBMIT RAT08401 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: PA_SORT1 = Sort by
Selection Text: PA_HERK = Errors occurred in
Selection Text: GJAHR = Fiscal year
Selection Text: BUKRS = Company code
Title: Assets to be followed up
Text Symbol: 015 = Asset class
Text Symbol: 013 = Account group:
Text Symbol: 012 = CoCd/account group/asset class/asset no./...
Text Symbol: 010 = Affected assets:
Text Symbol: 008 = Error text
Text Symbol: 007 = Error No.
Text Symbol: 006 = Area
Text Symbol: 005 = Asset:
Text Symbol: 004 = Company Code:
Text Symbol: 003 = CoCd/error number/asset number/sub.no./...
Text Symbol: 002 = CoCd/asset number/subnumber/fiscal year/...
Text Symbol: 001 = Sort versions


INCLUDES used within this REPORT RAT08401

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:

DD_DOFV_GET CALL FUNCTION 'DD_DOFV_GET' EXPORTING GET_STATE = 'M' LANGU = SY-LANGU PRID = 0 WITHTEXT = 'X' DOMAIN_NAME = 'HERKFT' IMPORTING GOT_STATE = GD_GOT_STATE TABLES DD07V_TAB_A = AUSWAHL_HERKFT_TAB DD07V_TAB_N = DUMMY_TAB EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.

HELPSCREEN_NA_CREATE CALL FUNCTION 'HELPSCREEN_NA_CREATE' EXPORTING LANGU = SY-LANGU MELDUNG = HLP-MELDUNG MELD_ID = X_ARBGB MELD_NR = HLP-MELDNR TITEL = HLP-TITEL MSGV1 = HLP-MSGV1 MSGV2 = HLP-MSGV2 MSGV3 = HLP-MSGV3 MSGV4 = HLP-MSGV4.



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