SAP Reports / Programs | Basis Components | Security | ABAP Authorization and Role Management(BC-SEC-AUT-PFC) SAP BC

RSU22_USOB_AUTHVALTRC_CLASS SAP ABAP INCLUDE - RSU22USOBAUTHVALTRCCLASS







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


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 RSU22_USOB_AUTHVALTRC_CLASS. "Basic submit
SUBMIT RSU22_USOB_AUTHVALTRC_CLASS AND RETURN. "Return to original report after report execution complete
SUBMIT RSU22_USOB_AUTHVALTRC_CLASS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RSU22_USOB_AUTHVALTRC_CLASS

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:

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.



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