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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAIDKRC05 - Check Rounding Problems for Assets Whose Scrap Value Has Been Reached RAIDKRC05 - Check Rounding Problems for Assets Whose Scrap Value Has Been Reached RAIDKRC04 - Changes to Useful Life Caused by New Depreciation Method RAIDKRC04 - Changes to Useful Life Caused by New Depreciation Method RAIDKRC03 - Change Distribution Rules Used to Settle Capital Investment Measures RAIDKRC03 - Change Distribution Rules Used to Settle Capital Investment Measures