SAP ABAP Class /ASU/CL_AUTHORIZATIONS (Authorization checks within ASU)
Hierarchy
ST-PI (Software Component) SAP Solution Tools Plug-In
   SV-SMG-ASU (Application Component) Application-Specific Upgrade
     /ASU/MAIN (Package) Application-Specific Upgrade
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /ASU/IF_CONSTANTS ASU Constants 20100510
Properties
Class /ASU/CL_AUTHORIZATIONS  
Short Description Authorization checks within ASU    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /ASU/MAIN   Application-Specific Upgrade 
Created 20071109   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /ASU/CL_AUTHORIZATIONS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 /ASU/IF_CONSTANTS ASU Constants 20100510
Friends
Class /ASU/CL_AUTHORIZATIONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_SA38 Constant Public Type reference (TYPE) TSTC-TCODE 'SA38' Transaction code 20100510
2 CON_SC38 Constant Public Type reference (TYPE) TSTC-TCODE 'SC38' Transaction code 20100510
3 CON_SE24 Constant Public Type reference (TYPE) TSTC-TCODE 'SE24' Transaction code 20100512
4 CON_SE37 Constant Public Type reference (TYPE) TSTC-TCODE 'SE37' Transaction code 20100512
5 CON_SE38 Constant Public Type reference (TYPE) TSTC-TCODE 'SE38' Transaction code 20100510
6 CON_SPRO Constant Public Type reference (TYPE) TSTC-TCODE 'SPRO' Transaction code 20100512
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK_TCODE Static method Protected Method AUTHORITY_CHECK_TCODE 20100510
2 CHANGE_STATUS_ASU_STEP Static method Public Method Authorized to change user status of an arbitrary ASU Step? 20071109
3 CHANGE_TASKLIST Static method Public Method Authorized to change tasklist for given ASU ContentVers.? 20071109
4 CHECK_EXECUTION_SINGLE_STEP Static method Public Method Authorized to execute (online or batch) a given ASU Step? 20100510
5 DELETE_TASKLIST Static method Public Method Authorized to delete tasklist for given ASU ContentVers.? 20071109
6 DISPLAY_TASKLIST Static method Public Method Authorized to display tasklist for given ASU ContentVers.? 20071109
7 EXECUTE_ASU_STEP Static method Public Method Authorized to execute (online) an arbitrary ASU Step? 20071109
8 FILE_UPLOAD Static method Public Method Check whether ASU Content Version could be uploaded 20071109
9 GENERATE_TASKLIST Static method Public Method Authorized to generate tasklist for given ASU ContentVers.? 20071109
10 MAINTAIN_ADHOC_ASU_STEP Static method Public Method Authorized to insert/delete/maintain ad hoc ASU Step? 20080805
11 SCHEDULE_ASU_STEP Static method Public Method Authorized to schedule (batch) an arbitrary ASU Step? 20071109
12 TRANSPORT Static method Public Method Authorized to transport given ASU Content Version? 20071109
Events
Class /ASU/CL_AUTHORIZATIONS has no event.
Types
Class /ASU/CL_AUTHORIZATIONS has no local type.
Method Signatures

Method AUTHORITY_CHECK_TCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TCODE Call by reference Type reference (TYPE) TSTC-TCODE Transaction code 20100510
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to execute given transaction code 20100510

Method CHANGE_STATUS_ASU_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20071109
2 Importing IM_STEP Call by reference Type reference (TYPE) /ASU/CONTENT_OBJECT Application Specific Upgrade. Single ASU Content Object 20071109
3 Importing IM_TASKLIST Call by reference Type reference (TYPE) PEPPROFILE Schedule Manager: Task list 20071109
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20071109

Method CHANGE_TASKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20071109
2 Importing IM_TASKLIST Call by reference Type reference (TYPE) PEPPROFILE Schedule Manager: Task list 20071109
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20071109

Method CHECK_EXECUTION_SINGLE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_STEP Call by reference Type reference (TYPE) /ASU/CONTENT_OBJECT Application Specific Upgrade. Single ASU Content Object 20100510
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to execute given ASU step 20100510
2 NOT_EXISTS Object Name of step doesn't exists 20100512

Method DELETE_TASKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20071109
2 Importing IM_TASKLIST Call by reference Type reference (TYPE) PEPPROFILE Schedule Manager: Task list 20071109
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20071109

Method DISPLAY_TASKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20071109
2 Importing IM_TASKLIST Call by reference Type reference (TYPE) PEPPROFILE Schedule Manager: Task list 20071109
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20071109

Method EXECUTE_ASU_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20071109
2 Importing IM_STEP Call by reference Type reference (TYPE) /ASU/CONTENT_OBJECT Application Specific Upgrade. Single ASU Content Object 20071109
3 Importing IM_TASKLIST Call by reference Type reference (TYPE) PEPPROFILE Schedule Manager: Task list 20071109
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20071109

Method FILE_UPLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20071109
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20071109

Method GENERATE_TASKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20071109
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20071109

Method MAINTAIN_ADHOC_ASU_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20080805
2 Importing IM_STEP Call by reference Type reference (TYPE) /ASU/CONTENT_OBJECT Application Specific Upgrade. Single ASU Content Object 20080805
3 Importing IM_TASKLIST Call by reference Type reference (TYPE) PEPPROFILE Schedule Manager: Task list 20080805
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20080805

Method SCHEDULE_ASU_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20071109
2 Importing IM_STEP Call by reference Type reference (TYPE) /ASU/CONTENT_OBJECT Application Specific Upgrade. Single ASU Content Object 20071109
3 Importing IM_TASKLIST Call by reference Type reference (TYPE) PEPPROFILE Schedule Manager: Task list 20071109
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20071109

Method TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CT_VERSION_H Call by reference Type reference (TYPE) /ASU/CONTENT_VERSION_HEADER Application Specific Upgrade: Content Version 20071109
# Exception Resumable Description Created on
1 NOT_AUTHORIZED Not authorized to upload given ASU Content Version 20071109
History
Last changed by/on SAP  20140121 
SAP Release Created in 2005_1_46C