SAP ABAP Interface IF_OBJECT_MAP (IF_OBJECT_MAP)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WD-ABA (Application Component) Web Screen Tools - ABAP
     SWDP_METADATA_API_BASIC (Package) Shared Data
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
Interface IF_OBJECT_MAP  
Short Description    
General Data
Package SWDP_METADATA_API_BASIC   Shared Data 
Created 20020827   SAP 
Last changed 20070911   SAP 
Unicode checks active    
Forward declarations
Interface IF_OBJECT_MAP has no forward declaration.
Interfaces
Interface IF_OBJECT_MAP has no interface.
Friends
Interface IF_OBJECT_MAP has no friend.
Attributes
Interface 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
Interface IF_OBJECT_MAP has no event.
Types
Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface 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 Interface IF_OBJECT_MAP has no exception.
History
Last changed by/on SAP  20070911 
SAP Release Created in 630