SAP ABAP Class CL_WB_DATA_CONTAINER (Data Container for Passing Values)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-UTL-BRR (Application Component) Repository Browser
⤷
SWBM_INTERNAL (Package) Internal Objects within SWBM
⤷
⤷
Properties
| Class | CL_WB_DATA_CONTAINER | |
| Short Description | Data Container for Passing Values | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWBM_INTERNAL | Internal Objects within SWBM |
| Created | 19990629 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_WB_DATA_CONTAINER has no interface implemented.
Friends
Class CL_WB_DATA_CONTAINER 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) | LTY_DATA_OBJECT_DIRECTORY | Data Object Directory | 19990629 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Data Object to Container | 19990629 | |
| 2 | Instance method | Public | Method | Read Data Object from Container | 19990629 | |
| 3 | Instance method | Public | Method | Read IDs and Types of All Data Objects | 19990629 | |
| 4 | Instance method | Public | Method | Delete Data Object from Container | 19990629 | |
| 5 | Instance method | Public | Method | Read Data Object from Container | 20000719 |
Events
Class CL_WB_DATA_CONTAINER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_DATA_OBJECT_DIRECTORY | Private | See coding | Data Object Directory | 19990629 | |
|
| 2 | LTY_DATA_OBJECT_ENTRY | Private | See coding | Line of Data Object Table | 19990629 | |
Method Signatures
Method ADD_DATA_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DATA | Call by reference | Type reference (TYPE) | ANY | Datenobjekt | 19990629 | |||
| 2 | P_ID | Value transfer | Type reference (TYPE) | SEU_CONTID | Name des Datenobjekts im Container | 19990629 | |||
| 3 | P_TYPE | Value transfer | Type reference (TYPE) | TYPENAME | Typ der Daten | 19990629 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Datenobjekt unter dieser ID existiert bereits | 19990629 | ||
| 2 | Datenobjekt hat nicht den mitgegebenen Typ | 19990629 |
Method GET_DATA_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DATA | Call by reference | Type reference (TYPE) | ANY | Datenobjekt | 19990629 | |||
| 2 | P_ID | Call by reference | Type reference (TYPE) | SEU_CONTID | ID des Datenobjekt im Container | 19990629 | |||
| 3 | P_TYPE | Call by reference | Type reference (TYPE) | TYPENAME | Typ des Datenobjekts | 19990629 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Datenobjekt unter dieser ID existiert nicht | 19990629 | ||
| 2 | Datenobjekt hat nicht den mitgegebenen Typ | 19990729 |
Method GET_DATA_OBJECT_INFOS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DATA_OBJECT_INFO | Value transfer | Type reference (TYPE) | WB_CONTTYP_TAB | Typinfo zu Elementen im Datencontainer | 19990629 |
Method GET_DATA_OBJECT_INFOS on class CL_WB_DATA_CONTAINER has no exception.
Method REMOVE_DATA_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_ID | Call by reference | Type reference (TYPE) | SEU_CONTID | ID des Datenobjekts | 19990629 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Datenobjekt unter dieser ID existiert nicht | 19990629 |
Method SET_DATA_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_DATA | Call by reference | Type reference (TYPE) | ANY | Datenobjekt | 20000719 | |||
| 2 | P_ID | Call by reference | Type reference (TYPE) | SEU_CONTID | ID des Datenobjekt im Container | 20000719 | |||
| 3 | P_TYPE | Call by reference | Type reference (TYPE) | TYPENAME | Typ des Datenobjekts | 20000719 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Datenobjekt hat nicht den mitgegebenen Typ | 20000719 |
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in |