SAP ABAP Interface IF_GRFN_API_REGULATION (Interface of regulation)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_ENTITY_API (Package) GRC Foundation API
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRFN_API_REGULATION Regulation API 20080625
Properties
Interface IF_GRFN_API_REGULATION  
Short Description Interface of regulation    
General Data
Package GRFN_ENTITY_API   GRC Foundation API 
Created 20080625   SAP 
Last changed 20141106    
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_BASIS Basis interface for the GRC API 20080625
Friends
Interface IF_GRFN_API_REGULATION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CV_DUMMY_REGULATION Constant Public Type reference (TYPE) GRFN_API_OBJECT_ID 'REGULATION/' Fake for the report F9 20091008
2 GC_CROSS_APPLICATION Constant Public Type reference (TYPE) GRFN_API_OBJECT_ID '$$$$$GEN_REG_CROSS' Cross regulation (for cross regulation values) 20100719
3 GC_GEN_REG_AC Constant Public Type reference (TYPE) GRFN_API_OBJECT_ID '$$$$$GEN_REG_AC' Generic (fake) regulation for AC 20100112
4 GC_GEN_REG_PC Constant Public Type reference (TYPE) GRFN_API_OBJECT_ID '' Generic (fake) regulation for PC 20081205
5 GC_GEN_REG_RM Constant Public Type reference (TYPE) GRFN_API_OBJECT_ID '$$$$$GEN_REG_RM' Generic (fake) regulation for RM 20081205
Methods
# Method Level Visibility Method type Description Created on
1 CHILDREN Instance method Public Method Return the Children for a particular Regulation 20081009
2 CREATE Static method Public Method 20080625
3 DELETE Instance method Public Method 20080625
4 GET_REGULATION Static method Public Method 20080901
5 GET_REGULATIONS Static method Public Method Get configured regulations 20100324
6 GET_REGULATION_ID Static method Public Method Get regulation id from regulation 20080820
7 MOVE Instance method Public Method 20080625
8 QUERY Static method Public Method For regulation hierarchy display use only 20080625
9 RETRIEVE Instance method Public Method 20080625
10 UPDATE Instance method Public Method 20080625
Events
Interface IF_GRFN_API_REGULATION has no event.
Types
Interface IF_GRFN_API_REGULATION has no local type.
Method Signatures

Method CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EXPANDED Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20081009
2 Returning RT_REGULATION_CHILDREN Value transfer Type reference (TYPE) GRFN_T_API_REGULATION_LIST Table type for regulation data 20081009
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20081009

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20080625
2 Importing IS_REGULATION_DATA Call by reference Type reference (TYPE) GRFN_S_API_REGULATION_DATA Regulation data 20080625
3 Returning RV_REGULATION_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080701
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080625

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELETE_SUBNODES Call by reference Type reference (TYPE) GRFN_BOOLEAN Boolean 20080625
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080625

Method GET_REGULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REGULATION_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080901
2 Returning RV_REGULATION Value transfer Type reference (TYPE) GRFN_REGULATION Regulation 20080901
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080908

Method GET_REGULATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20100324
2 Importing IV_IGNORE_AUTH_CHECK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100907
3 Returning RT_REGULATION Value transfer Type reference (TYPE) GRFN_T_API_OBJECT Table type of API object 20100730
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100324

Method GET_REGULATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080820
2 Importing IV_REGULATION Call by reference Type reference (TYPE) GRFN_REGULATION Regulation Type 20080820
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080831

Method MOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARENT_REGULATION Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080630
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080630

Method QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20080625
2 Importing IS_RM_PROPOSAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE RM proposal 20100929
3 Importing I_PATTERN Call by reference Type reference (TYPE) GRFN_API_SEARCH_PATTERN API search pattern 20080625
4 Returning RT_REGULATION_LIST Value transfer Type reference (TYPE) GRFN_T_API_REGULATION_LIST Table type for regulation group data 20080627
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080625

Method RETRIEVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_REGULATION_DATA Call by reference Type reference (TYPE) GRFN_S_API_REGULATION_DATA Regulation data 20080708
2 Exporting ES_REGULATION_DATA_PC Call by reference Type reference (TYPE) GRFN_S_API_REGULATION_DATA_PC Regulation data - PC Specific Attributes 20080805
3 Exporting ET_REGULATION_CONTROLS Call by reference Type reference (TYPE) GRFN_T_API_REGULATION_CONTROL Regulation-Control assignment 20080917
4 Exporting ET_REGULATION_ORG Call by reference Type reference (TYPE) GRFN_T_API_REGULATION_ORG Regulation - Organization assignment 20080708
5 Exporting ET_REGULATION_REQ Call by reference Type reference (TYPE) GRFN_T_API_REGULATION_REQ Regulation requirements 20080916
6 Exporting ET_REGULATION_SUBPROCESS Call by reference Type reference (TYPE) GRFN_T_API_REGULAT_SUBPROCESS Regulation - assignment 20080917
7 Importing IV_EDITABLE Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20080801
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080625

Method UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REGULATION_DATA Call by reference Type reference (TYPE) GRFN_S_API_REGULATION_DATA Regulation data 20080625
2 Importing IS_REGULATION_DATA_PC Call by reference Type reference (TYPE) GRFN_S_API_REGULATION_DATA_PC Regulation data - PC Specific Attributes 20080805
3 Importing IT_REGULATION_CONTROLS Call by reference Type reference (TYPE) GRFN_T_API_REGULATION_CONTROL Regulation-Control assignment 20080723
4 Importing IT_REGULATION_ORG Call by reference Type reference (TYPE) GRFN_T_API_REGULATION_ORG Regulation - Organization assignment 20080708
5 Importing IT_REGULATION_SUBPROCESS Call by reference Type reference (TYPE) GRFN_T_API_REGULAT_SUBPROCESS Objectid tab 20080723
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080625
History
Last changed by/on SAP  20141106 
SAP Release Created in 300