RSU22_USOB_AUTHVALTRC_CLASS is a standard ABAP INCLUDE 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 RSU22_USOB_AUTHVALTRC_CLASS 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_DISPLAY_TEXT call function 'POPUP_DISPLAY_TEXT' exporting popup_title = 'Important information'(001) text_object = 'SU2X_AUTHORIZATION_TRACE'.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = lv_repid i_callback_pf_status_set = 'HANDLE_EVENT_PF_STATUS' i_callback_user_command = 'HANDLE_EVENT_USER_COMMAND' is_layout = ls_layout it_fieldcat = lt_fieldcat is_variant = ls_variant i_save = 'A' tables t_outtab = gt_kernel_trace exceptions program_error = 1 others = 2.
TH_SERVER_LIST call function 'TH_SERVER_LIST' tables list = lt_server exceptions no_server_list = 1 others = 2.
SUAUTH_USOB_AUTHVALTRC call function 'SUAUTH_USOB_AUTHVALTRC' exporting iv_function = 'U' importing es_return = ls_return.
SUAUTH_USOB_AUTHVALTRC call function 'SUAUTH_USOB_AUTHVALTRC' destination lr_server->name exporting iv_function = 'U' importing es_return = ls_return exceptions system_failure = 1 message lv_msg communication_failure = 2 message lv_msg resource_failure = 3.
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'E' cl = 'SAML' number = '001' par1 = lv_msg(50) par2 = lv_msg+50(50) par3 = lv_msg+100(50) importing return = ls_return.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = 'Do you want to delete the selected entries?'(002) "#EC TEXT_DIFF text_button_1 = 'Yes'(003) "#EC TEXT_DIFF text_button_2 = 'No'(004) "#EC TEXT_DIFF display_cancel_button = ' ' importing answer = lv_answer exceptions text_not_found = 1 others = 2.
EDITOR_PROGRAM call function 'EDITOR_PROGRAM' exporting display = 'X' line = lr_kernel_trace->abapline program = lr_kernel_trace->abapprog exceptions application = 1 others = 2.
SUSR_SHOW_OBJECT call function 'SUSR_SHOW_OBJECT' exporting object = lr_kernel_trace->object.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = co_usob_authvaltrc i_bypassing_buffer = 'X' changing ct_fieldcat = et_fieldcat exceptions others = 0.
SUSR_POPUP_LIST_WITH_TEXT call function 'SUSR_POPUP_LIST_WITH_TEXT' exporting text1 = text-017 list_column_headers = ls_column_headers tables popup_list_2 = it_popup_list.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.