SAP Reports / Programs

GRPCRTA_CONTROL_COMMON SAP ABAP dialog Program - Automated Control Common Routine







GRPCRTA_CONTROL_COMMON is a standard Module pool for a dialog screen ABAP Program 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_COMMON 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_COMMON. "Basic submit
SUBMIT GRPCRTA_CONTROL_COMMON AND RETURN. "Return to original report after report execution complete
SUBMIT GRPCRTA_CONTROL_COMMON VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Automated Control Common Routine
Text Symbol: E11 = Object not found
Text Symbol: E12 = Object missing
Text Symbol: E13 = From date missing
Text Symbol: E14 = Object class missing
Text Symbol: E15 = No position found
Text Symbol: E16 = Invalid indicator
Text Symbol: E17 = No authorization
Text Symbol: E18 = No authorization group
Text Symbol: E19 = Unknown error occured
Text Symbol: E44 = Frequency type is not valid within Timeframe
Text Symbol: E46 = Please Enter Frequency to execute control
Text Symbol: E48 = Frequency is not valid within Frequency Type
Text Symbol: E49 = Please do not execute for future period


INCLUDES used within this REPORT GRPCRTA_CONTROL_COMMON

INCLUDE GRPCRTA_CONTROL_TOP.


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_DATA_TO_XML_CONVERT call function 'GRPCRTA_DATA_TO_XML_CONVERT' EXPORTING is_header = ps_head "ls_header is_compliance = ps_compliance is_xml_header = ps_header "ls_xml_header i_cci = p_cci i_title = p_title i_fromdate = p_sdate i_todate = p_edate i_year = p_year i_period = p_period i_ptype = p_ptype i_ruleversion = p_version i_samt = p_samt i_currkey = p_currkey i_jobid = p_jobid IMPORTING e_deficiency = lv_deftype "ls_compl-deftype e_username = lv_username ev_xml_xstring = l_xstring es_compliance = ls_compliance TABLES it_trans = pt_trans it_fieldcat = pt_fieldcat it_data = pt_data.

GRPCRTA_SEND_XML CALL FUNCTION 'GRPCRTA_SEND_XML' EXPORTING i_caller = p_caller "ps_header-rfcdest " To GRC i_jobid = p_jobid i_job_step = p_step i_connector = p_connid "ps_header-connectid " GRC->ERP is_compliance = ls_compliance i_xstring = l_xstring i_username = lv_username TABLES it_result = lt_result it_result_data = lt_result_data et_message = lt_message.

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

GRPCRTA_PC_GET_GRC_DATA CALL FUNCTION 'GRPCRTA_PC_GET_GRC_DATA' EXPORTING i_rfcdest = gv_rfcdest "g'GR4' "p_rfcdest i_flag = p_flag I_TIMEFRAME = lv_timeframe I_TIMEFRAME_Y = lv_year * I_SEARCH_PATTERN = I_FREQUENCY = p_ptype * I_SRFCDEST = IMPORTING I_TIMEFRAME_INFO = ps_time_info * ES_RETURN = TABLES * T_TIMEFRAME_LIST = * T_TIMEFRAME_Y_LIST = * T_ORGLIST = * T_PROCESSLIST = * T_SUBPROCESSLIST = * T_CONTROL_SRES = * T_CONTROL_RULE = * T_ORG_RAN = * T_PRO_RAN = * T_SUBPRO_RAN = * I_CONNECTOR_LIST = T_TIMEFRAME_DETAIL = pt_timeframe I_FREQ_LST = pt_f4_freq .



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