SAP Reports / Programs | Financial Accounting | Asset Accounting(FI-AA) SAP FI

RAIDKRC05 SAP ABAP Report - Check Rounding Problems for Assets Whose Scrap Value Has Been Reached







RAIDKRC05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report checks Korean assets acquired before January 1, 1995...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 RAIDKRC05 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 RAIDKRC05. "Basic submit
SUBMIT RAIDKRC05 AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDKRC05 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_AFABE = Depreciation area
Selection Text: S_AFASL = Depreciation key
Title: Check Rounding Problems for Assets Whose Scrap Value Has Been Reached
Text Symbol: 001 = Asset
Text Symbol: 002 = SNo.
Text Symbol: 003 = Area
Text Symbol: 004 = Book value
Text Symbol: 005 = Scrap value
Text Symbol: 006 = APC
Text Symbol: 007 = Crcy
Text Symbol: 008 = Adjustment
Text Symbol: 009 = Report-specific selections


INCLUDES used within this REPORT RAIDKRC05

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:

AM_CONFIRM_LIMIT CALL FUNCTION 'AM_CONFIRM_LIMIT' EXPORTING i_test = 'X' IMPORTING e_leave_prog = answer.

T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING f_t093c = i_t093c IMPORTING f_t093c = i_t093c EXCEPTIONS not_found = 1.

AFARSL_READ CALL FUNCTION 'AFARSL_READ' EXPORTING i_afasl = anlb-afasl i_bukrs = bukrs-low i_afabe = anlb-afabe IMPORTING s_t090 = i_t090.

DATE_TO_PERIOD_CONVERT * CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' * EXPORTING * I_DATE = BERDATUM " YYYYMMDD * I_MONMIT = T093C-MONMIT " 00 * I_PERIV = T001-PERIV " K4 * IMPORTING * E_GJAHR = SAV_GJAHR. " YYYY

FIRST_DAY_IN_PERIOD_GET * CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' * EXPORTING * I_GJAHR = SAV_GJAHR * I_PERIV = T001-PERIV * I_POPER = CON_POPER * I_MONMIT = T093C-MONMIT * IMPORTING * E_DATE = SAV_GJBEG.

LAST_DAY_IN_YEAR_GET * CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' * EXPORTING * I_DATE = BERDATUM * I_PERIV = T001-PERIV * IMPORTING * E_DATE = SAV_GJEND.

T090C_READ CALL FUNCTION 'T090C_READ' "read cutoff value key EXPORTING f_t090c = i_t090c * i_flg_access = 'O' " 'O' -> read key in old tables i_bukrs = anlb-bukrs i_afaber = anlb-afabe IMPORTING f_t090c = i_t090c EXCEPTIONS not_found = 1 OTHERS = 2.

T091P_READ CALL FUNCTION 'T091P_READ' "read cutoff percentage EXPORTING anhwsl = anhwsl TABLES t_t091p = t_t091p.



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