SAP Reports / Programs | Basis Components | Security | User and Authorization Management(BC-SEC-USR-ADM) SAP BC

MS01CA10 SAP ABAP INCLUDE - ?...







MS01CA10 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 MS01CA10 into the relevant SAP transactions such as SE38 or SE80


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 MS01CA10. "Basic submit
SUBMIT MS01CA10 AND RETURN. "Return to original report after report execution complete
SUBMIT MS01CA10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ?...
Text Symbol: 024 = List of model profiles
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: 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
Text Symbol: 015 = Comp.authorization





Text Symbol: 016 = Profiles
Text Symbol: 017 = Profiles
Text Symbol: 018 = List of profiles
Text Symbol: 019 = Act.
Text Symbol: 020 = List of active profiles
Text Symbol: 021 = List of profiles maintained
Text Symbol: 022 = C.Prof.
Text Symbol: 023 = Text


INCLUDES used within this REPORT MS01CA10

INCLUDE MS01CA10_LIST_AKT_PAS_CPF . " LIST_AKT_PAS_CPF
INCLUDE MS01CA10_LIST_AKT_PAS_PRO . " LIST_AKT_PAS_PRO
INCLUDE MS01CA10_LIST_AKT_PAS_AUTH . " LIST_AKT_PAS_AUTH
INCLUDE MS01CA10_READ_TABSET . " READ_TABSET
INCLUDE MS01CA10_GET_FIELDTEXT . " GET_FIELDTEXT
INCLUDE MS01CA10_AKT_PRO . " AKT_PRO
INCLUDE MS01CA10_AKT_AUTH . " AKT_AUTH
INCLUDE MS01CA10_GET_SELECTED_ROW.
INCLUDE MS01CA10_PICK_PRO_FROM_PRO . " PICK_PRO_FROM_PRO
INCLUDE MS01CA10_PICK_AUTH_FROM_PRO . " PICK_AUTH_FROM_PRO
INCLUDE MS01CA10_O_PICK_AUTH_FROM_RULE . " O_PICK_AUTH_FROM_RULE
INCLUDE MS01CA10_AKTIVATE_C . " AKTIVATE_C
INCLUDE MS01CA10_AKTIVATE_P . " AKTIVATE_P
INCLUDE MS01CA10_AKTIVATE_A . " AKTIVATE_A


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 MS01CA10 or its description.