SAP ABAP Class IF_SIMPLEPROPTREE (Simple Interface for Attributes Tree)
Properties
| Class | IF_SIMPLEPROPTREE | |
| Short Description | Simple Interface for Attributes Tree | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 19991026 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SIMPLEPROPTREE has no forward declaration.
Interfaces
Class IF_SIMPLEPROPTREE has no interface implemented.
Friends
Class IF_SIMPLEPROPTREE has no friend class.
Attributes
Class 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
Class IF_SIMPLEPROPTREE has no event.
Types
Class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class IF_SIMPLEPROPTREE has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in |