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

RKCORRH2 SAP ABAP Report - Check for Completion (Master Data in Group)







RKCORRH2 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 RKCORRH2 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 RKCORRH2. "Basic submit
SUBMIT RKCORRH2 AND RETURN. "Return to original report after report execution complete
SUBMIT RKCORRH2 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: NAME0315 = D .
Selection Text: NAME0314 = D .
Selection Text: NAME0313 = D .
Selection Text: NAME0312 = D .
Selection Text: NAME0311 = D .
Selection Text: NAME0113 = D .
Selection Text: NAME0112 = D .
Selection Text: NAME0111 = D .
Selection Text: NAME0110 = D .
Selection Text: NAME0109 = D .
Selection Text: NAME0108 = D .
Selection Text: NAME0107 = D .
Selection Text: NAME0106 = D .
Selection Text: NAME0105 = D .
Selection Text: NAME0104 = D .
Selection Text: NAME0103 = D .
Selection Text: NAME0102 = D .
Selection Text: NAME0101 = D .
Selection Text: NAME = D .
Selection Text: KOKRS = D .
Selection Text: FIKRS = D .
Selection Text: PRUED = Master Data Valid From
Selection Text: PRUE1 = Master Data Valid To
Selection Text: NAME0114 = D .
Selection Text: FISL = Check FISL Set
Title: Check for Completion (Master Data in Group)
Text Symbol: SAK = G/L Accs with Check (Not Time-Dependent)
Text Symbol: GRT = Group Type
Text Symbol: FC1 = Check Per. Std Hier.
Text Symbol: CGR = Create Group with Missing Master Data
Text Symbol: 006 = The group does not contain any values
Text Symbol: 005 = The following master records are missing in the group on the check date:
Text Symbol: 004 = The group does not contain the following master records:
Text Symbol: 003 = No master records exist in the controlling area on the check date
Text Symbol: 002 = No master records exist in the controlling area
Text Symbol: 001 = The group contains all master records


INCLUDES used within this REPORT RKCORRH2

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:

RS_TEXTPOOL_READ CALL FUNCTION 'RS_TEXTPOOL_READ' EXPORTING objectname = program action = space tables tpool = t EXCEPTIONS OTHERS = 0.

G_SET_DECRYPT_SETID CALL FUNCTION 'G_SET_DECRYPT_SETID' EXPORTING setid = setid IMPORTING setclass = setcl fikrs = fikrs.

K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = kokrs IMPORTING e_tka01 = l_tka01 EXCEPTIONS not_found = 1 OTHERS = 2.

G_SET_ENCRYPT_SETID CALL FUNCTION 'G_SET_ENCRYPT_SETID' EXPORTING setclass = setcl shortname = name kokrs = l_tka01-kokrs ktopl = l_tka01-ktopl fikrs = fikrs IMPORTING setid = setid EXCEPTIONS no_co_area_specified = 0 illegal_setclass = 0 OTHERS = 0.

G_SET_GET_INFO CALL FUNCTION 'G_SET_GET_INFO' EXPORTING setname = setid IMPORTING info = ls_info EXCEPTIONS set_not_found = 1.

G_SET_DETERMINE_DATA_ELEMENT2 CALL FUNCTION 'G_SET_DETERMINE_DATA_ELEMENT2' EXPORTING tabname = ld_settab fieldname = ld_setfld IMPORTING set_data_element = p_rollname EXCEPTIONS field_not_found = 1 OTHERS = 2.

K_RACCT_VALUES_LIST CALL FUNCTION 'K_RACCT_VALUES_LIST' EXPORTING i_modus = '1' i_kokrs = kokrs TABLES r_racct = lr_racct.

KEO_GROUP_COMPLETENESS_CHECK CALL FUNCTION 'KEO_GROUP_COMPLETENESS_CHECK' EXPORTING setid = setid low_date = prued "#EC DOM_EQUAL high_date = prue1 "#EC DOM_EQUAL co_only = co_only co_class_for_fisl_sets = setcl_co org_unit_for_fisl_sets = kokrs TABLES missing_master = lt_missing EXCEPTIONS group_empty = 1 set_error = 2 wrong_setclass = 3 OTHERS = 4.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING i_kokrs = pi_coarea IMPORTING e_kokrs = pi_coarea EXCEPTIONS not_found = 1 OTHERS = 2.

KEO_CUSTOMIZING_DATA_CHECK CALL FUNCTION 'KEO_CUSTOMIZING_DATA_CHECK' EXPORTING application = ld_appl controlling_area = pi_coarea IMPORTING cust_tka06 = ls_tka06 EXCEPTIONS no_data = 1 OTHERS = 2.

KEO_FISCAL_YEARS_COUNT_CHECK CALL FUNCTION 'KEO_FISCAL_YEARS_COUNT_CHECK' EXPORTING date = sy-datlo controlling_area = pi_coarea count_minus = ls_tka06-sub_from_fy count_plus = ls_tka06-add_to_fy IMPORTING low_date = ld_low "#EC DOM_EQUAL high_date = ld_high "#EC DOM_EQUAL EXCEPTIONS error_co_area_read = 1 no_fy_variant_assigned = 2 error_read_variant = 3 not_all_fiscal_years_defined = 4 OTHERS = 5.

K_GROUP_CREATE CALL FUNCTION 'K_GROUP_CREATE' EXPORTING setid = ld_setid overwrite_mode = '3' TABLES setmasters = lt_masters EXCEPTIONS OTHERS = 15.

G_SET_DETERMINE_DATA_ELEMENT2 CALL FUNCTION 'G_SET_DETERMINE_DATA_ELEMENT2' EXPORTING tabname = P_TABLE fieldname = P_FIELD IMPORTING SET_DATA_ELEMENT = l_setdtel EXCEPTIONS FIELD_NOT_FOUND = 1 OTHERS = 2 .



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