SAP Reports / Programs | Controlling | Profitability Analysis(CO-PA) SAP CO

RKE_AL_CHECK_PROC_GROUPS_F00 SAP ABAP INCLUDE - RKEALCHECKPROCGROUPSF00







RKE_AL_CHECK_PROC_GROUPS_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 RKE_AL_CHECK_PROC_GROUPS_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 RKE_AL_CHECK_PROC_GROUPS_F00. "Basic submit
SUBMIT RKE_AL_CHECK_PROC_GROUPS_F00 AND RETURN. "Return to original report after report execution complete
SUBMIT RKE_AL_CHECK_PROC_GROUPS_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 RKE_AL_CHECK_PROC_GROUPS_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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-p01.

RKE_READ_ERKRS_MESSAGE CALL FUNCTION 'RKE_READ_ERKRS_MESSAGE' EXPORTING i_erkrs = p_erkrs IMPORTING e_v_tkeb = ls_v_tkeb EXCEPTIONS not_defined = 1 not_defined_in_client = 2 no_text = 3 OTHERS = 4.

G_PERIODS_OF_YEAR_GET CALL FUNCTION 'G_PERIODS_OF_YEAR_GET' EXPORTING variant = ls_v_tkeb-periv year = p_gjahr TABLES i_periods = lth_periods EXCEPTIONS variant_not_defined = 1 year_not_defined = 2 OTHERS = 3.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-p02.

KGAL_COMBINATIONS_BUILD CALL FUNCTION 'KGAL_COMBINATIONS_BUILD' EXPORTING i_tab = g_tab i_setkind = sset i_ipknz = g_ipknz i_alart = g_alart irt_combinations = gr_table is_t811c = ls_t811c TABLES comb_fields = lt_field EXCEPTIONS no_combs = 01.

G_SET_TREE_IMPORT CALL FUNCTION 'G_SET_TREE_IMPORT' EXPORTING setid = ls_t811k-setid * TABNAME = ' ' TABLES set_values = lt_setval EXCEPTIONS set_not_found = 1 illegal_field_replacement = 2 illegal_table_replacement = 3 OTHERS = 4.

KGAL_COMBINATIONS_BUILD CALL FUNCTION 'KGAL_COMBINATIONS_BUILD' EXPORTING i_tab = g_tab i_setkind = rcset i_ipknz = g_ipknz i_alart = g_alart irt_combinations = gr_table is_t811c = ls_t811c TABLES comb_fields = lt_field EXCEPTIONS no_combs = 01.

RK_KSTAR_READ CALL FUNCTION 'RK_KSTAR_READ' EXPORTING datum = g_last_date_fy kokrs = is_cycle_pgroup-kokrs kstar = l_kstar spras = sy-langu IMPORTING ktext = l_ktext v_cskb = ls_cskbv EXCEPTIONS OTHERS = 1.

RKE_SHORT_TEXT_ALL CALL FUNCTION 'RKE_SHORT_TEXT_ALL' EXPORTING i_erkrs = g_erkrs * I_PA_TYPE = '1' IMPORTING e_subrc = x_subrc TABLES it_dynp_fields = lt_charac it_check_fields = lt_field et_text = lt_text.



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