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

SAPMS01U SAP ABAP Report - Authorizations in the User Buffer for Logged-on User







SAPMS01U is a standard Executable ABAP Report 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 SAPMS01U 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

SU56 - Analyze User Buffer


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


Text pool values


Title: Authorizations in the User Buffer for Logged-on User
Text Symbol: 082 = Available in the master data, but not in the user buffer
Text Symbol: 081 = User
Text Symbol: 080 = User Name
Text Symbol: 079 = Authorization Object
Text Symbol: 078 = System
Text Symbol: 077 = Time
Text Symbol: 076 = Date
Text Symbol: 075 = Profile Parameter auth/new buffering
Text Symbol: 074 = Authorization Field
Text Symbol: 073 = Number of Authorizations
Text Symbol: 072 = Authorization Values
Text Symbol: 071 = You are not authorized to display authorization values
Text Symbol: 043 = Client
Text Symbol: 041 = Object Class
Text Symbol: 040 = Entered Authorizations in User's User Buffer
Text Symbol: 039 = Do you want to print the entire expanded tree anyway?
Text Symbol: 038 = By default, only the objects and authorization names are printed.
Text Symbol: 037 = Line
Text Symbol: 036 = Instnce
Text Symbol: 035 = Empt
Text Symbol: 034 = Number
Text Symbol: 033 = Print Tree
Text Symbol: 032 = Do you want to print the entire expanded tree anyway?
Text Symbol: 031 = Text View
Text Symbol: 030 = By default, only the objects and authorization names are printed.
Text Symbol: 028 = Display...
Text Symbol: 027 = Reading authorization data..
Text Symbol: 026 = Initialization
Text Symbol: 025 = Available in User Buffer, but not in Master Data
Text Symbol: 024 = Authorization Objects for User &
Text Symbol: 023 = Reading texts...
Text Symbol: 022 = User's Authorization Data
Text Symbol: 021 = Reference User
Text Symbol: 019 = Authorizat.
Text Symbol: 017 = Description
Text Symbol: 016 = No authorizations available
Text Symbol: 015 = Role





Text Symbol: 014 = Profl.
001 Obj.Short Text Object Authorization


INCLUDES used within this REPORT SAPMS01U

INCLUDE MS01CTCO.


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:

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = repid dynumb = dynnr tables dynpfields = dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 others = 8.

F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting window_title = window_title retfield = 'OBJCT' value = value_ value_org = 'S' tables value_tab = value_tab * FIELD_TAB = return_tab = return_tab * DYNPFLD_MAPPING = exceptions parameter_error = 1 no_values_found = 2 others = 3.

PRGN_SHOW_EDIT_AGR call function 'PRGN_SHOW_EDIT_AGR' exporting agr_name = wa_node_table-agr_name * MODE = 'A' screen = '5' "Authorization data * SICHT = ' ' exceptions agr_not_found = 1 others = 2.

SUSR_SHOW_OBJECT call function 'SUSR_SHOW_OBJECT' exporting object = wa_node_table-objct eu_mode = ' '.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = 'Initialization'(026). "#EC *

SUSR_USER_BUFFER_AFTER_CHANGE call function 'SUSR_USER_BUFFER_AFTER_CHANGE' exporting username = g_bname importing subrc = return_code.

PRGN_POPUP_TO_CONFIRM_WITH_MSG call function 'PRGN_POPUP_TO_CONFIRM_WITH_MSG' exporting defaultoption = 'J' diagnosetext1 = 'Only objects and authorization names are printed by default.'(030)

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = p_tcode exceptions ok = 1 not_ok = 2 others = 3.

PRGN_POPUP_TO_CONFIRM_WITH_MSG call function 'PRGN_POPUP_TO_CONFIRM_WITH_MSG' exporting defaultoption = 'J' diagnosetext1 = 'Only objects and authorization names are displayed by default.'(038)

TREEM_SHOW_FIND_POPUP call function 'TREEM_SHOW_FIND_POPUP' importing find_string = l_find_string pattern = l_pattern canceled = l_canceled.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = 'Reading authorization data...'(027). "#EC *

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = 'Reading texts...'(023). "#EC *

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = 'Display...'(028). "#EC *

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = 'Display...'(028). "#EC *

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting * PERCENTAGE = 0 text = 'Display...'(028). "#EC *



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