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 | ![]() |
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 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | GRFN_T_FLD_HR | Field HR info table | 20120307 | ||
2 | ![]() |
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 | ![]() |
Instance method | Protected | Method | Get object name | 20120307 |
2 | ![]() |
Instance method | Protected | Method | Load data | 20120307 |
3 | ![]() |
Instance method | Private | Method | Load field | 20120307 |
4 | ![]() |
Instance method | Private | Method | Load field group | 20120307 |
5 | ![]() |
Instance method | Protected | Method | Load parent | 20120307 |
6 | ![]() |
Instance method | Private | Method | Load regulation specific attributes | 20120307 |
7 | ![]() |
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 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20120307 | ||
2 | ![]() |
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 | ![]() |
IT_INFTY_DATA | Call by reference | Type reference (TYPE) | GRFN_T_INFTY_DATA | Infortype Data | 20120307 | ||
2 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20120307 | ||
3 | ![]() |
R_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20120307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Import/Export checked exception | 20120307 | |
2 | ![]() |
Generic GRC API exception | 20120307 |
Method LOAD_FLD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20120307 | |||
2 | ![]() |
IS_FLD | Call by reference | Type reference (TYPE) | IF_GRFN_IO_META_PROC=>YS_META_FIELD | 20120307 | |||
3 | ![]() |
IT_INFTY_DATA | Call by reference | Type reference (TYPE) | GRFN_T_INFTY_DATA | Infotype data | 20120307 | ||
4 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | I | Index for infotype with same subtype | 20120307 | ||
5 | ![]() |
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 | ![]() |
CR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20120307 | |||
2 | ![]() |
IS_FLD | Call by reference | Type reference (TYPE) | IF_GRFN_IO_META_PROC=>YS_META_FIELD | 20120307 | |||
3 | ![]() |
IT_INFTY_DATA | Call by reference | Type reference (TYPE) | GRFN_T_INFTY_DATA | Infotype data | 20120307 | ||
4 | ![]() |
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 | ![]() |
CR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20120307 | |||
2 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20120307 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Import/Export checked exception | 20120307 | |
2 | ![]() |
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 | ![]() |
CR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20120307 | |||
2 | ![]() |
IS_FLD | Call by reference | Type reference (TYPE) | IF_GRFN_IO_META_PROC=>YS_META_FIELD | 20120307 | |||
3 | ![]() |
IT_INFTY_DATA | Call by reference | Type reference (TYPE) | GRFN_T_INFTY_DATA | Infotype data | 20120307 | ||
4 | ![]() |
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 | ![]() |
CT_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_OBJID_DET | Table of object | 20120307 | ||
2 | ![]() |
IV_FROM | Call by reference | Type reference (TYPE) | GRFN_VALIDFROM | Begin Date | 20120307 | ||
3 | ![]() |
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 |