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
Below is a list of transaction codes which are relevant to this SAP report
RFKRAUP - Si Bu In Amount update
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: 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.
INCLUDE RAIDKRA10_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAIDKRA10 - BUIN,Deemed Depreciation Upload for South Korea RAIDKRA10 - BUIN,Deemed Depreciation Upload for South Korea RAIDKRA08 - Declining-Balance Depreciation (South Korea) RAIDKRA08 - Declining-Balance Depreciation (South Korea) RAIDKRA07 - Sibuin Reports (Straight-Line Method) - Since 1999 RAIDKRA07 - Sibuin Reports (Straight-Line Method) - Since 1999