RGTABKEY_MOVE 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_MOVE into the relevant SAP transactions such as SE38 or SE80
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_CREL = Release
Selection Text: GP_DLVU = Software Component
Selection Text: GP_GROUP = GTABKEY Group: New
Title: GTABKEY: Copy 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_source-cgroup EXCEPTIONS wrong_call = 1 group_not_found = 2 OTHERS = 3.
TR_GTABKEYEXC_INTERFACE CALL FUNCTION 'TR_GTABKEYEXC_INTERFACE' EXPORTING iv_mode = 'UPD' iv_username = gv_user * IV_EXC_STATUS = iv_group = ls_swc_grp_source-cgroup * IS_OBJECTS = * IS_KEYS = * IV_NEW_STATUS = iv_new_swc_rel = ls_swc_rel_tmp * IV_NEW_APPROVER = * IV_NEW_GROUP = iv_archive = ' ' TABLES * IT_REQUESTER = it_swc_rel = lt_swc_rel * IT_TABNAME = * 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.
TR_GTABKEY_INTERFACE CALL FUNCTION 'TR_GTABKEY_INTERFACE' EXPORTING iv_mode = 'UPD' iv_group = ls_swc_grp_source-cgroup iv_username = gv_user * IV_MASTER = * IV_LAYOUTID = * IS_OBJECTS = * IS_KEYS = iv_new_swc_rel = ls_swc_rel_tmp * IV_NEW_GROUP = iv_archive = ' ' TABLES * it_user = it_swc_rel = lt_swc_rel * it_tabname = * it_trkorr = et_gtabkey = gt_gtabkey EXCEPTIONS wrong_call = 1 permission_denied = 2 enqueue_failed = 3 global_key_error = 4 OTHERS = 5.
TR_GTABKEYEXC_INTERFACE CALL FUNCTION 'TR_GTABKEYEXC_INTERFACE' EXPORTING iv_mode = 'COPY' iv_username = gv_user * IV_EXC_STATUS = iv_group = ls_swc_grp_source-cgroup * 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_tmp * IT_TABNAME = * 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.
TR_GTABKEY_INTERFACE CALL FUNCTION 'TR_GTABKEY_INTERFACE' EXPORTING iv_mode = 'COPY' iv_group = ls_swc_grp_source-cgroup 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 = it_swc_rel = lt_swc_rel_tmp * it_tabname = * it_trkorr = 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.
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_MOVE - GTABKEY: Copy Registrations RGTABKEY_MOVE - GTABKEY: Copy Registrations RGTABKEY_MERGE - Merge Two Software Components in GTABKEY RGTABKEY_MERGE - Merge Two Software Components in GTABKEY RGTABKEY_MAINTAIN_GSWCGRP_S - Define Central GTABKEY Settings RGTABKEY_MAINTAIN_GSWCGRP_S - Define Central GTABKEY Settings