SAP ABAP Class CL_GRRM_API_PRISK (Propose risk API)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-RM (Application Component) GRC Risk Management
     GRRM_ENTITY_API (Package) Risk Management APIs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_API_BASIS Basis class for GRC API classes 20080804
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20130226
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_API_CONTEXT Context implementation 20100618
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_API_PRISK API Layer Interface for Analysis 20080804
Properties
Class CL_GRRM_API_PRISK  
Short Description Propose risk API    
Super Class CL_GRFN_API_BASIS Basis class for GRC API classes 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRRM_ENTITY_API   Risk Management APIs 
Created 20080804   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)
2 GRFN0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 GRRM0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20130226
2 IF_GRRM_API_CONTEXT Context implementation 20100618
3 IF_GRRM_API_PRISK API Layer Interface for Analysis 20080804
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20080804 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_MODEL_CONTEXT Constant Private Type reference (TYPE) CLASSNAME 'CL_GRRM_CONTEXT_MODEL' Reference type 20100618
2 MC_MODEL_PRISK Constant Private Type reference (TYPE) CLASSNAME 'CL_GRRM_PRISK_MODEL' Reference type 20100909
3 MS_PRISK_RISK_ATTR Instance attribute Private Type reference (TYPE) GRRM_S_API_PRISK_RISK_ATTR Proposed Risk / Ad-hoc escallation API structure 20120116
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_EXISTENCE Instance method Public Method 20100909
2 CHECK_TYPE_ENABLED Static method Public Method Checks if provided PRisk type is enabled in IMG 20120119
3 CONSTRUCTOR Instance method Public Constructor 20080804
4 CREATE Instance method Public Method 20120109
5 CREATE_RESPONSES Instance method Private Method 20130314
6 CREATE_RISK Instance method Private Method 20120116
7 ESCALATE Instance method Private Method 20120120
8 GET Static method Private Method 20080804
9 GET_LAST_NOTE Instance method Private Method 20120116
10 GET_STATUS_TEXT Static method Public Method 20100616
11 GET_TEXTS Static method Private Method 20120109
12 QUERY Instance method Public Method 20100616
13 RETRIEVE Instance method Public Method 20100909
14 SEND_NOTIF Instance method Private Method 20120116
15 UPDATE Instance method Public Method 20101216
Events
Class CL_GRRM_API_PRISK has no event.
Types
Class CL_GRRM_API_PRISK has no local type.
Method Signatures

Method CHECK_EXISTENCE Signature

Method CHECK_EXISTENCE on class CL_GRRM_API_PRISK has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100909

Method CHECK_TYPE_ENABLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ENABLED Value transfer Type reference (TYPE) AS4FLAG Flag (X or Blank) 20120119
2 Importing IV_PRISK_TYPE Call by reference Type reference (TYPE) GRRM_PRISK_TYPE Proposed Risk Type 20120119

Method CHECK_TYPE_ENABLED on class CL_GRRM_API_PRISK has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20080804
2 Importing I_OBJECT Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080804

Method CONSTRUCTOR on class CL_GRRM_API_PRISK has no exception.

Method CREATE Signature

Method CREATE on class CL_GRRM_API_PRISK has no parameter.
Method CREATE on class CL_GRRM_API_PRISK has no exception.

Method CREATE_RESPONSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REF_RISK_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID 20130314
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20130314

Method CREATE_RISK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RISK_DATA Value transfer Type reference (TYPE) GRRM_S_API_RISK_DATA API DATA STRUCTURE 20120116
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120116

Method ESCALATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_LEVELS_UP Value transfer Type reference (TYPE) I 20120120
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120120

Method GET 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 20080804
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080804
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRRM_API_PRISK class for orgunit entity APIs 20080804
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080804

Method GET_LAST_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NOTE Value transfer Type reference (TYPE) STRING 20120116
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120116

Method GET_STATUS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS_ID Call by reference Type reference (TYPE) GRRM_PRISK_STATUS Propose risk status 20100616
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20100616

Method GET_STATUS_TEXT on class CL_GRRM_API_PRISK has no exception.

Method GET_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_PRISK Call by reference Type reference (TYPE) GRRM_S_API_PRISK Proposed Risk / Ad-hoc escallation API structure 20120109
2 Importing IO_SESSION Call by reference Object reference (TYPE REF TO) CL_GRFN_API_SESSION Session Management for GRC APIs 20120109
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120109

Method QUERY Signature

Method QUERY on class CL_GRRM_API_PRISK has no parameter.
Method QUERY on class CL_GRRM_API_PRISK has no exception.

Method RETRIEVE Signature

Method RETRIEVE on class CL_GRRM_API_PRISK has no parameter.
Method RETRIEVE on class CL_GRRM_API_PRISK has no exception.

Method SEND_NOTIF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MESSAGE_NO Call by reference Type reference (TYPE) SYMSGNO User Name 20120116
2 Importing IV_NOTE Call by reference Type reference (TYPE) STRING 20120116
3 Importing IV_PRISK_TITLE Call by reference Type reference (TYPE) GRFN_TITLE Message Number 20120116
4 Importing IV_PRISK_TYPE Call by reference Type reference (TYPE) GRRM_PRISK_TYPE Proposed Risk Type 20120503
5 Importing IV_RECIPIENT Call by reference Type reference (TYPE) SYUNAME User Name 20120116
6 Importing IV_RISK_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120116
7 Importing IV_RISK_TITLE Call by reference Type reference (TYPE) GRFN_TITLE Title/Short Name 20120116
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120116

Method UPDATE Signature

Method UPDATE on class CL_GRRM_API_PRISK has no parameter.
Method UPDATE on class CL_GRRM_API_PRISK has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 300