SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RAIDKRA08 SAP ABAP Report - Declining-Balance Depreciation (South Korea)







RAIDKRA08 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 RAIDKRA08 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

RFKRADEC - Declining balance Depreciation (KR)


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 RAIDKRA08. "Basic submit
SUBMIT RAIDKRA08 AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDKRA08 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: ACTUAL = Posted Amounts
Selection Text: AFABE3 = Sibuin Area
Selection Text: ASSET = Asset Wise Report
Selection Text: CLASS = Asset Class Wise Report
Selection Text: CURRENT = Current Year BUIN
Selection Text: CUR_ACQ = Acquired in the Current Year
Selection Text: DEP_MTH = Depr. Method (Decl.-Balance)
Selection Text: DOCUDATE = Document Date
Selection Text: DOWN = Download File
Selection Text: EAR_ACQ = Acquired in an Earlier Year
Selection Text: EXEMPT = Year of Exemption (Deemed Dep)
Selection Text: MOVTP_BI = Trans. Type for Buin Posting
Selection Text: MOVTP_D = Trans. Type for Deemed Depr.
Selection Text: MOVTP_SI = Trans. Type for Siin Posting
Selection Text: NAME = Asset Name
Selection Text: NO_MVMT = No Movement
Selection Text: NUM = Asset Number
Selection Text: UPDATE = Processing
Selection Text: TOTAL = Accumulated Buin
Selection Text: TEC_AREA = Sibuin Area
Selection Text: TAX_AREA = Tax Depreciation Area
Selection Text: TABLE = Update Sibuin Amounts
Selection Text: SOLD = Sold or Scrapped
Selection Text: P_PN4PDF = Number of Pages
Selection Text: P_OUTPUT = File Name
Selection Text: P_OUT = File Name
Selection Text: P_NIMAGE = Output Without Background
Selection Text: P_IMAGE = Output with Background
Selection Text: POSTDATE = Posting Date
Selection Text: PAR_READ = Read from Sibuin Depr. Area
Selection Text: PAR_LOAD = Upload Sibuin Amount from File
Selection Text: ON_SIIN = Only Siin
Selection Text: ON_BUIN = Only Buin
Title: Declining-Balance Depreciation (South Korea)
Text Symbol: T01 = Total
Text Symbol: S13 = Display Image
Text Symbol: S12 = Further Selection Criteria
Text Symbol: S11 = Report Options





Text Symbol: S06 = Form Options
Text Symbol: S05 = Initial Buin Values
Text Symbol: S04 = Output
Text Symbol: S02 = Assets w Trans. Types
Text Symbol: S01 = Further Settings
Text Symbol: D03 = Depr. Cal.
Text Symbol: D02 = Depr. Base
Text Symbol: A21 = [21] Residual Value ([20]x5/100)
Text Symbol: A20 = [20] Sum ([17]+[18]+[19])
Text Symbol: A19 = [19] Cur. Year Cap. Exp. Amt
Text Symbol: A18 = [18] Cur. Year Acq.
Text Symbol: A17 = [17] Beg. Bal. of Acq. Cost
Text Symbol: A16 = [16] Sum ([14]+[15])
Text Symbol: A15 = [15] Special Tax Depr.
Text Symbol: A14 = [14] Ordinary Tax Depr.
Text Symbol: A13 = [13] Ordinary Depr. Rate, Special Depr. Rate
Text Symbol: A12 = [12] Add. and Subtr. Total ([7]+[8]+[9]-[10]+[11])
Text Symbol: A11 = [11] Beg. Cal. of Accum. Nondeduct.
Text Symbol: A10 = [10] Beg. Bal. Accum. Deemed Depr.
Text Symbol: A09 = [9] Cap. Exp. Amt
Text Symbol: A08 = [8] Company's Depr.
Text Symbol: A07 = [7] End. Bal. of NBV ([5]-[6])
Text Symbol: A06 = [6] End. Bal. of Accum. Depr.
Text Symbol: A05 = [5] End. Bal. of Acq. Cost
Text Symbol: A04 = [4] Useful Life
Text Symbol: A03 = [3] Acquisition Date
Text Symbol: A02 = [2] Asset Name or Structure
Text Symbol: A01 = [1] Type of Asset or Type of Industry
Text Symbol: A00 = Tangible Asset Depr. Recon. Detail (Declining-Balance)
Text Symbol: A22 = [22] Tax Dep. Limit, Nin. {[16],if([12]-[16])<[21],[12]}
Text Symbol: D01 = Asset Cl
Text Symbol: C05 = Tax Number
Text Symbol: C04 = Tax Off. Mgt No.
Text Symbol: C03 = Co. Name
Text Symbol: C02 = Fiscal Year
Text Symbol: C01 = An Annex. No. 20 (1)
Text Symbol: B56 = Depr.
Text Symbol: B55 = End. Deemed
Text Symbol: B50 = Recon.





Text Symbol: B35 = Acq. Cost
Text Symbol: B32 = Depr.
Text Symbol: B31 = Cur. Year
Text Symbol: B16 = Depr.
Text Symbol: B15 = B/S Amount
Text Symbol: A30 = [30] Accum. Deemed Depr. ([10]+[29])
Text Symbol: A29 = [29] Cur. Year Deemed Depr. (#^[24]#-#[28]#)
Text Symbol: A28 = [28] End. Bal. of Accum. Nonded. ([11]+[26]-#[27]#)
Text Symbol: A27 = [27] Add. Ded. Amount, Min. ([11] if [11]<=#^[24]#)
Text Symbol: A26 = [26] Nondecuctible Amount ([24]+[25])
Text Symbol: A25 = [25] Nondeductible Amount as for Alternative Min. Tax
Text Symbol: A24 = [24] Diff. ([23]-[22])
Text Symbol: A23 = [23] Company's Depr. ([8]+[9])


INCLUDES used within this REPORT RAIDKRA08

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:

ANLC_READ_MULTIPLE_AFABE * CALL FUNCTION 'ANLC_READ_MULTIPLE_AFABE' * EXPORTING * I_ANLN1 = ANLAV-ANLN1 * I_ANLN2 = ANLAV-ANLN2 * I_BUKRS = BUKRS-LOW * I_GJAHR = ANLAV-ZUJHR ** I_PROBELESEN = ' ' * TABLES * T_ANLC = WA_ANLC ** EXCEPTIONS ** NOT_FOUND = 1 ** OTHERS = 2 * .

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = ufile filetype = 'ASC' has_field_separator = 'X' TABLES data_tab = itab EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 OTHERS = 17.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING * BIN_FILESIZE = filename = ofile filetype = 'ASC' * APPEND = ' ' write_field_separator = 'X' * HEADER = '00' * TRUNC_TRAILING_BLANKS = ' ' * WRITE_LF = 'X' * COL_SELECT = ' ' * COL_SELECT_MASK = ' ' * IMPORTING * FILELENGTH = TABLES data_tab = buintab EXCEPTIONS file_write_error = 1 no_batch = 2 gui_refuse_filetransfer = 3 invalid_type = 4 no_authority = 5 unknown_error = 6 header_not_allowed = 7 separator_not_allowed = 8 filesize_not_allowed = 9 header_too_long = 10 dp_error_create = 11 dp_error_send = 12 dp_error_write = 13 unknown_dp_error = 14 access_denied = 15 dp_out_of_memory = 16 disk_full = 17 dp_timeout = 18 file_not_found = 19 dataprovider_exception = 20 control_flush_error = 21 OTHERS = 22 .



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