SAP ABAP Interface IF_GRFN_IO_META_PROC (Metadata processor interface)
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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRFN_IO_META_PROC | Metadata processor | 20100728 |
Properties
Interface | IF_GRFN_IO_META_PROC | |
Short Description | Metadata processor interface |
General Data
Package | GRFN_CLM | Shared infrastructure for CLM integration |
Created | 20100728 | SAP |
Last changed | 20141106 | |
Unicode checks active |
Forward declarations
Interface IF_GRFN_IO_META_PROC has no forward declaration.
Interfaces
Interface IF_GRFN_IO_META_PROC has no interface.
Friends
Interface IF_GRFN_IO_META_PROC has no friend.
Attributes
Interface IF_GRFN_IO_META_PROC has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get metadata | 20100728 |
2 | ![]() |
Instance method | Public | Method | Process | 20100728 |
Events
Interface IF_GRFN_IO_META_PROC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_META_CLM | Public | See coding | 20100729 | BEGIN OF ys_meta_clm,
component TYPE string,
label TYPE string,
version TYPE int4,
splevel TYPE int4,
entities TYPE yt_meta_entity,
END OF ys_meta_clm
|
||
2 | YS_META_ENTITY | Public | See coding | 20100729 | BEGIN OF ys_meta_entity,
entity_id TYPE grfn_api_entity_id,
entity_txt TYPE grfn_objtype_text,
flds TYPE yt_meta_field,
END OF ys_meta_entity
|
||
3 | YS_META_FIELD | Public | See coding | 20100729 | BEGIN OF ys_meta_field,
fld TYPE grfn_fld,
fld_txt TYPE grfn_text40,
type TYPE ys_meta_type,
status TYPE grfn_fld_stat,
multi TYPE grfn_fldgrp_multi,
langu type abap_bool,
ref_to TYPE grfn_api_entity_id,
flds TYPE REF TO data,
key type grfn_fld,
END OF ys_meta_field
|
||
4 | YS_META_TYPE | Public | See coding | 20100729 | BEGIN OF ys_meta_type,
type TYPE field_type,
type_txt TYPE as4text,
datatype TYPE dynptype,
leng TYPE ddleng,
valueset TYPE yt_valueset,
END OF ys_meta_type
|
||
5 | YS_VALUESET | Public | See coding | 20100729 | BEGIN OF ys_valueset,
value TYPE string,
text TYPE string,
END OF ys_valueset
|
||
6 | YT_META_ENTITY | Public | See coding | 20100729 | yt_meta_entity TYPE TABLE OF ys_meta_entity WITH KEY entity_id
|
||
7 | YT_META_FIELD | Public | See coding | 20100729 | yt_meta_field TYPE TABLE OF ys_meta_field WITH KEY fld
|
||
8 | YT_META_TYPE | Public | See coding | 20100729 | yt_meta_type TYPE TABLE OF ys_meta_type WITH KEY type
|
||
9 | YT_VALUESET | Public | See coding | 20100729 | yt_valueset TYPE TABLE OF ys_valueset WITH KEY value
|
Method Signatures
Method GET_METADATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RS_METADATA | Value transfer | Type reference (TYPE) | YS_META_ENTITY | XML data metadata | 20100729 |
Method GET_METADATA on Interface IF_GRFN_IO_META_PROC has no exception.
Method PROCESS Signature
Method PROCESS on Interface IF_GRFN_IO_META_PROC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100728 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1000 |