SAP ABAP Class CL_GRFN_ARIS_META_DATA (ARIS Meta Data Class)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_CLM (Package) Shared infrastructure for CLM integration
⤷
⤷
Properties
| Class | CL_GRFN_ARIS_META_DATA | |
| Short Description | ARIS Meta Data Class | |
| 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 | 20130104 | 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) |
Interfaces
Class CL_GRFN_ARIS_META_DATA has no interface implemented.
Friends
Class CL_GRFN_ARIS_META_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'ENTITY_MAPPING' | 20130117 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'OBJ_MAPPING_LIST' | 20130117 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'UPDATE_ENTITY_TYPE' | 20130117 | |||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_GRFN_ARIS_ID_MAPPING | 20130116 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | GRFN_T_ARIS_DEFAULT_VAL | 20130109 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | GRFN_T_ARIS_ENTITY_MAPPING | 20130117 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | GRFN_T_ARIS_MD_OBJ_DEF_LIST | 20130104 | ||||
| 8 | Instance attribute | Public | Type reference (TYPE) | IF_GRFN_API_ORGUNIT=>T_DATA | 20130109 | ||||
| 9 | Instance attribute | Public | Type reference (TYPE) | STRING | 20130104 | ||||
| 10 | Instance attribute | Public | Type reference (TYPE) | STRING | 20130108 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | SY-DATUM | 20130110 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | SY-DATUM | 20130110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20130109 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20130104 | |
| 3 | Instance method | Private | Method | 20130104 | ||
| 4 | Instance method | Private | Method | 20130109 | ||
| 5 | Instance method | Public | Method | 20130108 | ||
| 6 | Instance method | Private | Method | 20130109 | ||
| 7 | Instance method | Private | Method | 20130109 | ||
| 8 | Instance method | Private | Method | 20130109 | ||
| 9 | Instance method | Private | Method | 20130109 | ||
| 10 | Instance method | Public | Method | 20130117 | ||
| 11 | Instance method | Private | Method | 20130109 |
Events
Class CL_GRFN_ARIS_META_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ID_MAPPING | Public | See coding | 20130109 | BEGIN OF s_id_mapping,
obj_api_id TYPE grfn_api_object_id,
gu_id TYPE grfn_aris_md_gu_id,
END OF s_id_mapping
|
||
| 2 | S_PATH | Public | See coding | 20130109 | BEGIN OF s_path,
obj_def_id TYPE grfn_aris_md_objdef_id,
parent_obj_def_id TYPE grfn_aris_md_objdef_id,
gu_id TYPE grfn_aris_md_gu_id,
parent_gu_id TYPE grfn_aris_md_gu_id,
aris_type TYPE grfn_aris_md_type_num,
END OF s_path
|
||
| 3 | T_BINARY | Public | See coding | 20130110 | t_binary TYPE STANDARD TABLE OF x255
|
||
| 4 | T_ID_MAPPING | Public | See coding | 20130109 | t_id_mapping TYPE STANDARD TABLE OF s_id_mapping
|
||
| 5 | T_PATH | Public | See coding | 20130109 | t_path TYPE STANDARD TABLE OF s_path
|
Method Signatures
Method BUILD_PARENT_CHILD_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_PATH | Call by reference | Type reference (TYPE) | T_PATH | 20130109 | ||||
| 2 | IS_CURRENT_OBJ_MD | Call by reference | Type reference (TYPE) | GRFN_S_ARIS_MD_OBJ_DEF | 20130109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130109 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ARIS_RAW_XML | Call by reference | Type reference (TYPE) | XSTRING | 20130104 |
Method CONSTRUCTOR on class CL_GRFN_ARIS_META_DATA has no exception.
Method CONVERT_AML_TO_ABAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ARIS_XML | Call by reference | Type reference (TYPE) | XSTRING | 20130104 |
Method CONVERT_AML_TO_ABAP on class CL_GRFN_ARIS_META_DATA has no exception.
Method CONVERT_ARIS_MD_TO_ORGUNIT_MD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GU_ID | Call by reference | Type reference (TYPE) | GRFN_ARIS_MD_GU_ID | 20130109 | ||||
| 2 | IV_PARENT_GU_ID | Call by reference | Type reference (TYPE) | GRFN_ARIS_MD_GU_ID | 20130109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130109 |
Method CONVERT_ARIS_MD_TO_PC_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DEFAULT_VALUE | Call by reference | Type reference (TYPE) | GRFN_T_ARIS_DEFAULT_VAL | 20130108 | ||||
| 2 | IT_ENTITY_MAPPING | Call by reference | Type reference (TYPE) | GRFN_T_ARIS_ENTITY_MAPPING | 20130108 | ||||
| 3 | IV_IS_SIMULATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130116 | ||||
| 4 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | SY-DATUM | 20130110 | ||||
| 5 | IV_VALID_TO | Call by reference | Type reference (TYPE) | SY-DATUM | 20130110 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130109 |
Method CONVERT_PC_MD_TO_XML_ORGUNIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_PC_MD_XML_ORGUNIT | Value transfer | Type reference (TYPE) | STRING | 20130109 |
Method CONVERT_PC_MD_TO_XML_ORGUNIT on class CL_GRFN_ARIS_META_DATA has no exception.
Method CONVERT_TO_PC_MD_ORGUNIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ARIS_MD | Call by reference | Type reference (TYPE) | GRFN_S_ARIS_MD_OBJ_DEF | 20130109 | ||||
| 2 | IV_ARIS_TYPE | Call by reference | Type reference (TYPE) | GRFN_ARIS_MD_TYPE_NUM | 20130109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130109 |
Method GET_AIRS_ATTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTR_DEF_TYPE | Call by reference | Type reference (TYPE) | STRING | 20130109 | ||||
| 2 | IV_GU_ID | Call by reference | Type reference (TYPE) | GRFN_ARIS_MD_GU_ID | 20130109 | ||||
| 3 | RV_ATTR_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130109 |
Method GET_AIRS_ATTR on class CL_GRFN_ARIS_META_DATA has no exception.
Method GET_DEFAULT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | 20130109 | ||||
| 2 | IV_FIELD_ID | Call by reference | Type reference (TYPE) | STRING | 20130109 | ||||
| 3 | RV_FIELD_VALUE | Value transfer | Type reference (TYPE) | STRING | 20130109 |
Method GET_DEFAULT_VALUE on class CL_GRFN_ARIS_META_DATA has no exception.
Method GET_OBJ_ENTITY_MAPPING_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_LIST | Value transfer | Type reference (TYPE) | GRFN_T_ARIS_OBJ_ENTITY_MAPPING | 20130117 |
Method GET_OBJ_ENTITY_MAPPING_LIST on class CL_GRFN_ARIS_META_DATA has no exception.
Method START_IMPORTING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IS_SIMULATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130114 | ||||
| 2 | IV_XML | Call by reference | Type reference (TYPE) | STRING | 20130109 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20130109 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |