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
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
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_ADMIN - GTABKEY 2.0 Administration Tool RGTABKEY_ADMIN - GTABKEY 2.0 Administration Tool RGTABKEY - GTABKEY Homepage RGTABKEY - GTABKEY Homepage RGS_VSRGEN_CONFIG - Settings for program generation of sets in validations RGS_VSRGEN_CONFIG - Settings for program generation of sets in validations