SAP ABAP Class CL_C2S_SAPI_HASHTABLE (Helper class containing a Name-Value hash table)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
⤷
SC2_MDA_GEN (Package) C2 Server: Generation Methods

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20041102 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_C2S_SAPIMODEL_CONTEXT | 20040906 |
Properties
Class | CL_C2S_SAPI_HASHTABLE | |
Short Description | Helper class containing a Name-Value hash table | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SC2_MDA_GEN | C2 Server: Generation Methods |
Created | 20040903 | SAP |
Last change | 20041228 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_C2S_SAPI_HASHTABLE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20041102 |
Friends
Class CL_C2S_SAPI_HASHTABLE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SC2_SAPI_NAMEOBJECT_HT | Hash Table of Name-Object Pairs | 20040906 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SC2_SAPI_NAMEVALUE_HT | Hash Table of Name-Value Pairs | 20040906 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Deletes a Name-Object Pair | 20040906 |
2 | ![]() |
Instance method | Public | Method | Deletes all Name-Object Pairs | 20041028 |
3 | ![]() |
Instance method | Public | Method | Deletes a Name-Value Pair | 20040906 |
4 | ![]() |
Instance method | Public | Method | Deletes all Name-Value Pairs | 20041028 |
5 | ![]() |
Instance method | Public | Method | Returns a Table containing all Names of Name-Object Pairs | 20040909 |
6 | ![]() |
Instance method | Public | Method | Returns a Table containing all Names of Name-Value Pairs | 20040909 |
7 | ![]() |
Instance method | Public | Method | Returns a Table containing all Objects | 20040909 |
8 | ![]() |
Instance method | Public | Method | Returns a Table containing all Values | 20040909 |
9 | ![]() |
Instance method | Public | Method | Gets a Name-Value Pair | 20041110 |
10 | ![]() |
Instance method | Public | Method | Gets a Name-Object Pair | 20040906 |
11 | ![]() |
Instance method | Public | Method | Gets a Name-Value Pair | 20040903 |
12 | ![]() |
Instance method | Public | Method | Sets a Name-Object Pair | 20040906 |
13 | ![]() |
Instance method | Public | Method | Sets a Name-Value Pair | 20040903 |
Events
Class CL_C2S_SAPI_HASHTABLE has no event.
Types
Class CL_C2S_SAPI_HASHTABLE has no local type.
Method Signatures
Method DELETEOBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20040906 |
Method DELETEOBJECT on class CL_C2S_SAPI_HASHTABLE has no exception.
Method DELETEOBJECTS Signature
Method DELETEOBJECTS on class CL_C2S_SAPI_HASHTABLE has no parameter.
Method DELETEOBJECTS on class CL_C2S_SAPI_HASHTABLE has no exception.
Method DELETEVALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20040906 |
Method DELETEVALUE on class CL_C2S_SAPI_HASHTABLE has no exception.
Method DELETEVALUES Signature
Method DELETEVALUES on class CL_C2S_SAPI_HASHTABLE has no parameter.
Method DELETEVALUES on class CL_C2S_SAPI_HASHTABLE has no exception.
Method GETALLNAMESOFOBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RETURN | Value transfer | Type reference (TYPE) | SC2_SAPI_STRINGS_T | List of Strings | 20040909 |
Method GETALLNAMESOFOBJECTS on class CL_C2S_SAPI_HASHTABLE has no exception.
Method GETALLNAMESOFVALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RETURN | Value transfer | Type reference (TYPE) | SC2_SAPI_STRINGS_T | List of Strings | 20040909 |
Method GETALLNAMESOFVALUES on class CL_C2S_SAPI_HASHTABLE has no exception.
Method GETALLOBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RETURN | Value transfer | Type reference (TYPE) | SC2_SAPI_OBJECTS_T | List of Objects | 20040909 |
Method GETALLOBJECTS on class CL_C2S_SAPI_HASHTABLE has no exception.
Method GETALLVALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RETURN | Value transfer | Type reference (TYPE) | SC2_SAPI_STRINGS_T | List of Strings | 20040909 |
Method GETALLVALUES on class CL_C2S_SAPI_HASHTABLE has no exception.
Method GETNAMEOFVALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | STRING | Name | 20041110 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Value | 20041110 |
Method GETNAMEOFVALUE on class CL_C2S_SAPI_HASHTABLE has no exception.
Method GETOBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20040906 | ||
2 | ![]() |
OBJECT | Value transfer | Object reference (TYPE REF TO) | OBJECT | Object | 20040906 |
Method GETOBJECT on class CL_C2S_SAPI_HASHTABLE has no exception.
Method GETVALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20040906 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | Value | 20040906 |
Method GETVALUE on class CL_C2S_SAPI_HASHTABLE has no exception.
Method SETOBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20040906 | ||
2 | ![]() |
OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | Object | 20040906 |
Method SETOBJECT on class CL_C2S_SAPI_HASHTABLE has no exception.
Method SETVALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20040906 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Value | 20040906 |
Method SETVALUE on class CL_C2S_SAPI_HASHTABLE has no exception.
History
Last changed by/on | SAP | 20041228 |
SAP Release Created in |