MS01CR10 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 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: ?...
Text Symbol: 025 = List of objects
Text Symbol: 026 = Text/fields
Text Symbol: 027 = List of authorizations
Text Symbol: 028 = List of active authorizations
Text Symbol: 029 = List of authorizations being maintained
Text Symbol: 030 = Active version
Text Symbol: 031 = Maint.version
Text Symbol: 032 = List of missing authorizations
Text Symbol: 033 = Authorization is missing in
Text Symbol: 034 = Profile/comp.authorization
Text Symbol: 035 = List of new profiles
Text Symbol: 036 = List of new authorizations
Text Symbol: 037 = Mark the profiles you want to activate
Text Symbol: 038 = Please mark the authorizations you want to activate
Text Symbol: 039 = No. of users selected
Text Symbol: 040 = Relevant authorizations
Text Symbol: 041 = Relevant profiles
Text Symbol: 042 = Number of profiles selected
Text Symbol: 043 = No new profiles exist
Text Symbol: 044 = No new authorizations exist
Text Symbol: 045 = All necessary authorizations exist
Text Symbol: 046 = Number of authorizations selected
Text Symbol: 024 = List of model profiles
Text Symbol: 001 = User
Text Symbol: 002 = User name
Text Symbol: 003 = Values
Text Symbol: 004 = Comp.auth.
Text Symbol: 005 = Comp.prof.
Text Symbol: 006 = Profile
Text Symbol: 007 = Object
Text Symbol: 008 = Auth.
Text Symbol: 009 = Authoriz.
Text Symbol: 010 = Field
Text Symbol: 011 = From
Text Symbol: 012 = To
Text Symbol: 013 = Comp.profile
Text Symbol: 014 = Model profile
INCLUDE MS01CR10_PROFS_ALV_FORMS.
INCLUDE MS01CR10_SET_HIGH . " SET_HIGH
INCLUDE MS01CR10_CHECK_AUTH . " CHECK_AUTH
INCLUDE MS01CR10_CHECK_PROFS . " CHECK_PROFS
INCLUDE MS01CR10_CHCK_PROFILE . " CHCK_PROFILE
INCLUDE MS01CR10_SHOW_OR_MAINT_DOCU . " SHOW_OR_MAINT_DOCU
INCLUDE MS01CR10_SHOW_AUTH_FOR_MAINT . " SHOW_AUTH_FOR_MAINT
INCLUDE MS01CR10_LIST_OBJECTS_FOR_AU04 . " LIST_OBJECTS_FOR_AUTH
INCLUDE MS01CR10_LIST_OBJECTS_FOR_AUTH . " LIST_OBJECTS_FOR_AUTH_W_NA
INCLUDE MS01CR10_LIST_AUTHS_FOR_MAINT . " LIST_AUTHS_FOR_MAINT
INCLUDE MS01CR10_SEARCH_STRING . " SEARCH_STRING
INCLUDE MS01CR10_SEARCH_PROFS . " SEARCH_PROFS
INCLUDE MS01CR10_O_SEARCH_AUTHS . " O_SEARCH_AUTHS
INCLUDE MS01CR10_LIST_ACTIV_SINGLE_PRO . " LIST_ACTIV_SINGLE_PROFS
INCLUDE MS01CR10_INCLUDE_PROFILE_IN_US . " INCLUDE_PROFILE_IN_USERS
INCLUDE MS01CR10_LIST_OBJECTS_FOR_SE03 . " LIST_OBJECTS_FOR_SELECT
INCLUDE MS01CR10_OIST_OBJECTS_WITH_N02 . " OIST_OBJECTS_WITH_NAMES
INCLUDE MS01CR10_LIST_OBJECTS_FOR_SELE . " LIST_OBJECTS_FOR_SELECT1
INCLUDE MS01CR10_OIST_OBJECTS_WITH_NAM . " OIST_OBJECTS_WITH_NAMES1
INCLUDE MS01CR10_LIST_AUTHS_FOR_SELECT . " LIST_AUTHS_FOR_SELECT
INCLUDE MS01CR10_LIST_PROFS_FOR_MAINT . " LIST_PROFS_FOR_MAINT
INCLUDE MS01CR10_LISTTITEL . " LISTTITEL
INCLUDE MS01CR10_LIST_ACTIVITIES . " LIST_ACTIVITIES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.