SAP Reports / Programs

SU26_STEP_2A_SELECT SAP ABAP Report - Compare the Authorization Default Values







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


Transaction Code(s):

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

SU25_2A_SEL - Authorization Defaults Comparison


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


Text pool values


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





Text Symbol: P20 = Loading application attributes for transactions
Text Symbol: P22 = Loading app. attributes for function modules
Text Symbol: P24 = Loading application attributes for TADIR services
Text Symbol: P26 = Loading app. attributes for external services
Text Symbol: P30 = Transferring default values (&1 of &2 applications processed)
Text Symbol: P90 = Formatting output log
Text Symbol: S05 = Loading application list from upload file
Text Symbol: S10 = Determining status of
Text Symbol: S50 = Output Format
Text Symbol: T01 = Selective Comparison of SU24 Data with Changed SU22 Data
Text Symbol: T02 = Complete Comparison of SU24 Data with Changed SU22 Data
Text Symbol: 105 = Select Applications:
Text Symbol: 104 = Simulation, no updates
Text Symbol: 103 = Executed On:
Text Symbol: 102 = Executed By:
Text Symbol: 101 = Release / System ID / Client:
Text Symbol: 100 = Report Statistics:
Text Symbol: 030 = All Application Types
Text Symbol: 026 = Determining only applications to be compared
Text Symbol: 025 = Determining only applications with changed SAP data
Text Symbol: 019 = Applications Without Changes to Default Data
Text Symbol: 018 = Applications with Changed Default Data
Text Symbol: 017 = Applications with Changed Field Status
Text Symbol: 016 = Applications with Default Data to Be Deleted
Text Symbol: 015 = Applications with New Default Data
Text Symbol: 012 = Removed Applications
Text Symbol: 011 = Changed Applications
Text Symbol: 010 = New Applications
Text Symbol: 009 = Comparison of Changed SAP Values for Selected Applications
Text Symbol: 008 = Complete Comparison of Applications with Changed SAP Values
Text Symbol: 005 = Determine applications to be compared for transport request
Text Symbol: 004 = Selection in accordance with planned changes to SU24 data
Text Symbol: 003 = App. selection in accordance w. comparison status
Text Symbol: 002 = Application Selection
Text Symbol: 001 = Standard Selection
Text Symbol: 107 = Applications to Be Compared:
Text Symbol: 22L = Status: Compare Default Values
Text Symbol: 21M = Check Indicator
Text Symbol: 21L = Status: Compare Check Indicators





Text Symbol: 20M = Application Name
Text Symbol: 20L = Application Description
Text Symbol: 161 = With Customer Applications
Text Symbol: 160 = Without Customer Applications
Text Symbol: 150 = Entries
Text Symbol: 144 = No comparison required
Text Symbol: 143 = To process
Text Symbol: 142 = Compared with SU22 data
Text Symbol: 141 = SU22 data transferred
Text Symbol: 140 = Tested
Text Symbol: 134 = No change in default values
Text Symbol: 133 = Changes to Default Values with Field Status Change
Text Symbol: 132 = Changes to Default Values
Text Symbol: 131 = Only Remove Objects from Default Values
Text Symbol: 130 = Only Add New Objects to Default Values
Text Symbol: 123 = Check indicator unchanged
Text Symbol: 122 = Check indicator changed
Text Symbol: 121 = Application to Be Deleted
Text Symbol: 120 = New Application
Text Symbol: 109 = Applications to Be Compared Manually (2b):
Text Symbol: 108 = Applications with Changed Default Values:


INCLUDES used within this REPORT SU26_STEP_2A_SELECT

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.


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