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
Below is a list of transaction codes which are relevant to this SAP report
EWA1 - FI-AA: Analysis of assets w/errors
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAT08401 - Assets to be followed up RAT08401 - Assets to be followed up RAT08400 - Assets to be followed up RAT08400 - Assets to be followed up RASUVAR3 - ASU: Variants: Report 1 - started before Upgrade - relesedep. Forms RASUVAR3 - ASU: Variants: Report 1 - started before Upgrade - relesedep. Forms