SAP Reports / Programs

RAIDKRA10 SAP ABAP Report - BUIN,Deemed Depreciation Upload for South Korea







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

RFKRAUP - Si Bu In Amount update


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 RAIDKRA10. "Basic submit
SUBMIT RAIDKRA10 AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDKRA10 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: TEST_MOD = Test run
Selection Text: P_OUTPUT = File Path for BUIN amounts
Selection Text: POSTDATE = Posting date
Selection Text: MOVTP_DE = Transaction type for SIIN amt.
Selection Text: MOVTP_D = Transaction Type for Deem Dep.
Selection Text: MOVTP_BI = Transaction type for BUIN amt.
Selection Text: DOCUDATE = Document date
Selection Text: BUKRS = Company code
Selection Text: AFABE3 = SI-BU-IN area
Title: BUIN,Deemed Depreciation Upload for South Korea
Text Symbol: T21 = Global Parameters
Text Symbol: T20 = Report requirements
Text Symbol: T10 = Setting
Text Symbol: M17 = No Error.
Text Symbol: M16 = Error list
Text Symbol: M15 = No asset selected or posting not done.
Text Symbol: M14 = Posting done. Please check amount.
Text Symbol: M12 = No asset is selected.
Text Symbol: M11 = Test run. Posting not done.
Text Symbol: H06 = Deemed Dep. Amt
Text Symbol: H05 = BUIN Amount
Text Symbol: H04 = Sub-no.
Text Symbol: H03 = Asset no.
Text Symbol: H02 = Company code
Text Symbol: H01 = No.


INCLUDES used within this REPORT RAIDKRA10

INCLUDE RAIDKRA10_ALV.


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:

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.

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 E_BUPER = POPER. " posting perod



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