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 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
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 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 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 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 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 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 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 Returning 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 Returning 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 Returning 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 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 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 Returning 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 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 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 Importing 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 Importing 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 Importing 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 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 class IF_SIMPLEPROPTREE has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in