RAIDKR_FORMS_1 is a standard ABAP INCLUDE 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 RAIDKR_FORMS_1 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.
Title: Subroutines for RAIDKRA01-06
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
T093C_READ CALL FUNCTION 'T093C_READ' " Company codes FI-AA "RF-KR EXPORTING f_t093c = s_t093c * I_PBO_CHECK = ' ' IMPORTING f_t093c = s_t093c EXCEPTIONS not_found = 1.
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.
AFARSL_READ CALL FUNCTION 'AFARSL_READ' "RF-KR EXPORTING i_afasl = anlb-afasl i_bukrs = anlb-bukrs i_afabe = anlb-afabe IMPORTING s_t090 = i_t090.
T001_READ CALL FUNCTION 'T001_READ' EXPORTING bukrs = bukrs-low IMPORTING struct = form_t001 EXCEPTIONS no_entry = 1 * OTHERS = 2 .
KR_GET_HEADQUARTER_BPLACE CALL FUNCTION 'KR_GET_HEADQUARTER_BPLACE' "RF-KR EXPORTING company = bukrs-low IMPORTING bplace_data = hq_bplace.
T093B_READ CALL FUNCTION 'T093B_READ' EXPORTING f_t093b = fo_t093b IMPORTING f_t093b = fo_t093b EXCEPTIONS not_found = 1 * OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAIDKR_FORMS_1 - Subroutines for RAIDKRA01-06 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