SAP ABAP Class CL_GRFN_DL_MODEL (The Delegation Model Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_ACCESS (Package) Roles, authorization, menu, access
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_MODEL Interface for handling of GRC API models 20080428
Properties
Class CL_GRFN_DL_MODEL  
Short Description The Delegation Model Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_ACCESS   Roles, authorization, menu, access 
Created 20080428   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_MODEL Interface for handling of GRC API models 20080428
Friends
Class CL_GRFN_DL_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_PASSIVE Constant Public Type reference (TYPE) CHAR01 ' ' Character Field Length 1 20080506
2 GC_R3USER Constant Public Type reference (TYPE) OTYPE 'US' Object Type 20080506
3 S_PLVAR Constant Public Type reference (TYPE) PLVAR '01' Plan Version 20080506
4 T_BUFFER Instance attribute Private Type reference (TYPE) YT_DL_BUFFER 20080428
5 T_LOCKED Instance attribute Private See coding User Name 20080428
6 _BUFFER_LOADED Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080428
7 _INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GRFN_DL_MODEL The Delegation Model Class 20080428
Methods
# Method Level Visibility Method type Description Created on
1 ACTION_DELETE Instance method Private Method Delete Entry from Database. IF_GRFN_DL_MAINTENANCE_UI~DELETE 20080711
2 ACTION_INSERT Instance method Private Method Insert Entry into Database. IF_GRFN_DL_MAINTENANCE_UI~INSERT 20080711
3 DELETE Instance method Public Method 20080428
4 ENQUEUE Instance method Public Method 20080428
5 ERROR Static method Private Method 20080507
6 INSERT Instance method Public Method 20080428
7 LIST Instance method Public Method 20080428
8 LOAD_BUFFER Instance method Private Method 20080428
9 LOCKED Instance method Public Method 20080428
10 UPDATE Instance method Public Method 20080428
Events
Class CL_GRFN_DL_MODEL has no event.
Types
Class CL_GRFN_DL_MODEL has no local type.
Method Signatures

Method ACTION_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTING_USER Call by reference Type reference (TYPE) GRFN_DL_ACTING_USER User Who Performs Delegated Activity 20080711
2 Importing I_BEGDA Call by reference Type reference (TYPE) BEGDA SY-DATUM Start of Validity 20080711
3 Importing I_ENDDA Call by reference Type reference (TYPE) ENDDA '99991231' End of Validity 20080711
4 Importing I_MAIN_USER Call by reference Type reference (TYPE) GRFN_DL_MAIN_USER User to whom an Acting User Delegates Tasks 20080711
# Exception Resumable Description Created on
1 CX_GRFN_DELEGATE Delegation 20080711

Method ACTION_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTING_USER Call by reference Type reference (TYPE) GRFN_DL_ACTING_USER User Who Performs Delegated Activity 20080711
2 Importing I_BEGDA Call by reference Type reference (TYPE) BEGDA SY-DATUM Start of Validity 20080711
3 Importing I_ENDDA Call by reference Type reference (TYPE) ENDDA '99991231' End of Validity 20080711
4 Importing I_MAIN_USER Call by reference Type reference (TYPE) GRFN_DL_MAIN_USER User to whom an Acting User Delegates Tasks 20080711
# Exception Resumable Description Created on
1 CX_GRFN_DELEGATE Delegation 20080711

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTING_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
2 Importing I_MAIN_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
3 Importing I_VALIDFROM Value transfer Type reference (TYPE) GRFN_DATE_FROM Valid from 20080428
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Exception Basis Class for BAPI Migration 20080902

Method ENQUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20080428
2 Importing I_ACTING_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
3 Importing I_MAIN_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
4 Importing I_VALIDFROM Value transfer Type reference (TYPE) GRFN_DATE_FROM Valid from 20080428

Method ENQUEUE on class CL_GRFN_DL_MODEL has no exception.

Method ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NO Value transfer Type reference (TYPE) SY-MSGNO Message Number 20080507
2 Importing I_V1 Value transfer Type reference (TYPE) ANY SY-MSGV1 20080507
3 Importing I_V2 Value transfer Type reference (TYPE) ANY SY-MSGV2 20080507
4 Importing I_V3 Value transfer Type reference (TYPE) ANY SY-MSGV3 20080507
5 Importing I_V4 Value transfer Type reference (TYPE) ANY SY-MSGV4 20080507
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080519

Method INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTING_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
2 Importing I_MAIN_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
3 Importing I_VALIDFROM Value transfer Type reference (TYPE) GRFN_DATE_FROM Valid from 20080428
4 Importing I_VALIDTO Value transfer Type reference (TYPE) GRFN_DATE_TO Valid to 20080428

Method INSERT on class CL_GRFN_DL_MODEL has no exception.

Method LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_RESULT Value transfer Type reference (TYPE) GRFN_T_API_DELEGATE_LIST The list of the delegations 20080428

Method LIST on class CL_GRFN_DL_MODEL has no exception.

Method LOAD_BUFFER Signature

Method LOAD_BUFFER on class CL_GRFN_DL_MODEL has no parameter.
Method LOAD_BUFFER on class CL_GRFN_DL_MODEL has no exception.

Method LOCKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20080428
2 Importing I_ACTING_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
3 Importing I_MAIN_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
4 Importing I_VALIDFROM Value transfer Type reference (TYPE) GRFN_DATE_FROM Valid from 20080428

Method LOCKED on class CL_GRFN_DL_MODEL has no exception.

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTING_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
2 Importing I_MAIN_USER Value transfer Type reference (TYPE) SYUNAME User Name 20080428
3 Importing I_VALIDFROM Value transfer Type reference (TYPE) GRFN_DATE_FROM Valid from 20080428
4 Importing I_VALIDTO Value transfer Type reference (TYPE) GRFN_DATE_TO Valid to 20080428
# Exception Resumable Description Created on
1 CX_BAPI_EXCEPTION Exception Basis Class for BAPI Migration 20080428
History
Last changed by/on SAP  20141106 
SAP Release Created in 300