SAP ABAP Class IF_OBJECT_MAP (IF_OBJECT_MAP)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OBJECT_MAP Object Collection with String Key 20020827
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_OBJECT_MAP_PROXY Object Collection with String Key 20020827
Properties
Class IF_OBJECT_MAP  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20020827   SAP 
Last change 20070911   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_OBJECT_MAP has no forward declaration.
Interfaces
Class IF_OBJECT_MAP has no interface implemented.
Friends
Class IF_OBJECT_MAP has no friend class.
Attributes
Class IF_OBJECT_MAP has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONTAINS_KEY Instance method Public Method Checks whether key is contained 20020827
2 CONTAINS_VALUE Instance method Public Method Checks whether value is contained 20020827
3 GET Instance method Public Method Returns a Value to the Key 20020827
4 GET_BY_POSITION Instance method Public Method Returns the Object at a Specific Position 20020830
5 GET_KEYS Instance method Public Method Returns all Keys 20020827
6 GET_POSITION Instance method Public Method Returns the Position of an Object in the Map 20020830
7 GET_VALUES Instance method Public Method Returns all Values 20020827
8 GET_VALUES_ITERATOR Instance method Public Method Returns an Iterator for Objects Contained 20020918
9 GET_VALUES_TABLE Instance method Public Method Returns Objects as an Internal Table 20021107
10 IS_EMPTY Instance method Public Method Checks Whether Map Contains Elements 20020827
11 SIZE Instance method Public Method Returns the Number of Elements Contained 20020827
Events
Class IF_OBJECT_MAP has no event.
Types
Class IF_OBJECT_MAP has no local type.
Method Signatures

Method CONTAINS_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) ANY 20020827
2 Returning RETURN Value transfer Type reference (TYPE) FLAG allgemeines flag 20020827

Method CONTAINS_KEY on class IF_OBJECT_MAP has no exception.

Method CONTAINS_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Type reference (TYPE) FLAG allgemeines flag 20020827
2 Importing VALUE Call by reference Object reference (TYPE REF TO) OBJECT 20020827

Method CONTAINS_VALUE on class IF_OBJECT_MAP has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) ANY 20020827
2 Returning VALUE Value transfer Object reference (TYPE REF TO) OBJECT 20020827

Method GET on class IF_OBJECT_MAP has no exception.

Method GET_BY_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing POSITION Value transfer Type reference (TYPE) INT4 20020830
2 Returning VALUE Value transfer Object reference (TYPE REF TO) OBJECT 20020830

Method GET_BY_POSITION on class IF_OBJECT_MAP has no exception.

Method GET_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning KEYS Value transfer Type reference (TYPE) STRING_TABLE Tabelle von Strings 20020827

Method GET_KEYS on class IF_OBJECT_MAP has no exception.

Method GET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning POSITION Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20020830
2 Importing VALUE Call by reference Object reference (TYPE REF TO) OBJECT 20020830

Method GET_POSITION on class IF_OBJECT_MAP has no exception.

Method GET_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUES Value transfer Object reference (TYPE REF TO) IF_OBJECT_COLLECTION 20020827

Method GET_VALUES on class IF_OBJECT_MAP has no exception.

Method GET_VALUES_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE_ITERATOR Value transfer Object reference (TYPE REF TO) IF_OBJECT_COLLECTION_ITERATOR 20020918

Method GET_VALUES_ITERATOR on class IF_OBJECT_MAP has no exception.

Method GET_VALUES_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUES Value transfer Type reference (TYPE) WDY_OBJECT_MAP_ELEMENT_TABLE Tabelle von Objekten einer Objektmap 20021107

Method GET_VALUES_TABLE on class IF_OBJECT_MAP has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_EMPTY Value transfer Type reference (TYPE) FLAG allgemeines flag 20020827

Method IS_EMPTY on class IF_OBJECT_MAP has no exception.

Method SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SIZE Value transfer Type reference (TYPE) I 20020827

Method SIZE on class IF_OBJECT_MAP has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in