SAP ABAP Class IF_SLMP_DATA_CONTAINER_META (Data Container Metadata)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SLMP_DATA_CONTAINER Data Container 20130221
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SLMP_DC_GENERIC Generic Superclass 20130221
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SLMP_SDC_RAW_CONTENT Special DC for transporting raw data 20130311
Properties
Class IF_SLMP_DATA_CONTAINER_META  
Short Description Data Container Metadata    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130221   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SLMP_DATA_CONTAINER_META has no forward declaration.
Interfaces
Class IF_SLMP_DATA_CONTAINER_META has no interface implemented.
Friends
Class IF_SLMP_DATA_CONTAINER_META has no friend class.
Attributes
Class IF_SLMP_DATA_CONTAINER_META has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_META_DATA_ENTITY Instance method Public Method Get meta data of entity 20130221
Events
Class IF_SLMP_DATA_CONTAINER_META has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_STR_META_DATA_ENTITY Public See coding 20130221 BEGIN OF gty_str_meta_data_entity, property_name TYPE string, fieldname TYPE fieldname, property_type TYPE string, is_key TYPE abap_bool, is_nullable TYPE abap_bool, END OF gty_str_meta_data_entity
2 GTY_TAB_META_DATA_ENTITY Public See coding 20130222 gty_tab_meta_data_entity TYPE STANDARD TABLE OF gty_str_meta_data_entity
Method Signatures

Method GET_META_DATA_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_META_DATA Call by reference Type reference (TYPE) GTY_TAB_META_DATA_ENTITY 20130222
# Exception Resumable Description Created on
1 CX_SLMP 20130221
History
Last changed by/on SAP  20140121 
SAP Release Created in