SAP Reports / Programs

RGTABKEY_SETUP SAP ABAP Report - System configuration for the client system version GTABKEY 2.0







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


Transaction Code(s):

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

GTABKEY_SETUP - Setup of GTABKEY


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 RGTABKEY_SETUP. "Basic submit
SUBMIT RGTABKEY_SETUP AND RETURN. "Return to original report after report execution complete
SUBMIT RGTABKEY_SETUP 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: 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


INCLUDES used within this REPORT RGTABKEY_SETUP

No INCLUDES are used within this REPORT code!


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:

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.



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