SAP ABAP Interface IF_SIMPLEPROPTREE (Simple Interface for Attributes Tree)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-GUI (Application Component) Graphical User Interface
⤷
SCET (Package) Control Enabling Technology / Control Framework

⤷

⤷

Properties
Interface | IF_SIMPLEPROPTREE | |
Short Description | Simple Interface for Attributes Tree |
General Data
Package | SCET | Control Enabling Technology / Control Framework |
Created | 19991026 | SAP |
Last changed | 00000000 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SIMPLEPROPTREE has no forward declaration.
Interfaces
Interface IF_SIMPLEPROPTREE has no interface.
Friends
Interface IF_SIMPLEPROPTREE has no friend.
Attributes
Interface IF_SIMPLEPROPTREE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Create new Child | 19991026 |
2 | ![]() |
Instance method | Public | Method | Returns the Child with Index |
19991026 |
3 | ![]() |
Instance method | Public | Method | Returns the Child with Key |
19991030 |
4 | ![]() |
Instance method | Public | Method | Returns the Number of Children | 19991026 |
5 | ![]() |
Instance method | Public | Method | Returns the Key of the Node | 19991030 |
6 | ![]() |
Instance method | Public | Method | Returns the Name of the Node | 19991030 |
7 | ![]() |
Instance method | Public | Method | Reading a Value | 19991026 |
8 | ![]() |
Instance method | Public | Method | Is the PropTree empty? | 19991026 |
9 | ![]() |
Instance method | Public | Method | Does the Value with Name exist? | 19991026 |
10 | ![]() |
Instance method | Public | Method | Delete Child | 19991026 |
11 | ![]() |
Instance method | Public | Method | Delete Child with Key |
19991030 |
12 | ![]() |
Instance method | Public | Method | Remove Value | 19991026 |
13 | ![]() |
Instance method | Public | Method | Sets Value | 19991026 |
Events
Interface IF_SIMPLEPROPTREE has no event.
Types
Interface IF_SIMPLEPROPTREE has no local type.
Method Signatures
Method CREATE_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHILD | Value transfer | Object reference (TYPE REF TO) | IF_SIMPLEPROPTREE | Das Kindchen | 19991026 | ||
2 | ![]() |
KEY | Call by reference | Type reference (TYPE) | STRING | Schlüssel des Knotens | 19991030 | ||
3 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name des Knotens | 19991026 |
Method CREATE_CHILD on Interface IF_SIMPLEPROPTREE has no exception.
Method GET_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | I | Index | 19991026 | ||
2 | ![]() |
RETVAL | Value transfer | Object reference (TYPE REF TO) | IF_SIMPLEPROPTREE | Das Kind | 19991026 |
Method GET_CHILD on Interface IF_SIMPLEPROPTREE has no exception.
Method GET_CHILD_BY_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
KEY | Call by reference | Type reference (TYPE) | STRING | Schlüssel des Knotens | 19991030 | ||
2 | ![]() |
RETVAL | Value transfer | Object reference (TYPE REF TO) | IF_SIMPLEPROPTREE | Das Kind | 19991030 |
Method GET_CHILD_BY_KEY on Interface IF_SIMPLEPROPTREE has no exception.
Method GET_CHILD_COUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COUNT | Value transfer | Type reference (TYPE) | I | Anzahl Kinder | 19991026 |
Method GET_CHILD_COUNT on Interface IF_SIMPLEPROPTREE has no exception.
Method GET_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_KEY | Value transfer | Type reference (TYPE) | STRING | Schlüssel des Knotens | 19991030 |
Method GET_KEY on Interface IF_SIMPLEPROPTREE has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_NAME | Value transfer | Type reference (TYPE) | STRING | Name des Knotens | 19991030 |
Method GET_NAME on Interface IF_SIMPLEPROPTREE has no exception.
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEFAULTVALUE | Call by reference | Type reference (TYPE) | STRING | Default Wert falls prop nicht vorhanden | 19991026 | ||
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 19991026 | ||
3 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | Wert | 19991026 |
Method GET_VALUE on Interface IF_SIMPLEPROPTREE has no exception.
Method IS_EMPTY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RETVAL | Value transfer | Type reference (TYPE) | CHAR01 | 'X' wenn leer | 19991026 |
Method IS_EMPTY on Interface IF_SIMPLEPROPTREE has no exception.
Method IS_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name des Werts | 19991026 | ||
2 | ![]() |
RETVAL | Value transfer | Type reference (TYPE) | CHAR01 | Liefert 'X', wenn Name vorhanden | 19991026 |
Method IS_VALUE on Interface IF_SIMPLEPROPTREE has no exception.
Method REMOVE_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | I | Index des Kindknotens | 19991026 |
Method REMOVE_CHILD on Interface IF_SIMPLEPROPTREE has no exception.
Method REMOVE_CHILD_BY_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
KEY | Call by reference | Type reference (TYPE) | STRING | Knotenschlüssel | 19991030 |
Method REMOVE_CHILD_BY_KEY on Interface IF_SIMPLEPROPTREE has no exception.
Method REMOVE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name des Wertes | 19991026 |
Method REMOVE_VALUE on Interface IF_SIMPLEPROPTREE has no exception.
Method SET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name des Wert | 19991026 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Wert | 19991026 |
Method SET_VALUE on Interface IF_SIMPLEPROPTREE has no exception.
History
Last changed by/on | SAP | 00000000 |
SAP Release Created in |