SAP ABAP Class IF_SPI_PROCESS_AUTHORIZATION (Maintain Process Authorizations)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SPI_AUTHORIZATION Authorization Checks in PMI 20030929
Properties
Class IF_SPI_PROCESS_AUTHORIZATION  
Short Description Maintain Process Authorizations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20030929   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SPI_PROCESS_AUTHORIZATION has no forward declaration.
Interfaces
Class IF_SPI_PROCESS_AUTHORIZATION has no interface implemented.
Friends
Class IF_SPI_PROCESS_AUTHORIZATION has no friend class.
Attributes
Class IF_SPI_PROCESS_AUTHORIZATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_AUTHORIZATION Instance method Public Method Removes an Authorization Group from the Process 20030930
2 GET_ALL_AUTHORIZATIONS Instance method Public Method Returns All Instances of Authorization Groups for Process 20030930
3 GET_AUTHORIZATION Instance method Public Method Gets Instance of Authorization Group 20030929
4 GET_INSTANCE Static method Public Method Gets Instance for Process ID 20030929
5 SET_AUTHORIZATION Instance method Public Method Assigns Authorization Group to Process 20030929
Events
Class IF_SPI_PROCESS_AUTHORIZATION has no event.
Types
Class IF_SPI_PROCESS_AUTHORIZATION has no local type.
Method Signatures

Method DELETE_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_AUTHORIZATION_GROUP Value transfer Object reference (TYPE REF TO) IF_SPI_AUTHORIZATION_GROUP Inst der Berechtigungsgruppe 20030930
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030930

Method GET_ALL_AUTHORIZATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LT_AUTHORIZATIONS Value transfer Type reference (TYPE) TSPIIAUTHGROUP Berechtigungsgruppen zu diesem Prozess 20030930
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030930

Method GET_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_GROUP_NAME Call by reference Type reference (TYPE) SPIDAUTHGROUP Berechtigungsgruppenname 20030929
2 Returning RO_AUTHORIZATION_GROUP Value transfer Object reference (TYPE REF TO) IF_SPI_AUTHORIZATION_GROUP Inst der Berechtigungsgruppe 20030929
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030929

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PROCESS_ID Call by reference Type reference (TYPE) SPIPROCTP Prozess-Id 20030929
2 Returning RO_AUTHORIZATION Value transfer Object reference (TYPE REF TO) IF_SPI_PROCESS_AUTHORIZATION Berechtigungsinstanz 20030929
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030929

Method SET_AUTHORIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_AUTHORIZATION_GROUP Value transfer Object reference (TYPE REF TO) IF_SPI_AUTHORIZATION_GROUP Inst der Berechtigungsgruppe 20030929
# Exception Resumable Description Created on
1 CX_SPI_AUTH Ausnahme aufgrund fehlender Berechtigung 20030929
History
Last changed by/on SAP  20110908 
SAP Release Created in