SAP ABAP Class CL_GRFN_IO_EXPORT_PROC_BASE (Base export processor)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_CLM (Package) Shared infrastructure for CLM integration
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_IO_EXPORT_PROC | Interface for import processor | 20120307 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_IO_EXPORT_PROC_BR | Business rule export processor | 20120307 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_IO_EXPORT_PROC_EO | Data source export processor | 20120308 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_IO_EXPORT_PROC_MD | HR base export processor | 20120307 |
Properties
| Class | CL_GRFN_IO_EXPORT_PROC_BASE | |
| Short Description | Base export processor | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_CLM | Shared infrastructure for CLM integration |
| Created | 20120307 | 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 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_GRFN_IO_EXPORT_PROC | Interface for import processor | 20120307 |
Friends
Class CL_GRFN_IO_EXPORT_PROC_BASE has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20120307 | |
| 2 | Instance method | Protected | Method | Load Metadata | 20120307 |
Events
Class CL_GRFN_IO_EXPORT_PROC_BASE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_COMMON | Protected | See coding | 20120307 | BEGIN OF ys_common,
session TYPE REF TO cl_grfn_api_session,
valid_from TYPE begdatum,
valid_to TYPE enddatum,
entity TYPE grfn_api_entity_id,
objtype TYPE grfn_objtype,
objttype TYPE grfn_objtype_typ,
otype TYPE otype,
END OF ys_common
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_LOG | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_IO_LOG | CLM Log | 20120307 | |||
| 2 | IO_OPTION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_IO_EXPORT_OPTION | Export option | 20120307 | |||
| 3 | IV_ENTITY | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20120307 |
Method CONSTRUCTOR on class CL_GRFN_IO_EXPORT_PROC_BASE has no exception.
Method LOAD_METADATA Signature
Method LOAD_METADATA on class CL_GRFN_IO_EXPORT_PROC_BASE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20120307 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |