SAP ABAP Class CL_SMT_STRUCTURE_PROPERTIES (Properties of a Structure)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-SOA-SMT (Application Component) Service Mapping Tool
     GMT_GENERAL (Package) Objects for All Packages Within GMT
Properties
Class CL_SMT_STRUCTURE_PROPERTIES  
Short Description Properties of a Structure    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GMT_GENERAL   Objects for All Packages Within GMT 
Created 20071211   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SMT_STRUCTURE_PROPERTIES has no interface implemented.
Friends
Class CL_SMT_STRUCTURE_PROPERTIES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AT_COMPONENT Static Attribute Private Type reference (TYPE) TY_COMPONENTS_HTAB Component List 20071211
2 AT_DESCRIPTION Static Attribute Private Type reference (TYPE) TY_DESCR_STAB Class description 20071211
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_FIELD_LIST Static method Private Method Construct Recursive Field List 20071211
2 CHECK_FIELD_EXISTENCE Static method Public Method Does Field Exist? 20071211
3 DOES_EXIST Static method Public Method Does Structure Exist 20071211
4 GET_DESCRIPTION Static method Private Method Read Description From Buffer or Construct It 20071211
5 GET_FIELDS Static method Public Method Read Field of a Structure 20071211
6 GET_FIELD_DESCRIPTION Static method Public Method Read Field Description 20071211
7 GET_FIELD_TEXT Static method Public Method Read Text of a Field 20071211
Events
Class CL_SMT_STRUCTURE_PROPERTIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_COMPONENTS Private See coding Component List 20071211 BEGIN OF ty_components, structure TYPE smt_structure, t_field TYPE smt_field_stab, structdescr TYPE REF TO cl_abap_structdescr, END OF ty_components
2 TY_COMPONENTS_HTAB Private See coding Component List 20071211 ty_components_htab TYPE HASHED TABLE OF ty_components WITH UNIQUE KEY structure
3 TY_DESCR Private See coding Structure Description 20071211 BEGIN OF ty_descr, structure TYPE smt_structure, name TYPE string, dfies TYPE dfies, text TYPE as4text, END OF ty_descr
4 TY_DESCR_STAB Private See coding Structure Description 20071211 ty_descr_stab TYPE SORTED TABLE OF ty_descr WITH UNIQUE KEY structure name
Method Signatures

Method BUILD_FIELD_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELD_PREFIX Call by reference Type reference (TYPE) STRING Präfix der vor den Feldnamen gesetzt wird 20071211
2 Importing I_ROOT_STRUCTURE Call by reference Type reference (TYPE) SMT_STRUCTURE Struktur der ersten Ebene 20071211
3 Importing I_STRUCTDESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run Time Type Services 20071211
4 Changing T_DESCRIPTION Call by reference Type reference (TYPE) TY_DESCR_STAB Strukturbeschreibung 20071211
5 Changing T_FIELD Call by reference Type reference (TYPE) SMT_FIELD_STAB Feldname 20071211
# Exception Resumable Description Created on
1 CX_SMT_NO_STRUCTURE 20071211

Method CHECK_FIELD_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FIELDNAME Call by reference Type reference (TYPE) STRING Feldname 20071211
2 Importing I_STRUCTURE Call by reference Type reference (TYPE) SMT_STRUCTURE Struktur 20071211
# Exception Resumable Description Created on
1 CX_SMT_NO_COMPONENT 20071211
2 CX_SMT_NO_STRUCTURE 20071211

Method DOES_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STRUCTURE Call by reference Type reference (TYPE) SMT_STRUCTURE Struktur 20071211
2 Returning RE_EXIST Value transfer Type reference (TYPE) SMT_BOOLEAN Boolescher Wert 20071211

Method DOES_EXIST on class CL_SMT_STRUCTURE_PROPERTIES has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) STRING Feldname 20071211
2 Importing I_STRUCTURE Call by reference Type reference (TYPE) SMT_STRUCTURE Struktur 20071211
3 Returning RE_DESCRIPTION_REF Value transfer Object reference (TYPE REF TO) TY_DESCR Klassenbeschreibung 20071211
# Exception Resumable Description Created on
1 CX_SMT_NO_COMPONENT 20071211
2 CX_SMT_NO_STRUCTURE 20071211

Method GET_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD Call by reference Type reference (TYPE) SMT_FIELD_STAB Feldname 20071211
2 Importing I_STRUCTURE Call by reference Type reference (TYPE) SMT_STRUCTURE Struktur 20071211
# Exception Resumable Description Created on
1 CX_SMT_NO_STRUCTURE 20071211

Method GET_FIELD_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DFIES Call by reference Type reference (TYPE) DFIES DD-Schnittstelle: Tabellenfelder für DDIF_FIELDINFO_GET 20071211
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) STRING Feldname 20071211
3 Importing I_STRUCTURE Call by reference Type reference (TYPE) SMT_STRUCTURE Struktur 20071211
# Exception Resumable Description Created on
1 CX_SMT_NO_COMPONENT 20071211
2 CX_SMT_NO_STRUCTURE 20071211

Method GET_FIELD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) AS4TEXT Beschreibungstext 20071211
2 Importing I_FIELDNAME Call by reference Type reference (TYPE) STRING Feldname 20071211
3 Importing I_STRUCTURE Call by reference Type reference (TYPE) SMT_STRUCTURE Struktur 20071211
# Exception Resumable Description Created on
1 CX_SMT_NO_COMPONENT 20071211
2 CX_SMT_NO_STRUCTURE 20071211
History
Last changed by/on SAP  20110908 
SAP Release Created in 700