RGTABKEY_SETUP 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 RGTABKEY_SETUP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GTABKEY_SETUP - Setup of GTABKEY
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: GP_ADON = add on ID (use GSWCGRP)
Selection Text: GP_CHG = change
Selection Text: GP_CLID = client-specific
Selection Text: GP_CLII = cross-client
Selection Text: GP_CLNT = client
Selection Text: GP_DIS = display
Selection Text: GP_EXCL = exclude client from check
Selection Text: GP_MAND = client (use GSWCGRP)
Selection Text: GP_SYST = system (use GSWCGRP)
Selection Text: GP_TCOM = complex (use GSWCGRPC !)
Selection Text: GP_TRTA = target (use GSWCGRP)
Selection Text: LISTE = e-mail of GTABKEY contact
Selection Text: MAPPING = mapping type
Selection Text: RESP = system responsible person
Selection Text: RFCCREAT = creation of RFC destination
Selection Text: SID = system
Selection Text: SIDCREAT = creation of entry
Title: System configuration for the client system version GTABKEY 2.0
Text Symbol: 00A = Definition GTABKEY mapping type
Text Symbol: 00C = RFC destination GTABKEY_SERVER
Text Symbol: 00D = register system in central GTABKEY server + provide e-mail
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_GTABKEY_GET_CRMAHR CALL FUNCTION 'TR_GTABKEY_GET_CRMAHR' EXPORTING username = sy-uname IMPORTING * result = result userid_new = resp mail = liste.
LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = list_tab EXCEPTIONS not_found = 1 OTHERS = 2.
WRITE_LIST CALL FUNCTION 'WRITE_LIST' TABLES listobject = list_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGTABKEY_SETUP - System configuration for the client system version GTABKEY 2.0 RGTABKEY_SETUP - System configuration for the client system version GTABKEY 2.0 RGTABKEY_SCHEDULE_BATCH_JOB - Report for Scheduling RGTABKEY_DETECT_ABORTED_CALLS RGTABKEY_SCHEDULE_BATCH_JOB - Report for Scheduling RGTABKEY_DETECT_ABORTED_CALLS RGTABKEY_ROOT - GTABKEY: Tools and Utilities RGTABKEY_ROOT - GTABKEY: Tools and Utilities