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 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
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 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_COMPONENTS_HTAB | Component List | 20071211 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_DESCR_STAB | Class description | 20071211 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Construct Recursive Field List | 20071211 |
2 | ![]() |
Static method | Public | Method | Does Field Exist? | 20071211 |
3 | ![]() |
Static method | Public | Method | Does Structure Exist | 20071211 |
4 | ![]() |
Static method | Private | Method | Read Description From Buffer or Construct It | 20071211 |
5 | ![]() |
Static method | Public | Method | Read Field of a Structure | 20071211 |
6 | ![]() |
Static method | Public | Method | Read Field Description | 20071211 |
7 | ![]() |
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 | ![]() |
I_FIELD_PREFIX | Call by reference | Type reference (TYPE) | STRING | Präfix der vor den Feldnamen gesetzt wird | 20071211 | ||
2 | ![]() |
I_ROOT_STRUCTURE | Call by reference | Type reference (TYPE) | SMT_STRUCTURE | Struktur der ersten Ebene | 20071211 | ||
3 | ![]() |
I_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20071211 | ||
4 | ![]() |
T_DESCRIPTION | Call by reference | Type reference (TYPE) | TY_DESCR_STAB | Strukturbeschreibung | 20071211 | ||
5 | ![]() |
T_FIELD | Call by reference | Type reference (TYPE) | SMT_FIELD_STAB | Feldname | 20071211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20071211 |
Method CHECK_FIELD_EXISTENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Feldname | 20071211 | ||
2 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | SMT_STRUCTURE | Struktur | 20071211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20071211 | ||
2 | ![]() |
20071211 |
Method DOES_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | SMT_STRUCTURE | Struktur | 20071211 | ||
2 | ![]() |
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 | ![]() |
I_NAME | Call by reference | Type reference (TYPE) | STRING | Feldname | 20071211 | ||
2 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | SMT_STRUCTURE | Struktur | 20071211 | ||
3 | ![]() |
RE_DESCRIPTION_REF | Value transfer | Object reference (TYPE REF TO) | TY_DESCR | Klassenbeschreibung | 20071211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20071211 | ||
2 | ![]() |
20071211 |
Method GET_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELD | Call by reference | Type reference (TYPE) | SMT_FIELD_STAB | Feldname | 20071211 | ||
2 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | SMT_STRUCTURE | Struktur | 20071211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20071211 |
Method GET_FIELD_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DFIES | Call by reference | Type reference (TYPE) | DFIES | DD-Schnittstelle: Tabellenfelder für DDIF_FIELDINFO_GET | 20071211 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Feldname | 20071211 | ||
3 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | SMT_STRUCTURE | Struktur | 20071211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20071211 | ||
2 | ![]() |
20071211 |
Method GET_FIELD_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TEXT | Call by reference | Type reference (TYPE) | AS4TEXT | Beschreibungstext | 20071211 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Feldname | 20071211 | ||
3 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | SMT_STRUCTURE | Struktur | 20071211 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20071211 | ||
2 | ![]() |
20071211 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |