SAP Reports / Programs

SAPMS01G SAP ABAP Report - Evaluation of the Last Failed Authorization Check







SAPMS01G 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 SAPMS01G 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

SU53 - Evaluate Authorization Check


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


Text pool values


Title: Evaluation of the Last Failed Authorization Check
Text Symbol: 075 = Profile Parameter auth/new buffering
Text Symbol: 076 = The last authorization check was successful
Text Symbol: 077 = Authorization Field
Text Symbol: 078 = System
Text Symbol: 079 = Authorization Object
Text Symbol: 080 = User Name
Text Symbol: 082 = Available in the master data, but not in the user buffer
Text Symbol: 083 = Failed checks since
Text Symbol: 084 = Stored Checks
Text Symbol: 085 = Check for User
Text Symbol: 090 = Type of Application
Text Symbol: 091 = Application
Text Symbol: 092 = Object
Text Symbol: 093 = Field 1
Text Symbol: 094 = Value 1
Text Symbol: 095 = Field 2
Text Symbol: 096 = Value 2
Text Symbol: 097 = Field 3
Text Symbol: 098 = Value 3
Text Symbol: 099 = Field 4
Text Symbol: 100 = Value 4
Text Symbol: 101 = Field 5
Text Symbol: 102 = Value 5
Text Symbol: 103 = Field 6
Text Symbol: 104 = Value 6
Text Symbol: 105 = Field 7
Text Symbol: 106 = Value 7
Text Symbol: 107 = Field 8
Text Symbol: 108 = Value 8
Text Symbol: 109 = Field 9
Text Symbol: 110 = Value 9
Text Symbol: 111 = Field 10
Text Symbol: 112 = Value 10
Text Symbol: T01 = Failed HR Structure Authorizations
Text Symbol: T02 = HR Trace: Checks when Creating
Text Symbol: 074 = Authorization check failed
Text Symbol: 001 = Evaluation of the Last Failed Authorization Check





Text Symbol: 014 = Profl.
Text Symbol: 015 = Role
Text Symbol: 016 = No authorizations available
Text Symbol: 017 = Description
Text Symbol: 018 = Authorization Obj.
Text Symbol: 019 = Authorizat.
Text Symbol: 020 =
Text Symbol: 021 = Reference User
Text Symbol: 022 = User's Authorization Data
Text Symbol: 023 = Users with Failed Authorization Checks
Text Symbol: 025 = Available in User Buffer, but not in Master Data
Text Symbol: 026 = Initialization
Text Symbol: 027 = Reading authorization data..
Text Symbol: 028 = Display...
Text Symbol: 030 = Reading HR trace..
Text Symbol: 031 = Reading texts...
Text Symbol: 032 = Date
Text Symbol: 033 = Plan Version
Text Symbol: 034 = Obj. Type
Text Symbol: 035 = Object ID
Text Symbol: 036 = Start Date
Text Symbol: 037 = End Date
Text Symbol: 038 = Action
Text Symbol: 039 = Relation
Text Symbol: 040 = Evaluation of Last Failed
Text Symbol: 041 = Object Class
Text Symbol: 043 = Client
Text Symbol: 045 = Authorization Check of User
Text Symbol: 046 = Time
Text Symbol: 047 = Empt
Text Symbol: 048 = User
Text Symbol: 049 = Instnce
Text Symbol: 050 = Previous backup overwritten
Text Symbol: 071 = You are not authorized to display authorization values
Text Symbol: 072 = Authorization values


INCLUDES used within this REPORT SAPMS01G

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:

DDIF_NAMETAB_GET





call function 'DDIF_NAMETAB_GET' exporting tabname = 'USR07' lfieldname = 'TIMESTAMP' importing dfies_wa = ls_dfies exceptions not_found = 0 others = 0.

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 = 'BNAME' value = value_ value_org = 'S' tables value_tab = value_tab return_tab = return_tab exceptions parameter_error = 1 no_values_found = 2 others = 3.

DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' 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.

PRGN_SHOW_EDIT_AGR call function 'PRGN_SHOW_EDIT_AGR' exporting agr_name = wa_node_table-agr_name screen = '5' "Authorization data 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 text = 'Initialization'(026). "#EC *

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

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Reading texts...'(031). "#EC TEXT_DIFF

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

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Reading HR trace ...'(030). "#EC *

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

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

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

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_CHECKED' text = ' ' info = ' ' add_stdinf = ' ' importing result = ls_item-t_image exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

ICON_CREATE call function 'ICON_CREATE' exporting name = 'ICON_FAILURE' text = ' ' info = ' ' add_stdinf = ' ' importing result = ls_item-t_image exceptions icon_not_found = 1 outputfield_too_short = 2 others = 3.

AUTH_FIELD_GET_INFO call function 'AUTH_FIELD_GET_INFO' exporting fieldname = ls_field_value-field importing datel = ls_dfies-rollname lng = ls_dfies-outputlen text = ls_dfies-fieldtext inttype = ls_dfies-inttype.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting 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 SAPMS01G or its description.