SAP ABAP Class CL_GRFN_UTIL_AUTH_ORG_ASSGN (Obsolete at GRC2010 - Auth for orgunit assignment)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_ACCESS (Package) Roles, authorization, menu, access
Properties
Class CL_GRFN_UTIL_AUTH_ORG_ASSGN  
Short Description Obsolete at GRC2010 - Auth for orgunit assignment    
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 20090227   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
Class CL_GRFN_UTIL_AUTH_ORG_ASSGN has no interface implemented.
Friends
Class CL_GRFN_UTIL_AUTH_ORG_ASSGN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_ORGUNIT_MODEL_CLASS Constant Private Type reference (TYPE) CLASSNAME 'CL_GRFN_MODEL_CATALOGUE' Reference type 20090227
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_AUTH_FOR_ORGUNIT Static method Private Method 20090227
2 GET_CHILDREN_BY_VIEW Static method Public Method Which parents the orgunit can be assigned within the view 20090303
3 GET_PARENTS_BY_VIEW Static method Public Method Which parents the orgunit can be assigned within the view 20090227
4 GET_VIEWS_BY_CHILD_OU Static method Public Method Which views the orgunit can be assigned into 20090227
5 GET_VIEWS_BY_PARENT_OU Static method Public Method Which views the orgunit can be assigned into 20090303
6 IS_ENABLED_AS_CHILD Static method Public Method Can orgunit be assigned into another view 20090303
7 IS_ENABLED_AS_PARENT Static method Public Method Can orgunit be assigned into another view 20090303
8 ORGUNIT_INCLUDED Static method Private Method 20090227
Events
Class CL_GRFN_UTIL_AUTH_ORG_ASSGN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_ORGUNIT Public See coding 20090227 T_ORGUNIT type sorted table of grfn_api_object_id with unique default key
2 T_VIEW Public See coding 20090227 T_VIEW type sorted table of GRFN_ASSIGNMENT_TYPE with unique default key
Method Signatures

Method CHANGE_AUTH_FOR_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090227
2 Importing IV_ORGUNIT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090227
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090227
4 Returning RV_ENABLED Value transfer Type reference (TYPE) ABAP_BOOL 20090227

Method CHANGE_AUTH_FOR_ORGUNIT on class CL_GRFN_UTIL_AUTH_ORG_ASSGN has no exception.

Method GET_CHILDREN_BY_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090303
2 Importing IV_ORGUNIT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090303
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090303
4 Importing IV_VIEW Value transfer Type reference (TYPE) GRFN_ASSIGNMENT_TYPE Assignment Type 20090303
5 Returning RT_ORGUNIT Value transfer Type reference (TYPE) T_ORGUNIT 20090303
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090303

Method GET_PARENTS_BY_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090227
2 Importing IV_ORGUNIT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090227
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090227
4 Importing IV_VIEW Value transfer Type reference (TYPE) GRFN_ASSIGNMENT_TYPE Assignment Type 20090227
5 Returning RT_ORGUNIT Value transfer Type reference (TYPE) T_ORGUNIT 20090227
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090227

Method GET_VIEWS_BY_CHILD_OU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090227
2 Importing IV_ORGUNIT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090227
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090227
4 Returning RT_VIEW Value transfer Type reference (TYPE) T_VIEW 20090227
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090227

Method GET_VIEWS_BY_PARENT_OU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090303
2 Importing IV_ORGUNIT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090303
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090303
4 Returning RT_VIEW Value transfer Type reference (TYPE) T_VIEW 20090303
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090303

Method IS_ENABLED_AS_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090303
2 Importing IV_ORGUNIT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090303
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090303
4 Returning RV_ENABLED Value transfer Type reference (TYPE) ABAP_BOOL 20090303
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090303

Method IS_ENABLED_AS_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090303
2 Importing IV_ORGUNIT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090303
3 Importing IV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090303
4 Returning RV_ENABLED Value transfer Type reference (TYPE) ABAP_BOOL 20090303
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090303

Method ORGUNIT_INCLUDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Value transfer Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20090227
2 Importing IV_ORGUNIT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20090227
3 Importing IV_VIEW Value transfer Type reference (TYPE) GRFN_ASSIGNMENT_TYPE Assignment Type 20090227
4 Returning RV_INCLUDED Value transfer Type reference (TYPE) ABAP_BOOL 20090227
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20090227
History
Last changed by/on SAP  20141106 
SAP Release Created in 300