SAP ABAP Class IF_GRFN_IO_META_PROC (Metadata processor interface)
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
Class IF_GRFN_IO_META_PROC  
Short Description Metadata processor interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20100728   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_GRFN_IO_META_PROC has no forward declaration.
Interfaces
Class IF_GRFN_IO_META_PROC has no interface implemented.
Friends
Class IF_GRFN_IO_META_PROC has no friend class.
Attributes
Class IF_GRFN_IO_META_PROC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_METADATA Instance method Public Method Get metadata 20100728
2 PROCESS Instance method Public Method Process 20100728
Events
Class 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 Returning RS_METADATA Value transfer Type reference (TYPE) YS_META_ENTITY XML data metadata 20100729

Method GET_METADATA on class IF_GRFN_IO_META_PROC has no exception.

Method PROCESS Signature

Method PROCESS on class IF_GRFN_IO_META_PROC has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100728
History
Last changed by/on SAP  20141106 
SAP Release Created in