SAP ABAP Class CL_RECA_DATA_CONTAINER (Container with Data (Value Transfer))
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
RE-FX (Application Component) Flexible Real Estate Management
⤷
RE_CA_BC (Package) RE: Base (Technical Objects - Library)

⤷

⤷

Properties
Class | CL_RECA_DATA_CONTAINER | |
Short Description | Container with Data (Value Transfer) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RE_CA_BC | RE: Base (Technical Objects - Library) |
Created | 20030606 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RECA_DATA_CONTAINER has no forward declaration.
Interfaces
Class CL_RECA_DATA_CONTAINER has no interface implemented.
Friends
Class CL_RECA_DATA_CONTAINER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTYPE_T_DATA | Data Table | 20030606 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Write New Data to Container | 20030606 |
2 | ![]() |
Instance method | Public | Method | Deletes All Data of Container | 20030606 |
3 | ![]() |
Instance method | Public | Method | Copy Data from Other Container | 20030606 |
4 | ![]() |
Instance method | Public | Method | Read Data from the Container | 20030606 |
5 | ![]() |
Instance method | Public | Method | Read All Data from Container | 20071210 |
6 | ![]() |
Instance method | Public | Method | Delete Data in Container | 20030606 |
7 | ![]() |
Instance method | Public | Method | Replace Data in Container | 20030606 |
8 | ![]() |
Instance method | Public | Method | Move Data in Container | 20071210 |
Events
Class CL_RECA_DATA_CONTAINER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MTYPE_S_DATA | Public | See coding | Single Date | 20031002 | BEGIN OF mtype_s_data,
id TYPE string,
data_ref TYPE REF TO data,
obj_ref TYPE REF TO object,
type TYPE typename,
END OF mtype_s_data
|
|
2 | MTYPE_T_DATA | Public | See coding | Table of Dates in Container | 20031002 | mtype_t_data TYPE SORTED TABLE OF mtype_s_data
WITH UNIQUE KEY id
|
Method Signatures
Method ADD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ID | Call by reference | Type reference (TYPE) | RECASTRING | ID des Datensatzes | 20030606 | ||
2 | ![]() |
IX_DATA | Call by reference | Type reference (TYPE) | ANY | Daten (Daten- oder Objektreferenz) | 20030606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Datenobjekt unter dieser ID existiert bereits | 20030606 | |
2 | ![]() |
Typ stimmt nicht überein | 20030606 |
Method CLEAR Signature
Method CLEAR on class CL_RECA_DATA_CONTAINER has no parameter.
Method CLEAR on class CL_RECA_DATA_CONTAINER has no exception.
Method CLONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_RECA_DATA_CONTAINER | Quell-Container | 20030606 |
Method CLONE on class CL_RECA_DATA_CONTAINER has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ED_TYPE | Call by reference | Type reference (TYPE) | TYPENAME | Typ der Daten | 20030606 | ||
2 | ![]() |
EX_DATA | Call by reference | Type reference (TYPE) | ANY | Daten (Daten- oder Objektreferenz) | 20030606 | ||
3 | ![]() |
ID_ID | Call by reference | Type reference (TYPE) | RECASTRING | ID des Datensatzes | 20030606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Datenobjekt unter dieser ID existiert nicht | 20030606 | |
2 | ![]() |
Datenobjekt hat nicht den mitgegebenen Typ | 20030606 |
Method GET_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_LIST | Call by reference | Type reference (TYPE) | MTYPE_T_DATA | Tabelle der Daten im Container | 20071210 |
Method GET_LIST on class CL_RECA_DATA_CONTAINER has no exception.
Method REMOVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ID | Call by reference | Type reference (TYPE) | RECASTRING | ID des Datensatzes | 20030606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Datenobjekt unter dieser ID existiert nicht | 20030606 |
Method SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_ID | Call by reference | Type reference (TYPE) | RECASTRING | ID des Datensatzes | 20030606 | ||
2 | ![]() |
IX_DATA | Call by reference | Type reference (TYPE) | ANY | Daten (Daten- oder Objektreferenz) | 20030606 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Datenobjekt hat nicht den mitgegebenen Typ | 20030606 |
Method SET_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_LIST | Call by reference | Type reference (TYPE) | MTYPE_T_DATA | 20071210 |
Method SET_LIST on class CL_RECA_DATA_CONTAINER has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 200 |