SU26_STEP_2A_SELECT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Through upgrades or transports, SAP and other development partners deliver new or changed authorization default values for the Profile Generator (PFCG)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SU26_STEP_2A_SELECT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
SU25_2A_SEL - Authorization Defaults Comparison
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.
Selection Text: S_SRV = Service
Selection Text: APPLCOMP = D .
Selection Text: APTYPE = D .
Selection Text: ATYPE = D .
Selection Text: DEVCLASS = D .
Selection Text: RFCFUNC = D .
Selection Text: S_NAME = D .
Selection Text: S_OBJCT = D .
Selection Text: S_OBJNM = D .
Selection Text: S_PGMID = D .
Selection Text: S_STYPE = D .
Selection Text: S_TRKORR = D .
Selection Text: TCODE = D .
Title: Compare the Authorization Default Values
Text Symbol: I10 = Selection area is too large.
Text Symbol: 29M = Application Name
Text Symbol: 29L = Application Name (Technical)
Text Symbol: 28S = Type
Text Symbol: 28M = Application Type
Text Symbol: 28L = Application Type
Text Symbol: 27M = Changed On
Text Symbol: 27L = Last Changed On (SU24)
Text Symbol: 26M = Last Changed By
Text Symbol: 26L = Last Changed By (SU24)
Text Symbol: 25M = Processing Status
Text Symbol: 25L = SU25 Processing Status
Text Symbol: 24M = Org. Level
Text Symbol: 24L = Contains customer organizational level
Text Symbol: 23M = SU24 modified
Text Symbol: 23L = SU24 Modification Indicator
Text Symbol: 22M = Default Values
Text Symbol: I11 = Use mass processing.
Text Symbol: P10 = Loading component list from database
Text Symbol: P12 = Complete Load of Check Indicators
Text Symbol: P13 = Determining technical application data
Text Symbol: P14 = Determining check indicators to be compared
Text Symbol: P16 = Complete Load of Authorization Default Values
Text Symbol: P18 = Determining authorization defaults to be compared
INCLUDE SU26_STEP_2A_SELECT_TOP. "#EC INCL_OK
INCLUDE SU26_STEP_2A_SELECT_SCR.
INCLUDE SU26_STEP_2A_SELECT_FORMS.
INCLUDE SU26_STEP_2A_SELECT_FORMS_GEN.
INCLUDE SU26_STEP_2A_SELECT_DB_READ.
INCLUDE SU26_STEP_2A_SELECT_ALV.
INCLUDE SU26_STEP_2A_SELECT_FUNC.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SU26_STEP_2A_SELECT or its description.
SU26_STEP_2A_SELECT - Compare the Authorization Default Values SU26_STEP_2A_SELECT - Compare the Authorization Default Values SU26_LIST_ACTIVITY_GROUPS_NEW - Display roles to be checked after upgrade SU26_LIST_ACTIVITY_GROUPS_NEW - Display roles to be checked after upgrade SU25_INSTALL_DELETE_ALL - Delete authorization tables SU25_INSTALL_DELETE_ALL - Delete authorization tables