GRPC_AC_INIT_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_INIT_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 .
Title: Initialize Script Primary Connector
Text Symbol: E01 = Select Script to initialize primary connector
Text Symbol: 075 = Retrieving Script List...
Text Symbol: 073 = Rule-Script-Rule Criteria with Connector
Text Symbol: 072 = Scripts and Rule Criteria without Connector
Text Symbol: 071 = Rule Criteria without Connector
Text Symbol: 070 = Scripts and Rules without Connector
Text Symbol: 069 = Scripts with Connector
Text Symbol: 068 = Rules with Connector
Text Symbol: 067 = All
Text Symbol: 046 = Script Primary Connector
Text Symbol: 045 = Rule Criteria Connector
Text Symbol: 040 = Rule Criteria
Text Symbol: 038 = Script Type
Text Symbol: 037 = Script Category
Text Symbol: 036 = System Type
Text Symbol: 035 = Description
Text Symbol: 034 = Script
Text Symbol: 032 = Rule Group
Text Symbol: 031 = Rule Description
Text Symbol: 026 = Rule
Text Symbol: 025 = Rule Connector
Text Symbol: 013 = No
Text Symbol: 012 = Yes
Text Symbol: 011 = Do you really want to initialize Script Primary Connector
Text Symbol: 010 = Initialize Script Primary Connector
Text Symbol: 002 = Primary Connector successfully initialized
Text Symbol: 001 = Select Script to initialize primary connector
Text Symbol: 000 = Enter Data
INCLUDE GRPC_AC_INIT_SCRIPT_CONN_TOP.
INCLUDE GRPC_AC_INIT_SCRIPT_CONN_FORM.
INCLUDE GRPC_AC_INIT_SCRIPT_CONN_UI.
INCLUDE GRPC_AC_INIT_SCRIPT_CONN_HELP.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_INIT_SCRIPT_CONN - Initialize Script Primary Connector GRPC_AC_INIT_SCRIPT_CONN - Initialize Script Primary Connector GRPC_AC_INIT_RULE_CONN_UI - GRPCACINITRULECONNUI GRPC_AC_INIT_RULE_CONN_TOP - GRPCACINITRULECONNTOP GRPC_AC_INIT_RULE_CONN_HELP - GRPCACINITRULECONNHELP GRPC_AC_INIT_RULE_CONN_FORM - GRPCACINITRULECONNFORM