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

GRPCRTA_MAIN_SCREEN SAP ABAP Report - Process Control







GRPCRTA_MAIN_SCREEN 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 GRPCRTA_MAIN_SCREEN into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GRPCRTA_PC - GRC Process Control


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_MAIN_SCREEN. "Basic submit
SUBMIT GRPCRTA_MAIN_SCREEN AND RETURN. "Return to original report after report execution complete
SUBMIT GRPCRTA_MAIN_SCREEN 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: S_CONNID = Source Connector
Selection Text: L_YEAR =
Selection Text: L_TFRAME =
Selection Text: L_SUB = Subprocess ID
Selection Text: L_SPAT = Control name
Selection Text: L_PRC = Process ID
Selection Text: L_ORG = Organization ID
Selection Text: L_CONNID = Target Connector
Title: Process Control
Text Symbol: L16 = RFC Destination
Text Symbol: L15 = No
Text Symbol: L14 = Yes
Text Symbol: L13 = Exit
Text Symbol: L12 = Selection will be lost Exit anyway?
Text Symbol: L11 = Set GRCServer Connector where the Rule resides
Text Symbol: L10 = is already set Do you want to set different connector ?
Text Symbol: L09 = Connector
Text Symbol: L08 = Set target system
Text Symbol: L07 = Unable to create display!
Text Symbol: L06 = Target Connector
Text Symbol: L05 = Source Connector
Text Symbol: L04 = Select Source Connector
Text Symbol: L02 = Building Control and Rule list...
Text Symbol: L01 = Retrieving Data for Organization, Process and Subprocess ...
Text Symbol: 103 = Not scheduled
Text Symbol: 101 = Nothing selected!
Text Symbol: 100 = Scheduled Jobs for:
Text Symbol: 012 = Execute Rule
Text Symbol: 011 = Execute Control
Text Symbol: 008 = Regulation ID
Text Symbol: 007 = Year
Text Symbol: 006 = Timeframe


INCLUDES used within this REPORT GRPCRTA_MAIN_SCREEN

INCLUDE GRPCRTA_MAIN_SCREEN_TOP.
INCLUDE GRPCRTA_MAIN_SCREEN_LCL.
INCLUDE GRPCRTA_MAIN_SCREEN_SEL_SCR.
INCLUDE GRPCRTA_MAIN_SCREEN_PBO.
INCLUDE GRPCRTA_MAIN_SCREEN_FORM.
INCLUDE GRPCRTA_MAIN_SCREEN_PAI.




INCLUDE GRPCRTA_MAIN_SCREEN_FORM_JOB.
INCLUDE GRPCRTA_MAIN_SCREEN_FORM30.


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:

No SAP FUNCTION MODULES are executed within this report code!



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