AUTHORITY_CHECK_AV01 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 AUTHORITY_CHECK_AV01 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.
Title: Include AUTHORITY_CHECK_AV01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AUTHORITY_CHECK_ANALYSE_VALUES * CALL FUNCTION 'AUTHORITY_CHECK_ANALYSE_VALUES' * EXPORTING * object = rc_interval-objct * field = rc_interval-field * TABLES * suggestion1 = tab1 * suggestion2 = tab2 * CHANGING * value_interval = intv * EXCEPTIONS * no_suggestions = 1.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = percent text = 'Analyzing ... '(030).
AUTHORITY_CHECK_ANALYSE_VALUES call function 'AUTHORITY_CHECK_ANALYSE_VALUES' exporting object = rc_interval-objct field = rc_interval-field tables suggestion1 = tab1 suggestion2 = tab2 changing value_interval = intv exceptions no_suggestions = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
AUTHORITY_CHECK_AV01 - Include AUTHORITY_CHECK_AV01 AUTHORITY_CHECK_ALLOW_VALUES - Check of allowed values in authorization object AUTHORITY_CHECK_ALLOW_VALUES - Check of allowed values in authorization object AUTHORITY_CHECK_ALL - AUTHORITYCHECKALL AUTHORITY_CHECK===============FT - AUTHORITYCHECK===============FT AUTH2TOP - Global Top INCLUDE for EDI Authorization Checks