SAP Reports / Programs | Basis Components | Change & Transport System | Transport Organizer(BC-CTS-ORG) SAP BC

RGTABKEY_MOVE SAP ABAP Report - GTABKEY: Copy Registrations







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


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


INCLUDES used within this REPORT RGTABKEY_MOVE

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 = 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.



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