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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_GRFN_IO_EXPORT_PROC_MD Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_GRFN_IO_META_PROC 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
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_DATA_TYPE Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Data type 20120307
2 MO_LINE_TYPE Instance attribute Protected Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Line type 20120307
3 MO_LOG Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_IO_LOG IO Log 20120307
4 MO_OPTION Instance attribute Protected Object reference (TYPE REF TO) CL_GRFN_IO_EXPORT_OPTION Export option 20120307
5 MR_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA Data 20120307
6 MS_COMMON Instance attribute Protected Type reference (TYPE) YS_COMMON 20120307
7 MS_METADATA Instance attribute Protected Type reference (TYPE) IF_GRFN_IO_META_PROC=>YS_META_ENTITY Metadata 20120307
8 MT_FLD Instance attribute Protected Type reference (TYPE) GRFN_T_FLD Field metadata table 20120307
9 MV_ENTITY Instance attribute Protected Type reference (TYPE) GRFN_API_ENTITY_ID Entity ID 20120307
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20120307
2 LOAD_METADATA 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 Importing IO_LOG Call by reference Object reference (TYPE REF TO) CL_GRFN_IO_LOG CLM Log 20120307
2 Importing IO_OPTION Call by reference Object reference (TYPE REF TO) CL_GRFN_IO_EXPORT_OPTION Export option 20120307
3 Importing 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 CX_GRFN_EXCEPTION Generic GRC API exception 20120307
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100