SAP Reports / Programs

SAPMS01C SAP ABAP dialog Program - Maintain Authorizations and Profiles







SAPMS01C is a standard Module pool for a dialog screen ABAP Program 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 SAPMS01C into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SU02 - Maintain Authorization Profiles
SU03 - Maintain Authorizations
OPE9 - Maintain User Profile


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SAPMS01C. "Basic submit
SUBMIT SAPMS01C AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMS01C VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Maintain Authorizations and Profiles
Text Symbol: 085 = Object Class
Text Symbol: 086 = Ty.
Text Symbol: 087 = Act
Text Symbol: 100 = Class:
Text Symbol: 101 = Sgle profile
Text Symbol: 102 = Comp.profile
Text Symbol: 103 = Generated profile
Text Symbol: 105 =
Text Symbol: 140 = Unable to activate, profiles missing:
Text Symbol: 142 = Unable to activate, since the following authorizations are missing:
Text Symbol: 143 = Cannot activate.
Text Symbol: 144 = The following authorizations are missing or have the status generated:
Text Symbol: 145 = Function not permitted for profile SAP_ALL.
Text Symbol: 207 = Object
Text Symbol: 209 = Authorization
Text Symbol: 286 = Class
Text Symbol: 287 = Object
Text Symbol: 289 = Class
Text Symbol: H01 = Fields
Text Symbol: P01 = Previously when a role was assigned to a user, the system checked the
Text Symbol: P02 = change- and not the allocation-authorization for the role. This meant
Text Symbol: P03 = that it was not possible to split administrators' responsibilities.
Text Symbol: P04 = This dialog box is only displayed once. Read SAP Note 312682.
Text Symbol: P05 = Which authorization check for roles is to be performed?
Text Symbol: P06 = Change Check
Text Symbol: P07 = Assignment Check
Text Symbol: P08 = Checks During Allocation of Roles to Users
Text Symbol: T01 = Maintain Profiles: List of Objects
Text Symbol: T02 = Object List
Text Symbol: T0A = Field Text
Text Symbol: 001 = Users
Text Symbol: 003 = Values
Text Symbol: 006 = Profile
Text Symbol: 007 = Object
Text Symbol: 009 = Authorizat.
Text Symbol: 010 = Field
Text Symbol: 011 = From





Text Symbol: 012 = To
Text Symbol: 015 = Activ
Text Symbol: 016 = Object:
Text Symbol: 017 = Text:
Text Symbol: 018 = Class:
Text Symbol: 019 = Authorization:
Text Symbol: 023 = Text
Text Symbol: 030 = Active version
Text Symbol: 031 = Maint.version
Text Symbol: 045 = All necessary authorizations exist
Text Symbol: 050 = Change
Text Symbol: 061 = Maintain Authorizations: Object Classes
Text Symbol: 062 = Maint.Profiles: Obj.Classes
Text Symbol: 070 = Save first?
Text Symbol: 071 = Data was changed
Text Symbol: 072 = : Delete?
Text Symbol: 073 = : Delete?
Text Symbol: 074 = Delete profile
Text Symbol: 075 = Delete authorization
Text Symbol: 080 = Not saved
Text Symbol: 081 = New
Text Symbol: 082 = Revised
Text Symbol: 083 = Saved
Text Symbol: 084 = Not assigned to a class


INCLUDES used within this REPORT SAPMS01C

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPMS01C or its description.