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 | Instance method | Public | Method | Checks whether key is contained | 20020827 | |
| 2 | Instance method | Public | Method | Checks whether value is contained | 20020827 | |
| 3 | Instance method | Public | Method | Returns a Value to the Key | 20020827 | |
| 4 | Instance method | Public | Method | Returns the Object at a Specific Position | 20020830 | |
| 5 | Instance method | Public | Method | Returns all Keys | 20020827 | |
| 6 | Instance method | Public | Method | Returns the Position of an Object in the Map | 20020830 | |
| 7 | Instance method | Public | Method | Returns all Values | 20020827 | |
| 8 | Instance method | Public | Method | Returns an Iterator for Objects Contained | 20020918 | |
| 9 | Instance method | Public | Method | Returns Objects as an Internal Table | 20021107 | |
| 10 | Instance method | Public | Method | Checks Whether Map Contains Elements | 20020827 | |
| 11 | 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 | KEY | Call by reference | Type reference (TYPE) | ANY | 20020827 | ||||
| 2 | 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 | RETURN | Value transfer | Type reference (TYPE) | FLAG | allgemeines flag | 20020827 | |||
| 2 | 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 | KEY | Call by reference | Type reference (TYPE) | ANY | 20020827 | ||||
| 2 | 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 | POSITION | Value transfer | Type reference (TYPE) | INT4 | 20020830 | ||||
| 2 | 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 | 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 | POSITION | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20020830 | |||
| 2 | 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 | 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 | 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 | 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 | 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 | 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 |