SAP ABAP Class CL_GRFN_IO_EXPORT_PROC_MD (HR 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 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_EXPORT_PROC_BASE Base export 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_AG Account group export processor 20120307
2 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_EXPORT_PROC_CE Central indirect entity-level control export processor 20120307
3 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_EXPORT_PROC_CN Control export processor 20120307
4 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_EXPORT_PROC_CO Control objective export processor 20120307
5 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_EXPORT_PROC_CR Central risk export processor 20120307
6 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_EXPORT_PROC_OU Organization unit export processor 20120307
7 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_EXPORT_PROC_SP Subprocess export processor 20120307
8 Inheritance (c INHERITING FROM c_ref)  CL_GRFN_IO_EXPORT_PROC_TP Test plan export processor 20120307
Properties
Class CL_GRFN_IO_EXPORT_PROC_MD  
Short Description HR base export processor    
Super Class CL_GRFN_IO_EXPORT_PROC_BASE Base export processor 
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 IF_GRFN_IO_META_PROC Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_GRFN_IO_EXPORT_PROC_MD has no interface implemented.
Friends
Class CL_GRFN_IO_EXPORT_PROC_MD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_FLD_HR Instance attribute Protected Type reference (TYPE) GRFN_T_FLD_HR Field HR info table 20120307
2 MT_OBJECT_CONT Instance attribute Protected Type reference (TYPE) GRFN_T_OBJECT_CONT InfoTypes per Object Type table 20120307
Methods
# Method Level Visibility Method type Description Created on
1 GET_OBJECT_NAME Instance method Protected Method Get object name 20120307
2 LOAD_DATA Instance method Protected Method Load data 20120307
3 LOAD_FLD Instance method Private Method Load field 20120307
4 LOAD_FLDGRP Instance method Private Method Load field group 20120307
5 LOAD_PARENT Instance method Protected Method Load parent 20120307
6 LOAD_REG_ATTR Instance method Private Method Load regulation specific attributes 20120307
7 SORT_BY_PARENT Instance method Protected Method Sort the objects by parent(Only implict hierarchy entities) 20120307
Events
Class CL_GRFN_IO_EXPORT_PROC_MD has no event.
Types
Class CL_GRFN_IO_EXPORT_PROC_MD has no local type.
Method Signatures

Method GET_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120307
2 Returning RV_NAME Value transfer Type reference (TYPE) GRFN_NAME Title/Short Name 20120307

Method GET_OBJECT_NAME on class CL_GRFN_IO_EXPORT_PROC_MD has no exception.

Method LOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_INFTY_DATA Call by reference Type reference (TYPE) GRFN_T_INFTY_DATA Infortype Data 20120307
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120307
3 Returning R_DATA Value transfer Object reference (TYPE REF TO) DATA 20120307
# Exception Resumable Description Created on
1 CX_GRFN_IO_CHECKED_EXCEPTION Import/Export checked exception 20120307
2 CX_GRFN_IO_RUNTIME_EXCEPTION Generic GRC API exception 20120307

Method LOAD_FLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_DATA Call by reference Object reference (TYPE REF TO) DATA 20120307
2 Importing IS_FLD Call by reference Type reference (TYPE) IF_GRFN_IO_META_PROC=>YS_META_FIELD 20120307
3 Importing IT_INFTY_DATA Call by reference Type reference (TYPE) GRFN_T_INFTY_DATA Infotype data 20120307
4 Importing IV_INDEX Call by reference Type reference (TYPE) I Index for infotype with same subtype 20120307
5 Importing IV_SUBTY Call by reference Type reference (TYPE) SUBTY Subtype for regulation 20120307

Method LOAD_FLD on class CL_GRFN_IO_EXPORT_PROC_MD has no exception.

Method LOAD_FLDGRP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_DATA Call by reference Object reference (TYPE REF TO) DATA 20120307
2 Importing IS_FLD Call by reference Type reference (TYPE) IF_GRFN_IO_META_PROC=>YS_META_FIELD 20120307
3 Importing IT_INFTY_DATA Call by reference Type reference (TYPE) GRFN_T_INFTY_DATA Infotype data 20120307
4 Importing IV_SUBTY Call by reference Type reference (TYPE) SUBTY Subtype for regulation 20120307

Method LOAD_FLDGRP on class CL_GRFN_IO_EXPORT_PROC_MD has no exception.

Method LOAD_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_DATA Call by reference Object reference (TYPE REF TO) DATA 20120307
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120307
# Exception Resumable Description Created on
1 CX_GRFN_IO_CHECKED_EXCEPTION Import/Export checked exception 20120307
2 CX_GRFN_IO_RUNTIME_EXCEPTION Generic GRC API exception 20120307

Method LOAD_REG_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_DATA Call by reference Object reference (TYPE REF TO) DATA 20120307
2 Importing IS_FLD Call by reference Type reference (TYPE) IF_GRFN_IO_META_PROC=>YS_META_FIELD 20120307
3 Importing IT_INFTY_DATA Call by reference Type reference (TYPE) GRFN_T_INFTY_DATA Infotype data 20120307
4 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20120307

Method LOAD_REG_ATTR on class CL_GRFN_IO_EXPORT_PROC_MD has no exception.

Method SORT_BY_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJECT Call by reference Type reference (TYPE) GRFN_T_OBJID_DET Table of object 20120307
2 Importing IV_FROM Call by reference Type reference (TYPE) GRFN_VALIDFROM Begin Date 20120307
3 Importing IV_TO Call by reference Type reference (TYPE) GRFN_VALIDTO End Date 20120307

Method SORT_BY_PARENT on class CL_GRFN_IO_EXPORT_PROC_MD has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100