SAP Reports / Programs

RGTABKEY_COPY SAP ABAP Report - GTABKEY Copy of Registrations







RGTABKEY_COPY 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_COPY 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_COPY. "Basic submit
SUBMIT RGTABKEY_COPY AND RETURN. "Return to original report after report execution complete
SUBMIT RGTABKEY_COPY 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 = Release
Selection Text: GP_CRE_N = New Release
Selection Text: GP_DLVU = Software Component
Selection Text: GP_DLV_N = New Software Component
Selection Text: GP_EXC = Exceptions
Selection Text: GP_GROUP = GTABKEY Group
Selection Text: GP_REG = Registrations
Selection Text: GR_TABN = Table Name(s)
Selection Text: PR_CORR = Registration Transport
Selection Text: PR_OWNE = Registration User
Title: GTABKEY Copy of Registrations
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: S10 = Further Selection Parameters for Exceptions
Text Symbol: S11 = Further Selection Parameters for Keys


INCLUDES used within this REPORT RGTABKEY_COPY

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:

TRINT_SEL_GROUP_FROM_GSWCGRP CALL FUNCTION 'TRINT_SEL_GROUP_FROM_GSWCGRP' EXPORTING iv_cdlvunit = gp_dlvu iv_crelease = gp_crel IMPORTING ev_cgroup = gv_group EXCEPTIONS wrong_call = 1 group_not_found = 2 OTHERS = 3.

TRINT_SEL_GROUP_FROM_GSWCGRP CALL FUNCTION 'TRINT_SEL_GROUP_FROM_GSWCGRP' EXPORTING iv_cdlvunit = ls_swc_rel-cdlvunit iv_crelease = ls_swc_rel-crelease IMPORTING ev_cgroup = ls_swc_grp-cgroup EXCEPTIONS wrong_call = 1 group_not_found = 2 OTHERS = 3.

TR_GTABKEYEXC_INTERFACE CALL FUNCTION 'TR_GTABKEYEXC_INTERFACE' EXPORTING iv_mode = 'COPY' iv_username = gv_user * IV_EXC_STATUS = iv_group = gv_group * IS_OBJECTS = * IS_KEYS = * IV_NEW_STATUS = iv_new_swc_rel = ls_swc_rel * IV_NEW_APPROVER = * IV_NEW_GROUP = TABLES * IT_REQUESTER = it_swc_rel = lt_swc_rel it_tabname = gr_tabn * IT_gtabkeyexc20 = et_gtabkeyexc20 = gt_gtabkeyexc20 EXCEPTIONS wrong_call = 1 permission_denied = 2 enqueue_failed = 3 global_key_error = 4 group_not_found = 5 OTHERS = 6.

TRINT_BUILD_GTABKEYERROR CALL FUNCTION 'TRINT_BUILD_GTABKEYERROR' TABLES it_gtabkey = gt_gtabkey it_realkeys = lt_realkeys it_swc_grp = lt_swc_grp it_gtabkeyexc = gt_gtabkeyexc20 CHANGING e_gtabkey_res = e_gtabkey_res e_return_code = e_return_code.

TR_GTABKEY_INTERFACE CALL FUNCTION 'TR_GTABKEY_INTERFACE' EXPORTING iv_mode = 'COPY' iv_group = gv_group iv_username = gv_user * iv_master = 'M' * IV_LAYOUTID = * IS_OBJECTS = * IS_KEYS = iv_new_swc_rel = ls_swc_rel * IV_NEW_GROUP = TABLES it_user = pr_owne it_swc_rel = lt_swc_rel it_tabname = gr_tabn it_trkorr = pr_corr et_gtabkey = gt_gtabkey CHANGING ct_swc_grp = lt_swc_grp EXCEPTIONS wrong_call = 1 permission_denied = 2 enqueue_failed = 3 global_key_error = 4 OTHERS = 5.

TRINT_BUILD_GTABKEYERROR CALL FUNCTION 'TRINT_BUILD_GTABKEYERROR' TABLES it_gtabkey = gt_gtabkey it_realkeys = lt_realkeys it_swc_grp = lt_swc_grp it_gtabkeyexc = gt_gtabkeyexc20 CHANGING e_gtabkey_res = e_gtabkey_res e_return_code = e_return_code.

TRINT_GTABKEY_CHK_DISPLAY CALL FUNCTION 'TRINT_GTABKEY_CHK_DISPLAY' EXPORTING it_gtabkey_res = e_gtabkey_res is_header = ls_request-h * iv_cdlvunit = gp_dlv_n * iv_crelease = gp_cre_n.



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