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 CREATE_CHILD Instance method Public Method Create new Child 19991026
2 GET_CHILD Instance method Public Method Returns the Child with Index 19991026
3 GET_CHILD_BY_KEY Instance method Public Method Returns the Child with Key 19991030
4 GET_CHILD_COUNT Instance method Public Method Returns the Number of Children 19991026
5 GET_KEY Instance method Public Method Returns the Key of the Node 19991030
6 GET_NAME Instance method Public Method Returns the Name of the Node 19991030
7 GET_VALUE Instance method Public Method Reading a Value 19991026
8 IS_EMPTY Instance method Public Method Is the PropTree empty? 19991026
9 IS_VALUE Instance method Public Method Does the Value with Name exist? 19991026
10 REMOVE_CHILD Instance method Public Method Delete Child 19991026
11 REMOVE_CHILD_BY_KEY Instance method Public Method Delete Child with Key 19991030
12 REMOVE_VALUE Instance method Public Method Remove Value 19991026
13 SET_VALUE 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 Returning CHILD Value transfer Object reference (TYPE REF TO) IF_SIMPLEPROPTREE Das Kindchen 19991026
2 Importing KEY Call by reference Type reference (TYPE) STRING Schlüssel des Knotens 19991030
3 Importing 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 Importing INDEX Call by reference Type reference (TYPE) I Index 19991026
2 Returning 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 Importing KEY Call by reference Type reference (TYPE) STRING Schlüssel des Knotens 19991030
2 Returning 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 Returning 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 Returning 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 Returning 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 Importing DEFAULTVALUE Call by reference Type reference (TYPE) STRING Default Wert falls prop nicht vorhanden 19991026
2 Importing NAME Call by reference Type reference (TYPE) STRING Name 19991026
3 Returning 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 Returning 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 Importing NAME Call by reference Type reference (TYPE) STRING Name des Werts 19991026
2 Returning 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 Importing 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 Importing 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 Importing 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 Importing NAME Call by reference Type reference (TYPE) STRING Name des Wert 19991026
2 Importing 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