SAP Reports / Programs

RGTABKEY_VALIDATION SAP ABAP Report - GTABKEY: Display Keys







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


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_VALIDATION. "Basic submit
SUBMIT RGTABKEY_VALIDATION AND RETURN. "Return to original report after report execution complete
SUBMIT RGTABKEY_VALIDATION 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_CREL = Version
Selection Text: GP_DLVU = Software Component
Selection Text: GP_GROUP = GTABKEY Group
Selection Text: GR_KEYS = Key
Selection Text: GR_LOGO = Logical Transport Object
Selection Text: GR_TABN = Table Name(s)
Selection Text: PR_CORR = Registration Transport
Selection Text: PR_OWNE = Registration User
Title: GTABKEY: Display Keys
Text Symbol: 103 = Table
Text Symbol: 104 = Key/Object Name
Text Symbol: 106 = Release
Text Symbol: 107 = Status
Text Symbol: 114 = Requested
Text Symbol: 115 = Approved
Text Symbol: 117 = Log. Obj.
Text Symbol: S11 = Further Selection Parameters for Keys


INCLUDES used within this REPORT RGTABKEY_VALIDATION

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_F4_GET_SWC CALL FUNCTION 'TR_F4_GET_SWC' TABLES et_groups = lt_groups EXCEPTIONS global_key_error = 1 OTHERS = 2.

TR_F4_GET_SWC CALL FUNCTION 'TR_F4_GET_SWC' TABLES et_groups = lt_groups EXCEPTIONS global_key_error = 1 OTHERS = 2.

TRINT_GTABKEY_READ_INTERFACE CALL FUNCTION 'TRINT_GTABKEY_READ_INTERFACE' DESTINATION gc_gtabkey_server EXPORTING iv_username = gv_user iv_group = gp_group * IV_MASTER = * IV_MASTER = IV_MASTER = IV_MASTER * IV_LAYOUTID = * IV_LAYOUTID = IV_LAYOUTID = IV_LAYOUTID * IV_NEW_SWC_REL = * IV_NEW_SWC_REL = IV_NEW_SWC_REL = IV_NEW_SWC_REL * IV_NEW_GROUP = * IV_NEW_GROUP = IV_NEW_GROUP = IV_NEW_GROUP * IV_NEW_OWNER = * IV_NEW_OWNER = IV_NEW_OWNER = IV_NEW_OWNER TABLES it_user = pr_owne it_swc_rel = lt_swc_rel it_tabname = gr_tabn it_trkorr = pr_corr it_gtabkey = gt_gtabkey et_gtabkey = et_gtabkey EXCEPTIONS wrong_call = 1 permission_denied = 2 enqueue_failed = 3 group_not_found = 4 OTHERS = 5.

TRINT_GTABKEY_DISPLAY CALL FUNCTION 'TRINT_GTABKEY_DISPLAY' EXPORTING it_gtabkey = et_gtabkey EXCEPTIONS no_data = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'GTABKEYEXC' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = pt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

TR_GTABKEYEXC_INTERFACE CALL FUNCTION 'TR_GTABKEYEXC_INTERFACE' EXPORTING iv_mode = lv_mode iv_username = gv_user * IV_EXC_STATUS = * IV_GROUP = * IS_OBJECTS = * IS_KEYS = iv_new_status = 'A' * IV_NEW_SWC_REL = iv_new_approver = gv_user * IV_NEW_GROUP = TABLES * IT_REQUESTER = pr_requ * IT_SWC_REL = lt_swc_rel * IT_TABNAME = gr_tabn it_gtabkeyexc20 = lt_gtabkeyexc20 * ET_gtabkeyexc20 = gt_gtabkeyexc20 EXCEPTIONS wrong_call = 1 permission_denied = 2 enqueue_failed = 3 global_key_error = 4 OTHERS = 5.

TRINT_GTABKEY_SHOW_INFO CALL FUNCTION 'TRINT_GTABKEY_SHOW_INFO'.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.



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