SAP ABAP Class CL_GRRM_API_COGROUP (Opportunity Classification Group)
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 | 20081203 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20100325 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_REPORT | Get data for reporting engine | 20081203 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRRM_API_COGROUP | Opportunity Clasification | 20081203 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRRM_API_CONTEXT | Context implementation | 20100707 |
Properties
| Class | CL_GRRM_API_COGROUP | |
| Short Description | Opportunity Classification Group | |
| 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 | 20081203 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | 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 | 20100325 | ||
| 2 | IF_GRFN_REPORT | Get data for reporting engine | 20081203 | ||
| 3 | IF_GRRM_API_COGROUP | Opportunity Clasification | 20081203 | ||
| 4 | IF_GRRM_API_CONTEXT | Context implementation | 20100707 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_GRFN_API_SESSION | 20081203 | Session Management for GRC APIs |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_MODEL_CRISK' | Reference Type | 20081203 | ||
| 2 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRRM_CONTEXT_MODEL' | Reference Type | 20100707 | ||
| 3 | Constant | Private | Type reference (TYPE) | GRRM_CLASSIFICATION_TYPES | 'OC' | Classification types | 20081203 | ||
| 4 | Constant | Private | Type reference (TYPE) | GRRM_CLASSIFICATION_TYPES | 'RC' | Classification types | 20081203 | ||
| 5 | Static Attribute | Public | Type reference (TYPE) | GRRM_T_API_VALUESET | GRRM API Valueset | 20081203 | |||
| 6 | Static Attribute | Public | Type reference (TYPE) | GRRM_T_API_VALUESET | Value set | 20081203 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20081203 | ||
| 2 | Static method | Public | Constructor | 20081203 | ||
| 3 | Static method | Private | Method | 20081203 | ||
| 4 | Static method | Private | Method | 20081203 | ||
| 5 | Static method | Public | Method | 20081203 | ||
| 6 | Static method | Public | Method | Get Classification type | 20081203 | |
| 7 | Instance method | Public | Method | 20081211 |
Events
Class CL_GRRM_API_COGROUP has no event.
Types
Class CL_GRRM_API_COGROUP has no local type.
Method Signatures
Method CHECK_EXISTENCE Signature
Method CHECK_EXISTENCE on class CL_GRRM_API_COGROUP has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081203 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GRRM_API_COGROUP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRRM_API_COGROUP has no exception.
Method CONVERT_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COGROUP | Call by reference | Type reference (TYPE) | GRRM_T_API_CRGROUP_LIST | Table type for common risk group list | 20081205 | |||
| 2 | ET_COPP | Call by reference | Type reference (TYPE) | GRRM_T_API_CRISK_LIST | Table type for Common Risk List | 20081203 | |||
| 3 | IT_LIST | Call by reference | Type reference (TYPE) | CL_GRRM_MODEL_CRISK=>T_CRISK_LIST | 20081203 |
Method CONVERT_LIST on class CL_GRRM_API_COGROUP has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20081203 | |||
| 2 | IV_OBJECT_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20081203 | |||
| 3 | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRRM_API_COGROUP | Risk Clasification | 20081203 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20081203 |
Method GET_CC_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CC_TYPE | Call by reference | Type reference (TYPE) | GRRM_T_API_VALUESET | GRRM API Valueset | 20081203 |
Method GET_CC_TYPE on class CL_GRRM_API_COGROUP has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TYPE | Call by reference | Type reference (TYPE) | GRRM_T_API_VALUESET | GRRM API Valueset | 20081203 |
Method GET_TYPE on class CL_GRRM_API_COGROUP has no exception.
Method QUERY Signature
Method QUERY on class CL_GRRM_API_COGROUP has no parameter.
Method QUERY on class CL_GRRM_API_COGROUP has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 300 |