RSU22_USOB_AUTHVALTRC_FORMS 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_FORMS 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!
DD_DTEL_GET call function 'DD_DTEL_GET' exporting langu = sy-langu roll_name = 'USOBKEYTYPE' tables dd04t_tab_a = lt_dd04t exceptions others = 0.
TR_GET_PGMID_FOR_OBJECT call function 'TR_GET_PGMID_FOR_OBJECT' exporting iv_object = p1_objct importing es_type = ls_type exceptions others = 0.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = co_repid dynumb = co_dynnr translate_to_upper = 'X' tables dynpfields = lt_dynpfields exceptions others = 0.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'KEYNR' "#EC NOTEXT value_org = 'S' tables value_tab = lt_appl_type_text exceptions parameter_error = 1 no_values_found = 2 others = 3.
F4UT_GET_ENVIRONMENT call function 'F4UT_GET_ENVIRONMENT' importing env_info = ls_env_info exceptions others = 0.
F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'UST12' fieldname = 'OBJCT' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = ls_env_info-fieldname exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSU22_USOB_AUTHVALTRC_FORMS - RSU22USOBAUTHVALTRCFORMS RSU22_USOB_AUTHVALTRC_DISPLAY - Evaluate Authorization Trace (Table USOB_AUTHVALTRC) RSU22_USOB_AUTHVALTRC_DISPLAY - Evaluate Authorization Trace (Table USOB_AUTHVALTRC) RSU22_USOB_AUTHVALTRC_CLASS - RSU22USOBAUTHVALTRCCLASS RSU22UPLD_UPD - RSU22UPLDUPD RSU22UPLD_PARSE - RSU22UPLDPARSE