SAP ABAP Class IF_FDT_STRUCTURE (FDT: Data Object of Type Structure)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_FDT_DATA_OBJECT | FDT: Data Object | 20051027 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_STRUCTURE | FDT: Data Object Structure | 20051027 |
Properties
Class | IF_FDT_STRUCTURE | |
Short Description | FDT: Data Object of Type Structure | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20051027 | SAP |
Last change | 20090618 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_FDT_STRUCTURE has no forward declaration.
Interfaces
Class IF_FDT_STRUCTURE has no interface implemented.
Friends
Class IF_FDT_STRUCTURE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
2 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
3 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20051103 | ||||
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
5 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
6 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 | ||||
7 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20071228 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Get elements | 20051027 |
2 | ![]() |
Instance method | Public | Method | Set elements | 20051027 |
Events
Class IF_FDT_STRUCTURE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_ELEMENT | Public | See coding | Element | 20051027 | BEGIN OF s_element,
position TYPE n LENGTH 3,
element_id TYPE if_fdt_types=>id,
structure_id TYPE if_fdt_types=>id,
table_id TYPE if_fdt_types=>id,
END OF s_element
|
|
2 | TS_ELEMENT | Public | See coding | Element list | 20051027 | ts_element TYPE SORTED TABLE OF s_element
WITH UNIQUE KEY position
|
Method Signatures
Method GET_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20051027 | ||
2 | ![]() |
RTS_ELEMENT | Value transfer | Type reference (TYPE) | TS_ELEMENT | Element List | 20051027 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20051110 |
Method SET_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITS_ELEMENT | Call by reference | Type reference (TYPE) | TS_ELEMENT | Element List | 20051027 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Invalid Input | 20051208 |
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in |