SAP Reports / Programs | Controlling | Overhead Cost Controlling | Activity Types(CO-OM-ACT) SAP CO

RKSPI_OO_F00 SAP ABAP INCLUDE - RKSPIOOF00







RKSPI_OO_F00 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 RKSPI_OO_F00 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 RKSPI_OO_F00. "Basic submit
SUBMIT RKSPI_OO_F00 AND RETURN. "Return to original report after report execution complete
SUBMIT RKSPI_OO_F00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RKSPI_OO_F00

No INCLUDES are used within this REPORT code!


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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING i_identification = act-message_id IMPORTING e_identification = act-message_id.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING gjahr = rkspi-gjahr kokrs = rkspi-kokrs IMPORTING e_tka00 = tka00 e_tka01 = tka01 EXCEPTIONS OTHERS = 01.

K_VERSN_READ CALL FUNCTION 'K_VERSN_READ' EXPORTING i_gjahr = rkspi-gjahr i_kokrs = rkspi-kokrs i_versn = rkspi-versn bypassing_buffer = true i_actvt = ld_actvt "P30K026768 IMPORTING e_tka09 = tka09 e_tka07 = tka07 e_tkt09 = tkt09 EXCEPTIONS OTHERS = 01.

CO_PERIOD_BLOCKING_CHECK CALL FUNCTION 'CO_PERIOD_BLOCKING_CHECK' EXPORTING kokrs = rkspi-kokrs versn = rkspi-versn gjahr = rkspi-gjahr perab = rkspi-from perbi = rkspi-to vrgng = rkspi-vrgng.

K_TKA11_SET CALL FUNCTION 'K_TKA11_SET' EXPORTING i_tka11 = tka11.

G_POSTING_DATE_OF_YEAR_GET CALL FUNCTION 'G_POSTING_DATE_OF_YEAR_GET' EXPORTING variant = tka01-lmona year = rkspi-gjahr IMPORTING from_date = act-gjahr_datab to_date = act-gjahr_datbi EXCEPTIONS OTHERS = 1.

G_POSTING_DATE_OF_PERIOD_GET CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET' EXPORTING period = i_periods-buper variant = tka01-lmona year = rkspi-gjahr IMPORTING from_date = i_periods-datab to_date = i_periods-datbi last_normal_period = act-last_perio_year EXCEPTIONS OTHERS = 1.

K_VERSN_VALUATION CALL FUNCTION 'K_VERSN_VALUATION' EXPORTING I_KOKRS = rkspi-kokrs TABLES T_TKA09_V = GTV_TKA09_V.

CK_F_TCK01_STANDARD_READING CALL FUNCTION 'CK_F_TCK01_STANDARD_READING' IMPORTING f_tck01 = tck01 EXCEPTIONS error_message = 1.

K_VERSN_ACTIVATE_VALUTYP_5 CALL FUNCTION 'K_VERSN_ACTIVATE_VALUTYP_5'.

K_VERSN_VALUATION CALL FUNCTION 'K_VERSN_VALUATION' EXPORTING i_kokrs = rkspi-kokrs TABLES t_tka09_v = pt_tka09_v EXCEPTIONS error_message = 1.

DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = ld_dd07v-domname value = ld_dd07v-domvalue_l texts_only = true IMPORTING dd07v_wa = ld_dd07v EXCEPTIONS others = 1.

KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING ls_detail = ld_detail ls_appl = ld_appl ls_witem = ld_scma_witem ld_delayed_update = true "PL0K036280 IMPORTING ls_key = act-schedman_key TABLES lt_selkrit = lt_selcrit.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' EXPORTING severity_from = 4 IMPORTING max_severity = max_level.

MESSAGES_SAVE CALL FUNCTION 'MESSAGES_SAVE' EXPORTING i_balobject = lc_balobject i_balsubobject = lc_balsubobject i_identification = act-message_id IMPORTING e_log_handle = ld_message-log_handle EXCEPTIONS OTHERS = 1.

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING ls_key = act-schedman_key ls_message = ld_message ls_scma_event = ld_scma_event CHANGING ld_aplstat = ld_aplstat.



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