SAP ABAP Class CL_WUF_STRUCTURE_PROPERTIES (Properties of a Structure)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WUF_GENERAL (Package) Objects for All Packages Within WUF

⤷

⤷

Properties
Class | CL_WUF_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 | WUF_GENERAL | Objects for All Packages Within WUF |
Created | 20060213 | SAP |
Last change | 20100310 | 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_WUF_STRUCTURE_PROPERTIES has no interface implemented.
Friends
Class CL_WUF_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 | 20060213 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_DESCR_STAB | Class Description | 20060213 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Build Recursive Field List | 20060623 |
2 | ![]() |
Static method | Public | Method | Does Field Exist? | 20060224 |
3 | ![]() |
Static method | Public | Method | Does Structure Exist? | 20060220 |
4 | ![]() |
Static method | Private | Method | Read Description From Buffer or Construct it | 20060213 |
5 | ![]() |
Static method | Public | Method | Read Fields in a Structure | 20060213 |
6 | ![]() |
Static method | Public | Method | Read Field Description | 20060607 |
7 | ![]() |
Static method | Public | Method | Read Text of a Field | 20060213 |
Events
Class CL_WUF_STRUCTURE_PROPERTIES has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_COMPONENTS | Private | See coding | Component List | 20060213 | BEGIN OF ty_components,
structure TYPE wuf_structure,
t_field TYPE wuf_field_stab,
structdescr TYPE REF TO cl_abap_structdescr,
END OF ty_components
|
|
2 | TY_COMPONENTS_HTAB | Private | See coding | Component List | 20060213 | ty_components_htab TYPE HASHED TABLE OF ty_components WITH UNIQUE
KEY structure
|
|
3 | TY_DESCR | Private | See coding | Structure Description | 20060213 | BEGIN OF ty_descr,
structure TYPE wuf_structure,
name TYPE wuf_field,
dfies TYPE dfies,
text TYPE as4text,
END OF ty_descr
|
|
4 | TY_DESCR_STAB | Private | See coding | Structure Description | 20060213 | 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) | WUF_FIELD | Präfix der vor den Feldnamen gesetzt wird | 20060623 | ||
2 | ![]() |
I_ROOT_STRUCTURE | Call by reference | Type reference (TYPE) | WUF_STRUCTURE | Struktur der ersten Ebene | 20060623 | ||
3 | ![]() |
I_STRUCTDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Run Time Type Services | 20060623 | ||
4 | ![]() |
T_DESCRIPTION | Call by reference | Type reference (TYPE) | TY_DESCR_STAB | Strukturbeschreibung | 20060623 | ||
5 | ![]() |
T_FIELD | Call by reference | Type reference (TYPE) | WUF_FIELD_STAB | Feldname | 20060623 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Struktur existiert nicht | 20060623 |
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) | WUF_FIELD | Feldname | 20060224 | ||
2 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | WUF_STRUCTURE | Struktur | 20060224 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Komponente existiert nicht | 20060224 | |
2 | ![]() |
Struktur existiert nicht | 20060224 |
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) | WUF_STRUCTURE | Struktur | 20060220 | ||
2 | ![]() |
RE_EXIST | Value transfer | Type reference (TYPE) | WUF_BOOLEAN | Boolescher Wert | 20060220 |
Method DOES_EXIST on class CL_WUF_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) | WUF_FIELD | Feldname | 20060213 | ||
2 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | WUF_STRUCTURE | Struktur | 20060213 | ||
3 | ![]() |
RE_DESCRIPTION_REF | Value transfer | Object reference (TYPE REF TO) | TY_DESCR | Klassenbeschreibung | 20060213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Komponente existiert nicht | 20060213 | |
2 | ![]() |
Struktur existiert nicht | 20060213 |
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) | WUF_FIELD_STAB | Feldname | 20060213 | ||
2 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | WUF_STRUCTURE | Struktur | 20060213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Struktur existiert nicht | 20060213 |
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 | 20060607 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | WUF_FIELD | Feldname | 20060607 | ||
3 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | WUF_STRUCTURE | Struktur | 20060607 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Komponente existiert nicht | 20060607 | |
2 | ![]() |
Struktur existiert nicht | 20060607 |
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 | 20060213 | ||
2 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | WUF_FIELD | Feldname | 20060213 | ||
3 | ![]() |
I_STRUCTURE | Call by reference | Type reference (TYPE) | WUF_STRUCTURE | Struktur | 20060213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Komponente existiert nicht | 20060213 | |
2 | ![]() |
Struktur existiert nicht | 20060213 |
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 700 |