MS01JR10 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 MS01JR10 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: Reporting
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRGN_POPUP_TO_CONFIRM_WITH_VAL call function 'PRGN_POPUP_TO_CONFIRM_WITH_VAL' exporting defaultoption = 'N' objectvalue = h_201_usgrp text_before = 'Benutzergruppe löschen ?'(171) text_after = ' ' titel = 'Benutzergruppe löschen ?'(171) importing answer = ret.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.