SAP Reports / Programs | Governance, Risk and Compliance | Process Controls -Automated Controls(GRC-PCE) SAP GRC

GRPCRTA_CONTROL_FORM SAP ABAP INCLUDE - Include GRPCRTA_CONTROL_FORM







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


Text pool values


Title: Include GRPCRTA_CONTROL_FORM


INCLUDES used within this REPORT GRPCRTA_CONTROL_FORM

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:

GRPCRTA_RULEID_READ CALL FUNCTION 'GRPCRTA_RULEID_READ' EXPORTING i_control_id = p_cid i_ruleid = p_ruleid i_orgunitid = p_orgid i_rfcdest = p_rfc i_timeframe = p_period i_tf_year = p_year i_connector = p_connid * i_jobid = p_jobid IMPORTING et_global_values = pt_glblvar et_trans = pt_trans et_schema_order = pt_schemaorder et_rulevariables = pt_rulevariables et_rule = pt_rules es_olsp = ps_olsp et_deficiency = pt_deficiency et_script_info = pt_script es_compliance = ps_compliance es_header = ps_header es_return = ls_return.

GRPCRTA_DATA_DISPLAY CALL FUNCTION 'GRPCRTA_DATA_DISPLAY' EXPORTING i_program = lv_prog i_detail_form = c_detail_form " Call back form - detail i_user_form = c_user_form " Call bakc form - User i_fromdate = s_date-low i_todate = s_date-high i_frequency_type = p_ptype i_currency_key = gwa_currkey is_compliance = ls_compliance is_header = ps_header it_rulevariables = pt_rulevariables it_trans = pt_trans it_deficiency = pt_deficiency CHANGING it_data = it_fieldcat = pt_fieldcat it_sort = pt_sort.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING expressions = gt_expr kind = c_f IMPORTING selection_id = gv_selid where_clauses = gt_where expressions = gt_expr field_ranges = gt_range number_of_active_fields = p_num TABLES tables_tab = gt_tables fields_tab = gt_fields EXCEPTIONS fields_incomplete = 1 fields_no_join = 2 field_not_found = 3 no_tables = 4 table_not_found = 5 expression_not_supported = 6 incorrect_expression = 7 illegal_kind = 8 area_not_found = 9 inconsistent_area = 10 kind_f_no_fields_left = 11 kind_f_no_fields = 12 too_many_fields = 13 dup_field = 14 field_no_type = 15 field_ill_type = 16 dup_event_field = 17 node_not_in_ldb = 18 area_no_field = 19 OTHERS = 20.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = gv_selid title = text-100 as_window = abap_true IMPORTING where_clauses = gt_where expressions = gt_expr field_ranges = gt_range number_of_active_fields = p_num TABLES fields_tab = gt_fields EXCEPTIONS internal_error = 1 no_action = 2 selid_not_found = 3 illegal_status = 4 OTHERS = 5.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = p_name TABLES dfies_tab = lt_tab EXCEPTIONS not_found = 1 OTHERS = 2.

GRPCRTA_CONTROL_DEF_RETRIEVE CALL FUNCTION 'GRPCRTA_CONTROL_DEF_RETRIEVE' EXPORTING i_classname = p_classname i_systeminfo = p_info IMPORTING es_control_def = ps_control_def e_return_code = lv_return_code.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_strucname CHANGING ct_fieldcat = pt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname FIELDNAME = p_field EXCEPTIONS NOT_FOUND = 1 INTERNAL_ERROR = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = -table_name fieldname = -field_name langu = 'E' TABLES dfies_tab = lt_field[] EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = -tablename fieldname = -fieldname langu = 'E' TABLES dfies_tab = lt_field[] EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.



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