SAP ABAP Class CL_GRRM_API_OPPORTUNITY (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 20080825
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_CUSTOMFIELD Interface for Customer Field API 20080825
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_API_ROLE_CONTAINER API role container 20080825
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRFN_REPORT Get data for reporting engine 20080825
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_API_CONTEXT Context implementation 20100707
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRRM_API_OPPORTUNITY Risk API's Interface 20080825
Properties
Class CL_GRRM_API_OPPORTUNITY  
Short Description 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 20080825   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 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 20080825
2 IF_GRFN_API_ROLE_CONTAINER API role container 20080825
3 IF_GRFN_REPORT Get data for reporting engine 20080825
4 IF_GRRM_API_CONTEXT Context implementation 20100707
5 IF_GRRM_API_OPPORTUNITY Risk API's Interface 20080825
Friends
# Friend Modeled only Created on Description
1 CL_GRFN_API_SESSION 20080825 Session Management for GRC APIs
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_BENEFIT Constant Public Type reference (TYPE) STRING 'BF' 20081111
2 MC_CASES_MODEL Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_CASES_MODEL' Reference type 20090205
3 MC_DRIVER Constant Public Type reference (TYPE) STRING 'RC' 20081111
4 MC_MODEL_ACTIVITY Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_ACTIVITY' Reference type 20100211
5 MC_MODEL_ANALYSIS Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_ANALYSIS' Reference type 20110919
6 MC_MODEL_CATALOGUE Constant Public Type reference (TYPE) CLASSNAME 'CL_GRFN_MODEL_CATALOGUE' Reference type 20100211
7 MC_MODEL_CONTEXT Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_CONTEXT_MODEL' Reference type 20100707
8 MC_MODEL_CRISK Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_CRISK' Reference type 20100211
9 MC_MODEL_RISK Constant Public Type reference (TYPE) CLASSNAME 'CL_GRRM_MODEL_RISK' Reference type 20100211
10 MC_MODEL_SETUP Constant Public Type reference (TYPE) CLASSNAME 'CL_GRPC_MODEL_SETUP' Reference type 20131104
11 MC_MSGID_GRRM_RISK Constant Private Type reference (TYPE) SYMSGID 'GRRM_RISK' Message Class 20120118
12 MC_MSGTY_ERROR Constant Private Type reference (TYPE) SYMSGTY 'E' Message Type 20120118
13 MO_MODEL_RISK Instance attribute Private Object reference (TYPE REF TO) CL_GRRM_MODEL_RISK Model Class for risk 20080825
14 MS_ACTIVITY_DATA Instance attribute Private Type reference (TYPE) GRRM_S_API_ACTIVITY_DATA API data structure for activity 20080911
15 MS_CRGROUP_DATA Instance attribute Private Type reference (TYPE) GRRM_S_API_CRGROUP_DATA Common activity group data 20080911
16 MS_CRISK_DATA Instance attribute Private Type reference (TYPE) GRRM_S_API_CRISK_DATA Common Risk Data 20080911
17 MS_OBJECTIVE_DATA Instance attribute Private Type reference (TYPE) GRRM_S_API_OBJECTIVE_DATA Objective data 20080825
18 MS_ORGUNIT_DATA Static Attribute Private Type reference (TYPE) GRFN_S_API_ORGUNIT_DATA Table type for orgunit list 20080825
19 MT_BENEFIT Static Attribute Private Type reference (TYPE) GRRM_T_API_VALUESET GRRM API Valueset 20081111
20 MT_IMP_CATG Static Attribute Private Type reference (TYPE) GRRM_T_API_VALUESET GRRM API Valueset 20080825
21 MT_ROOT_CAUSES Static Attribute Private Type reference (TYPE) GRRM_T_API_VALUESET GRRM API Valueset 20080825
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_EXISTENCE Instance method Public Method 20080825
2 CLASS_CONSTRUCTOR Static method Public Constructor 20080825
3 CONSTRUCTOR Instance method Public Constructor 20080825
4 CREATE Instance method Public Method 20110110
5 DELETE Instance method Public Method 20110914
6 GET Static method Public Method Get Instance 20080825
7 GET_BAPIRET Instance method Private Method Transform message into bapiret format 20120118
8 GET_IMPACT_CATEGORY Static method Public Method 20080825
9 GET_ROOT_CAUSES Static method Public Method 20080825
10 LOG_AUTHORIZATION_ERROR Instance method Private Method 20130123
11 QUERY Instance method Public Method 20100616
12 QUERY_BY_ACTIVITY Instance method Public Method 20120912
13 RETRIEVE Instance method Public Method 20100909
14 SET_ORGUNIT Static method Public Method 20080825
15 VALIDATE_INPUT Instance method Private Method Validate input 20120118
Events
Class CL_GRRM_API_OPPORTUNITY has no event.
Types
Class CL_GRRM_API_OPPORTUNITY has no local type.
Method Signatures

Method CHECK_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BYPASS_BUFFER Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130905
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080825

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_GRRM_API_OPPORTUNITY has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRRM_API_OPPORTUNITY has no exception.

Method CONSTRUCTOR 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 20080825
2 Importing IV_OBJECT Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080825
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080825

Method CREATE Signature

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

Method DELETE Signature

Method DELETE on class CL_GRRM_API_OPPORTUNITY has no parameter.
Method DELETE on class CL_GRRM_API_OPPORTUNITY has no exception.

Method GET 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 20080825
2 Importing IV_OBJECT_ID Value transfer Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20080825
3 Returning RO_RESULT Value transfer Object reference (TYPE REF TO) CL_GRRM_API_OPPORTUNITY 20080825
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080825

Method GET_BAPIRET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Value transfer Type reference (TYPE) BAPI_FLD Field in parameter 20120118
2 Importing IV_ID Value transfer Type reference (TYPE) SY-MSGID Message Class 20120118
3 Importing IV_NO Value transfer Type reference (TYPE) SY-MSGNO Message Number 20120118
4 Importing IV_TP Value transfer Type reference (TYPE) BAPI_MTYPE Message type: S Success, E Error, W Warning, I Info, A Abort 20120118
5 Importing IV_V1 Value transfer Type reference (TYPE) ANY 20120118
6 Importing IV_V2 Value transfer Type reference (TYPE) ANY 20120118
7 Importing IV_V3 Value transfer Type reference (TYPE) ANY 20120118
8 Importing IV_V4 Value transfer Type reference (TYPE) ANY 20120118
9 Returning RS_BAPIRET Value transfer Type reference (TYPE) BAPIRET2 Return Parameter 20120118

Method GET_BAPIRET on class CL_GRRM_API_OPPORTUNITY has no exception.

Method GET_IMPACT_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IMPACT_CATEGORY Call by reference Type reference (TYPE) GRRM_T_IMPACT_CATEGORY Table Type Impact Category 20080825

Method GET_IMPACT_CATEGORY on class CL_GRRM_API_OPPORTUNITY has no exception.

Method GET_ROOT_CAUSES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROOT_CAUSES Call by reference Type reference (TYPE) GRRM_T_ROOT_CAUSES Table Type Root Causes 20080825

Method GET_ROOT_CAUSES on class CL_GRRM_API_OPPORTUNITY has no exception.

Method LOG_AUTHORIZATION_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NO Call by reference Type reference (TYPE) SY-MSGNO Message Number 20130123
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20130123
2 CX_GRFN_NO_AUTHORIZATION Exception in case of no authorization 20130123

Method QUERY Signature

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

Method QUERY_BY_ACTIVITY Signature

Method QUERY_BY_ACTIVITY on class CL_GRRM_API_OPPORTUNITY has no parameter.
Method QUERY_BY_ACTIVITY on class CL_GRRM_API_OPPORTUNITY has no exception.

Method RETRIEVE Signature

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

Method SET_ORGUNIT 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 20080825
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20080825

Method VALIDATE_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OPPORTUNITY_ATTR Call by reference Type reference (TYPE) GRRM_S_API_RISK_ATTR Additional Risk Attributes 20120118
2 Importing IS_OPPORTUNITY_DATA Call by reference Type reference (TYPE) GRRM_S_API_RISK_DATA API DATA STRUCTURE 20120118
3 Importing IT_BENEFIT Call by reference Type reference (TYPE) GRRM_T_API_BENEFIT Impact 20120118
4 Importing IT_DRIVER Call by reference Type reference (TYPE) GRRM_T_API_DRIVER Driver 20120118
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20120118
History
Last changed by/on SAP  20141106 
SAP Release Created in 300