MS01CR10_LIST_OBJECTS_FOR_AUTH 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 MS01CR10_LIST_OBJECTS_FOR_AUTH 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!
AUTHORIZATIONS_TRANSPORT CALL FUNCTION 'AUTHORIZATIONS_TRANSPORT' EXPORTING transtype = 'A' objclass = cls.
LIST_USER_DATA CALL FUNCTION 'LIST_USER_DATA' EXPORTING listtype = 'L' selectflag = ' ' IMPORTING selauth = ath selobj = obj selprof = pf seluser = usr selected = ret EXCEPTIONS no_authorisation = 1.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'UO' dokname = dokname doktitle = doktitle TABLES links = links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.
ADD_SEL_OBJECTS_TO_PROFILE CALL FUNCTION 'ADD_SEL_OBJECTS_TO_PROFILE' EXPORTING mode = 'X' it_selobjs = lt_selobjs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MS01CR10_LIST_OBJECTS_FOR_AUTH - MS01CR10LISTOBJECTSFORAUTH MS01CR10_LIST_OBJECTS_FOR_AU04 - MS01CR10LISTOBJECTSFORAU04 MS01CR10_LIST_AUTHS_FOR_SELECT - MS01CR10LISTAUTHSFORSELECT MS01CR10_LIST_AUTHS_FOR_MAINT - MS01CR10LISTAUTHSFORMAINT MS01CR10_LIST_ACTIV_SINGLE_PRO - MS01CR10LISTACTIVSINGLEPRO MS01CR10_LIST_ACTIVITIES - MS01CR10LISTACTIVITIES