SAP ABAP Interface IF_ESH_IEF_CODE_GEN_PROGRAMM (SNOTE Code Generation)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_IMPORT_EXPORT (Package) Import/Export Framework for Models
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_IEF_FRAMEWORK Import/Export Framework for Object Models 20110323
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_ESH_IEF_TOOLS Import/Export Framework - Tools 20110323
Properties
Interface IF_ESH_IEF_CODE_GEN_PROGRAMM  
Short Description SNOTE Code Generation    
General Data
Package S_ESH_ENG_IMPORT_EXPORT   Import/Export Framework for Models 
Created 20101202   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_ESH_IEF_CODE_GEN_PROGRAMM has no forward declaration.
Interfaces
Interface IF_ESH_IEF_CODE_GEN_PROGRAMM has no interface.
Friends
Interface IF_ESH_IEF_CODE_GEN_PROGRAMM has no friend.
Attributes
Interface IF_ESH_IEF_CODE_GEN_PROGRAMM has no attribute.
Methods
Interface IF_ESH_IEF_CODE_GEN_PROGRAMM has no method.
Events
Interface IF_ESH_IEF_CODE_GEN_PROGRAMM has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_FACTORY_METADATA Public See coding 20110323 BEGIN OF ts_factory_metadata, paramid TYPE string, value TYPE string, END OF ts_factory_metadata
2 TS_OM_TEXTS Public See coding 20110323 BEGIN OF ts_om_texts, tabname TYPE tabname, model_guid TYPE esh_e_om_model_guid, entity_guid TYPE sysuuid_c, texts TYPE tt_texts, deleted TYPE abap_bool, "text has been deleted (textpool text will stay!!!) END OF ts_om_texts
3 TS_OM_TEXTS_ITEM Public See coding 20120103 BEGIN OF ts_om_texts_item, item TYPE ts_om_texts_with_attr, END OF ts_om_texts_item
4 TS_OM_TEXTS_WITH_ATTR Public See coding 20120103 BEGIN OF ts_om_texts_with_attr, tabname TYPE tabname, model_guid TYPE esh_e_om_model_guid, entity_guid TYPE sysuuid_c, texts TYPE tt_texts_with_attr, deleted TYPE abap_bool, "text has been deleted (textpool text will stay!!!) END OF ts_om_texts_with_attr
5 TS_TEXTS Public See coding 20110323 BEGIN OF ts_texts, langu TYPE spras, textpool TYPE tt_textpool_sorted, "usually only contains one line (exception see method extract_textpool_texts) END OF ts_texts
6 TS_TEXTS_WITH_ATTR Public See coding 20120103 BEGIN OF ts_texts_with_attr, itemtext TYPE ts_texts, END OF ts_texts_with_attr
7 TT_FACTORY_METADATA Public See coding 20110323 tt_factory_metadata TYPE STANDARD TABLE OF ts_factory_metadata WITH DEFAULT KEY
8 TT_OM_TEXTS Public See coding 20120103 tt_om_texts TYPE TABLE OF ts_om_texts
9 TT_OM_TEXTS_WA_ATTR Public See coding 20120103 tt_om_texts_wa_attr TYPE SORTED TABLE OF ts_om_texts WITH UNIQUE KEY tabname model_guid entity_guid
10 TT_TEXTPOOL_SORTED Public See coding 20110323 tt_textpool_sorted TYPE SORTED TABLE OF textpool WITH UNIQUE KEY id key
11 TT_TEXTS Public See coding 20110323 tt_texts TYPE SORTED TABLE OF ts_texts WITH UNIQUE KEY langu
12 TT_TEXTS_WITH_ATTR Public See coding 20120103 tt_texts_with_attr TYPE SORTED TABLE OF ts_texts_with_attr WITH UNIQUE KEY itemtext-langu
History
Last changed by/on SAP  20130531 
SAP Release Created in 731