GRPC_AC_ADD_SCRIPT_CONN 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 GRPC_AC_ADD_SCRIPT_CONN into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: S_SYS = D .
Selection Text: S_SCRPT = D .
Selection Text: S_SCRPG = D .
Selection Text: S_SCRP = D .
Selection Text: P_TEST = Scan Mode
Selection Text: P_STAT = Rule Status
Selection Text: P_CONN = Script Primary Connector
Selection Text: C_CONN = Add Primary Connector to Rule
Title: Add Script Primary Connector and update Rule Status
Text Symbol: 068 = Rules with Connector
Text Symbol: 069 = Scripts with Connector
Text Symbol: 070 = Scripts and Rules without Connector
Text Symbol: 071 = Rule Criteria without Connector
Text Symbol: 072 = Scripts and Rule Criteria without Connector
Text Symbol: 073 = Rule-Script-Rule Criteria with Connector
Text Symbol: 075 = Retrieving script list
Text Symbol: 076 = Checking script configuration
Text Symbol: 100 =
Text Symbol: 101 = Enter the primary connector
Text Symbol: 102 = Enter the rule status
Text Symbol: 103 = No validation logic included
Text Symbol: 104 =
Text Symbol: 105 = Scan Mode
Text Symbol: 106 = Validates the selected rule scripts against the provided connector
Text Symbol: 107 = Lists the scripts that fail the validation.
Text Symbol: 108 = No rule scripts are updated if this is selected
Text Symbol: E01 = Select script to initialize primary connector
Text Symbol: 000 = Enter data
Text Symbol: 001 = Select a script to restore primary connector
Text Symbol: 002 = Primary connector restored
Text Symbol: 003 = Enter the primary connector
Text Symbol: 004 = Enter the rule status
Text Symbol: 005 = Error found
Text Symbol: 006 = Primary Connector
Text Symbol: 010 = Restore the script primary connector
Text Symbol: 011 = Confirm you want to restore the script primary connector
Text Symbol: 012 = Yes
Text Symbol: 013 = No
INCLUDE GRPC_AC_ADD_SCRIPT_CONN_TOP.
INCLUDE GRPC_AC_ADD_SCRIPT_CONN_FORM.
INCLUDE GRPC_AC_ADD_SCRIPT_CONN_UI.
INCLUDE GRPC_AC_ADD_SCRIPT_CONN_HELP.
INCLUDE GRPC_AC_ADD_SCRIPT_CONN_CHECK.
No SAP DATABASE tables are accessed within this REPORT code!
GRPC_CONNECTORS_GET call function 'GRPC_CONNECTORS_GET' exporting iv_systemtype = 'SAP' iv_connector = p_conn importing et_connectors = lt_conn.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRPC_AC_ADD_SCRIPT_CONN - Add Script Primary Connector and update Rule Status GRPC_AC_ADD_SCRIPT_CONN - Add Script Primary Connector and update Rule Status GRPC_ACC_CONV_SUBPROCESS - Assgn Account Group from reference Risk to Subprocess GRPC_ACC_CONV_SUBPROCESS - Assgn Account Group from reference Risk to Subprocess GRPC_ACC_CONV_RISK - Clean up Indirect Account Risk Control relation data GRPC_ACC_CONV_RISK - Clean up Indirect Account Risk Control relation data