SAP Reports / Programs

RGTABKEY_ADMIN SAP ABAP Report - GTABKEY 2.0 Administration Tool







RGTABKEY_ADMIN 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_ADMIN 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_ADMIN. "Basic submit
SUBMIT RGTABKEY_ADMIN AND RETURN. "Return to original report after report execution complete
SUBMIT RGTABKEY_ADMIN 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_APP = Approve Exceptions
Selection Text: GP_CHK = Conflict Check
Selection Text: GP_EXC = Register Exceptions
Selection Text: GP_REG = Conflict Check & Registration
Selection Text: GP_RLOC = Register Terminations
Selection Text: GR_KORRS = Transport(s)
Selection Text: PV_ALL = All Conflicts
Selection Text: PV_CREL = Release
Selection Text: PV_DLVU = Component
Selection Text: PV_E071E = Resolve LANG *
Selection Text: PV_SIM = Get Number of Keys Only
Selection Text: PV_TADIR = Respect TADIR Objects
Title: GTABKEY 2.0 Administration Tool


INCLUDES used within this REPORT RGTABKEY_ADMIN

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_GET_ROLE CALL FUNCTION 'TR_GET_ROLE' IMPORTING iv_role = gv_role EXCEPTIONS global_key_error = 1 OTHERS = 2.

TR_GET_ROLE CALL FUNCTION 'TR_GET_ROLE' IMPORTING iv_role = gv_role.

TR_GET_ROLE CALL FUNCTION 'TR_GET_ROLE' IMPORTING iv_role = gv_role.

TR_READ_REQUEST CALL FUNCTION 'TR_READ_REQUEST' EXPORTING iv_read_e070 = c_mark iv_read_e07t = c_mark iv_read_e070c = c_mark iv_read_e070m = c_mark iv_read_objs_keys = c_mark iv_read_attributes = c_mark iv_trkorr = ls_e070-trkorr CHANGING cs_request = ls_request EXCEPTIONS error_occured = 1 no_authorization = 2 OTHERS = 3.

TR_REQ_CHECK_GLOBAL_KEYS CALL FUNCTION 'TR_REQ_CHECK_GLOBAL_KEYS' EXPORTING is_objects = ls_request-objects is_keys = ls_request-keys is_header = ls_request-h iv_cdlvunit = pc_dlvu iv_crelease = pc_crel iv_simulation = lv_simulation iv_exception = lv_exc iv_exc_status = lv_exc_status iv_only_count = pv_sim * iv_with_tadir = pv_tadir is_e071e = lt_e071e IMPORTING e_return_code = ls_result e_gtabkey_res = gt_gtabkey_result EXCEPTIONS wrong_call = 1 group_not_found = 2 enqueue_failed = 3 global_key_error = 4 no_sw_comp_found = 5 OTHERS = 6.

TRINT_GTABKEY_CHK_DISPLAY CALL FUNCTION 'TRINT_GTABKEY_CHK_DISPLAY' EXPORTING it_gtabkey_res = gt_gtabkey_res_all is_header = ls_request-h is_headers = gw_gtabkey_headers.

TRINT_GTABKEY_CHK_DISPLAY CALL FUNCTION 'TRINT_GTABKEY_CHK_DISPLAY' EXPORTING it_gtabkey_res = gt_gtabkey_res_all is_header = ls_request-h is_headers = gw_gtabkey_headers.

ENQUEUE_E_GTABKEY CALL FUNCTION 'ENQUEUE_E_GTABKEY' EXPORTING mode_gtabkey_enq = 'E' * tabname = lv_tabname cgroup = 'LOCAL' _wait = c_mark EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

TRINT_GTABKEY_DISP_ABORTED_REQ CALL FUNCTION 'TRINT_GTABKEY_DISP_ABORTED_REQ' EXPORTING it_gtabkey = lt_gtabkey EXCEPTIONS no_data = 1 OTHERS = 2.

DEQUEUE_E_GTABKEY CALL FUNCTION 'DEQUEUE_E_GTABKEY' EXPORTING mode_gtabkey_enq = 'E' * tabname = lv_tabname cgroup = 'LOCAL'.



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