SAP ABAP Class CL_GRPC_API_COBJECTIVE (COBJECTIVE API)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-SPC (Application Component) Process Controls
⤷
GRPC_ENTITY_API (Package) GRC Process controls API
⤷
⤷
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 | 20091026 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20091026 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_REPORT | Get data for reporting engine | 20091026 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRPC_API_COBJECTIVE | COBJECTIVE API interface | 20091026 |
Properties
| Class | CL_GRPC_API_COBJECTIVE | |
| Short Description | COBJECTIVE 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 | GRPC_ENTITY_API | GRC Process controls API |
| Created | 20091026 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 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 | 20091026 | ||
| 2 | IF_GRFN_REPORT | Get data for reporting engine | 20091026 | ||
| 3 | IF_GRPC_API_COBJECTIVE | COBJECTIVE API interface | 20091026 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_GRFN_API_SESSION | 20091027 | 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) | SY-MSGTY | 'E' | Message Type | 20091026 | ||
| 2 | Constant | Private | Type reference (TYPE) | SY-MSGID | 'GRPC_ENTITY_API' | Message Class | 20091026 | ||
| 3 | Constant | Private | Type reference (TYPE) | SY-MSGID | 'GRFN_ENTITY_API' | Message Class | 20091026 | ||
| 4 | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRPC_MODEL_SETUP' | Reference type | 20091026 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20091103 | ||
| 2 | Instance method | Private | Method | 20091103 | ||
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20091027 | |
| 4 | Static method | Private | Method | 20091027 | ||
| 5 | Static method | Private | Method | 20091027 | ||
| 6 | Instance method | Public | Method | 20091026 | ||
| 7 | Instance method | Private | Method | Fetch control objective | 20091113 |
Events
Class CL_GRPC_API_COBJECTIVE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_TEXT_BUFFER | Private | See coding | 20091027 | BEGIN OF ys_text_buffer,
timeframe TYPE grpc_timeframe,
tf_year TYPE grpc_year,
th_texts TYPE HASHED TABLE OF objec WITH UNIQUE KEY objid,
END OF ys_text_buffer
|
||
| 2 | YTH_COBJ_TEXTS | Private | See coding | 20091027 | yth_cobj_texts TYPE SORTED TABLE OF ys_text_buffer WITH UNIQUE KEY timeframe tf_year
|
Method Signatures
Method AUTH_CHECK_QUERY_RISK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LIST | Call by reference | Type reference (TYPE) | GRPC_T_API_RISK_ASS | Table storing risks assigned to subprocess | 20091103 | |||
| 2 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091103 |
Method AUTH_CHECK_QUERY_RISK on class CL_GRPC_API_COBJECTIVE has no exception.
Method AUTH_CHECK_QUERY_SUBPROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_LIST | Call by reference | Type reference (TYPE) | GRPC_T_API_COBJ_SUBPROCESS | Table type for Cobjective Subprocesses | 20091103 | |||
| 2 | IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091103 |
Method AUTH_CHECK_QUERY_SUBPROCESS on class CL_GRPC_API_COBJECTIVE has no exception.
Method CONSTRUCTOR 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 | 20091027 | |||
| 2 | IV_OBJECT | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091027 |
Method CONSTRUCTOR on class CL_GRPC_API_COBJECTIVE has no exception.
Method FILL_COBJ_TEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COBJ_TEXTS | Call by reference | Type reference (TYPE) | YTH_COBJ_TEXTS | 20091030 | ||||
| 2 | IS_TIMEFRAME | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20091027 |
Method FILL_COBJ_TEXTS on class CL_GRPC_API_COBJECTIVE has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091027 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091027 | |||
| 3 | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRPC_API_COBJECTIVE | COBJECTIVE API | 20091027 |
Method GET on class CL_GRPC_API_COBJECTIVE has no exception.
Method QUERY Signature
Method QUERY on class CL_GRPC_API_COBJECTIVE has no parameter.
Method QUERY on class CL_GRPC_API_COBJECTIVE has no exception.
Method RESOLVE_FIELDS_COBJECTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELD_CLUSTER | Call by reference | Type reference (TYPE) | GRFN_T_FIELD_CLUSTER | List of required infotypes | 20091113 | |||
| 2 | ET_INFOTYPE | Call by reference | Type reference (TYPE) | GRFN_T_ATTRIBUTES | Read all attributes | 20091113 | |||
| 3 | IT_FIELDS | Call by reference | Type reference (TYPE) | GRFN_T_FIELDID_HASHED | List of fields | 20091113 | |||
| 4 | IV_ALL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Field cluster table | 20091113 | |||
| 5 | IV_LONG_TEXT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Read long texts | 20091113 | |||
| 6 | IV_READ_ATTR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Read attributes | 20091113 |
Method RESOLVE_FIELDS_COBJECTIVE on class CL_GRPC_API_COBJECTIVE has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |