RGTABKEY_APPROV 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_APPROV 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: PR_REQU = Exception Requested By
Selection Text: PR_OWNE = Registration User
Selection Text: PR_CORR = Registration Transport
Selection Text: PC_STAT = Status of Exception
Selection Text: GR_TABN = Table Name(s)
Selection Text: GR_LOGO = Logical Transport Object
Selection Text: GP_KEYS = Key Administration
Selection Text: GP_GROUP = GTABKEY Group
Selection Text: GP_EXC = Exception Administration
Selection Text: GP_DLVU = Software Component
Selection Text: GP_CREL = Version
Selection Text: GP_CONT = GTABKEY contact?
Title: GTABKEY 2.0 Exception Approvals
Text Symbol: S11 = Further Selection Parameters for Keys
Text Symbol: S10 = Further Selection Parameters for Exceptions
Text Symbol: 121 = Conflict vs.
Text Symbol: 120 = Delete Selection Screen
Text Symbol: 117 = Log. Obj.
Text Symbol: 115 = Approved
Text Symbol: 114 = Requested
Text Symbol: 108 = SW Comp.
Text Symbol: 107 = Status
Text Symbol: 106 = Release
Text Symbol: 104 = Key/Object Name
Text Symbol: 103 = Table
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_F4_GET_SWC CALL FUNCTION 'TR_F4_GET_SWC' TABLES et_groups = lt_groups EXCEPTIONS global_key_error = 1 OTHERS = 2.
TR_F4_GET_SWC CALL FUNCTION 'TR_F4_GET_SWC' TABLES et_groups = lt_groups EXCEPTIONS global_key_error = 1 OTHERS = 2.
TR_GTABKEY_INTERFACE CALL FUNCTION 'TR_GTABKEY_INTERFACE' EXPORTING iv_mode = 'READ' iv_group = gp_group iv_username = gv_user * IV_MASTER = * IV_LAYOUTID = * IS_OBJECTS = * IS_KEYS = * IV_NEW_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 EXCEPTIONS wrong_call = 1 permission_denied = 2 enqueue_failed = 3 global_key_error = 4 OTHERS = 5.
TRINT_GTABKEY_DISPLAY CALL FUNCTION 'TRINT_GTABKEY_DISPLAY' EXPORTING it_gtabkey = gt_gtabkey EXCEPTIONS no_data = 1 OTHERS = 2.
TR_GTABKEYEXC_INTERFACE CALL FUNCTION 'TR_GTABKEYEXC_INTERFACE' EXPORTING iv_mode = 'READ' iv_username = gv_user iv_exc_status = pc_stat iv_group = gp_group * IS_OBJECTS = * IS_KEYS = * IV_NEW_STATUS = * IV_NEW_SWC_REL = * IV_NEW_APPROVER = * IV_NEW_GROUP = TABLES it_requester = pr_requ it_swc_rel = lt_swc_rel it_tabname = gr_tabn et_gtabkeyexc20 = gt_gtabkeyexc20_s EXCEPTIONS wrong_call = 1 permission_denied = 2 enqueue_failed = 3 global_key_error = 4 OTHERS = 5.
TR_GTABKEY_GET_EXP_CONTACT CALL FUNCTION 'TR_GTABKEY_GET_EXP_CONTACT' EXPORTING cdlvunit = gp_dlvu crelease = gp_crel IMPORTING username1 = lv_user1 username2 = lv_user2 EXCEPTIONS global_key_error = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = l_repid i_callback_pf_status_set = g_form_pf_status i_callback_user_command = g_form_user_command * i_callback_top_of_page = g_form_top_of_page * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = lw_layout it_fieldcat = lt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * i_screen_start_column = 0 * i_screen_start_line = 0 * i_screen_end_column = 0 * i_screen_end_line = 0 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IR_SALV_FULLSCREEN_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_outtab[] EXCEPTIONS program_error = 1 OTHERS = 2 .
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'GTABKEYEXC20_S' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = pt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
TR_GTABKEYEXC_INTERFACE CALL FUNCTION 'TR_GTABKEYEXC_INTERFACE' EXPORTING iv_mode = lv_mode iv_username = gv_user * IV_EXC_STATUS = * IV_GROUP = * IS_OBJECTS = * IS_KEYS = iv_new_status = 'A' * IV_NEW_SWC_REL = iv_new_approver = gv_user * IV_NEW_GROUP = TABLES * IT_REQUESTER = pr_requ * IT_SWC_REL = lt_swc_rel * IT_TABNAME = gr_tabn it_gtabkeyexc20 = lt_gtabkeyexc20_s * ET_gtabkeyexc20 = gt_gtabkeyexc20_s EXCEPTIONS wrong_call = 1 permission_denied = 2 enqueue_failed = 3 global_key_error = 4 OTHERS = 5.
TRINT_GTABKEY_SHOW_INFO CALL FUNCTION 'TRINT_GTABKEY_SHOW_INFO'.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.