GRAC_TRANSPORT_ACCESS_RULES 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 GRAC_TRANSPORT_ACCESS_RULES into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GRAC_RULE_TRANSPORT - Transport Access Rules.
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: LSYS_DD = Logical System
Selection Text: PSYS_TAB = Physical Systems
Title: Transport Access Rules across Systems.
Text Symbol: 003 = System Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'LSYS_DD' values = lt_val.
TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request_types = 'W' it_e071 = lt_tabu_data it_e071k = lt_taby_key_data EXCEPTIONS invalid_request = 1 invalid_request_type = 2 user_not_owner = 3 no_objects_appended = 4 enqueue_error = 5 cancelled_by_user = 6 recursive_call = 7 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRAC_TRANSPORT_ACCESS_RULES - Transport Access Rules across Systems. GRAC_TRANSPORT_ACCESS_RULES - Transport Access Rules across Systems. GRAC_SPM_WORKFLOW_SYNC - Program for EAM Workflow Synchronization GRAC_SPM_WORKFLOW_SYNC - Program for EAM Workflow Synchronization GRAC_SPM_TRANSACLOG_ARCHIVIF04 - Include GRAC_SPM_TRANSACLOG_ARCHIVIF04 GRAC_SPM_TRANSACLOG_ARCHIVIF03 - Include GRAC_SPM_TRANSACLOG_ARCHIVIF03