SAP ABAP Class CL_GRPC_API_PROCESS (Local Process Entity API Class)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_ENTITY_API (Package) GRC Process controls API
⤷ 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 | 20091022 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20091022 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_MD_COMMON | Interface for common master data | 20100510 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_API_ROLE_CONTAINER | API role container | 20091022 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_REPORT | Get data for reporting engine | 20091022 |
6 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRPC_API_PROCESS | Interface for Local Process Entity APIs | 20091022 |
Properties
Class | CL_GRPC_API_PROCESS | |
Short Description | Local Process Entity API Class | |
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 | 20091022 | 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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_API_CUSTOMFIELD | Interface for Customer Field API | 20091022 | ||
2 | IF_GRFN_API_MD_COMMON | Interface for common master data | 20100510 | ||
3 | IF_GRFN_API_ROLE_CONTAINER | API role container | 20091022 | ||
4 | IF_GRFN_REPORT | Get data for reporting engine | 20091022 | ||
5 | IF_GRPC_API_PROCESS | Interface for Local Process Entity APIs | 20091022 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_GRFN_API_SESSION | 20091029 | Session Management for GRC APIs |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MC_ERROR | Constant | Private | Type reference (TYPE) | SY-MSGTY | 'E' | Message Type | 20091022 | |
2 | MC_MESSAGE_CLASS_PC | Constant | Private | Type reference (TYPE) | SY-MSGID | 'GRPC_ENTITY_API' | Message Class | 20091022 | |
3 | MC_MODEL_CLASS | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRPC_MODEL_SETUP' | Class Name | 20091022 | |
4 | MC_MODEL_CLASS_CATALOGUE | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRFN_MODEL_CATALOGUE' | Class Name | 20091023 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | GET | Static method | Private | Method | Get Instance | 20091029 |
2 | LOCAL_PROCESS_UPDATE | Instance method | Private | Method | Update Local Process Data | 20091022 |
3 | RESOLVE_FIELDS_PROCESS | Instance method | Private | Method | It returns list of info types or field groups | 20091113 |
4 | RETRIEVE | Instance method | Public | Method | 20091110 | |
5 | SEARCH_BY_DESC | Instance method | Public | Method | 20091110 | |
6 | UPDATE | Instance method | Public | Method | 20091110 |
Events
Class CL_GRPC_API_PROCESS has no event.
Types
Class CL_GRPC_API_PROCESS has no local type.
Method Signatures
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 | 20091029 | ||
2 | Importing | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091029 | ||
3 | Returning | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRPC_API_PROCESS | Local Process Entity API Class | 20091029 |
Method GET on class CL_GRPC_API_PROCESS has no exception.
Method LOCAL_PROCESS_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_GRPC_MODEL_SETUP | Process Model Class | 20091022 | ||
2 | Importing | IS_PROCESS | Value transfer | Type reference (TYPE) | GRPC_S_API_PROCESS | API structure of Process | 20091022 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20091023 |
Method RESOLVE_FIELDS_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_FIELD_CLUSTER | Call by reference | Type reference (TYPE) | GRFN_T_FIELD_CLUSTER | Table of atrributes | 20091113 | ||
2 | Exporting | ET_INFOTYPE | Call by reference | Type reference (TYPE) | GRFN_T_ATTRIBUTES | List of required infotypes | 20091113 | ||
3 | Importing | IT_FIELDS | Call by reference | Type reference (TYPE) | GRFN_T_FIELDID_HASHED | List of fields | 20091113 | ||
4 | Importing | IV_ALL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Read all attributes | 20091113 | ||
5 | Importing | IV_LONG_TEXT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Read long texts | 20091113 | ||
6 | Importing | IV_READ_ATTR | Call by reference | Type reference (TYPE) | ABAP_BOOL | Read attributes | 20091113 |
Method RESOLVE_FIELDS_PROCESS on class CL_GRPC_API_PROCESS has no exception.
Method RETRIEVE Signature
Method RETRIEVE on class CL_GRPC_API_PROCESS has no parameter.
Method RETRIEVE on class CL_GRPC_API_PROCESS has no exception.
Method SEARCH_BY_DESC Signature
Method SEARCH_BY_DESC on class CL_GRPC_API_PROCESS has no parameter.
Method SEARCH_BY_DESC on class CL_GRPC_API_PROCESS has no exception.
Method UPDATE Signature
Method UPDATE on class CL_GRPC_API_PROCESS has no parameter.
Method UPDATE on class CL_GRPC_API_PROCESS has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |