SAP Reports / Programs

RAIDKRA06 SAP ABAP Report - Scrap Value Depreciation (Uniform Depreciation)







RAIDKRA06 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RAIDKRA06 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 RAIDKRA06. "Basic submit
SUBMIT RAIDKRA06 AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDKRA06 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: TAX_AREA = Tax depreciation area
Selection Text: BOOK_ARE = Book depreciation area
Selection Text: ACTUAL = Posted amounts
Title: Scrap Value Depreciation (Uniform Depreciation)
Text Symbol: T02 = Report requirements
Text Symbol: HD2 = | Taxpayer should not fill out the entry marked "*".
Text Symbol: HD1 = | * Control no. - Tax number - -
Text Symbol: HD0 = | Fiscal year | ~ | Scrap Value Dep. Recon. Detail | Co. name |
Text Symbol: HAD = | | | | |
Text Symbol: DAT = | | . . . | | |
Text Symbol: CO3 = |termination|-----------------------------------------------------------------------------------------------------------------------
Text Symbol: CO2 = | |-----------------------------------------------------------------------------------------------------------------------
Text Symbol: CO1 = |-----------------------------------------------------------------------------------------------------------------------------------
Text Symbol: B93 = Bef. 93
Text Symbol: A23 = |(23)End. bal. of accum. depr. | | | | |
Text Symbol: A22 = | |(22)Total | | | | |
Text Symbol: A21 = | asset |(21)Accum. capital expenditure | | | | |
Text Symbol: A20 = |(19) Dep. |(20)Scrap value when dep.terminate| | | | |
Text Symbol: A18 = |(18)End.bal.of resid.value((5)-(10)-(14)+(17))| | | | |
Text Symbol: A17 = |(17)Accum. nondeductible amount ((15)+(16)) | | | | |
Text Symbol: A16 = |(16)Cur. nonded. ((10)-(9)), if ((10)>(9)) | | | | |
Text Symbol: A15 = |(15)Beg.bal.of nond. ((12)-(11)),if((12)>(11))| | | | |
Text Symbol: A14 = |(14)Cur. deemed dep. ((11)-(12)),if((11)>(12))| | | | |
Text Symbol: A13 = |(13)Add. ded. amt (lower value (11), (12)) | | | | |
Text Symbol: A12 = |(12)Beg. bal. of accum. nonded. (beg. (17)) | | | | |
Text Symbol: A11 = |(11)Amt under limit ((9)-(10)), if ((9)>(10)) | | | | |
Text Symbol: A10 = |(10)Company's dep. (end. bal. of accum. depr.)| | | | |
Text Symbol: A09 = | (9)Cur. year's tax depr. limit ((9)=(5)/(8)) | | | | |
Text Symbol: A08 = | of dep.| (8)Period of remain | | | | |
Text Symbol: A07 = | (6) Period| (7)Period of selection | | | | |
Text Symbol: A05 = | | (5)Sum ((3)+(4)) | | | | |
Text Symbol: A04 = | asset | (4)Cur. year's capital depr. | | | | |
Text Symbol: A03 = | (2) Depr. | (3)End. bal. of RV (beg.bal.(18))| | | | |
Text Symbol: A01 = | (1) Depr. termination year | | | | |
Text Symbol: 0YY = yr


INCLUDES used within this REPORT RAIDKRA06

INCLUDE RASORT04.


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:

T001_READ CALL FUNCTION 'T001_READ' EXPORTING bukrs = bukrs-low IMPORTING struct = fo_t001 EXCEPTIONS no_entry = 1 * OTHERS = 2 .

T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING f_t093c = s_t093c * I_PBO_CHECK = ' ' IMPORTING f_t093c = s_t093c EXCEPTIONS not_found = 1 * OTHERS = 2 .

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = berdatum " YYYYMMDD i_monmit = s_t093c-monmit " 00 i_periv = s_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 = s_t001-periv i_poper = con_poper i_monmit = s_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 = s_t001-periv IMPORTING e_date = sav_gjend.

KR_GET_HEADQUARTER_BPLACE CALL FUNCTION 'KR_GET_HEADQUARTER_BPLACE' "RF-KR EXPORTING "RF-KR company = bukrs-low IMPORTING bplace_data = hq_bplace.

AFARSL_READ CALL FUNCTION 'AFARSL_READ' EXPORTING i_afasl = p_afasl i_bukrs = bukrs-low i_afabe = p_afabe IMPORTING s_T090 = s_t090.

T090_READ CALL FUNCTION 'T090_READ' TABLES t_t090p = int_t090p CHANGING f_t090 = s_t090 EXCEPTIONS not_found = 1 OTHERS = 2.



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