SAP ABAP Class CL_VBC_DO_CONTAINER (Data Objects Container)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-VBZ (Application Component) Visual Business
⤷
VBC_BUSINESS_OBJECTS (Package) Business Object Layer (Application Logic)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_VBC_APROPERTY_CONTAINER | Abstract Property Conatiner | 20081125 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_VBC_DO_CONTAINER | DO Container Interface | 20081127 |
Properties
| Class | CL_VBC_DO_CONTAINER | |
| Short Description | Data Objects Container | |
| Super Class | CL_VBC_APROPERTY_CONTAINER | Abstract Property Conatiner |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | VBC_BUSINESS_OBJECTS | Business Object Layer (Application Logic) |
| Created | 20081125 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_VBC_DO_CONTAINER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_VBC_DO_CONTAINER | DO Container Interface | 20081127 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_VBC_DO_CONTAINER | 20081125 | Data Objects Container | |
| 2 | CL_VBC_DO_CONTAINER_FACTORY | 20081125 | Visual Object Factory |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | '%@%USER_DOMAIN%@%' | Service Endpoint Placholder for User Domain | 20081126 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'Domain="%@%USER_DOMAIN%@%"' | Service Endpoint Placholder for User Domain Full | 20081126 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | '%@%OPERATION_NAME%@%' | Service Endpoint Placholder for Operation Name | 20081126 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'OperationName="%@%OPERATION_NAME%@%"' | Service Endpoint Placholder for Operation Name Full | 20081126 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | '%@%PASSWORD%@%' | Service Endpoint Placholder for Password | 20081126 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'Password="%@%PASSWORD%@%"' | Service Endpoint Placholder for Password Full | 20081126 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | '%@%SERVICE_NAME%@%' | Service Endpoint Placholder for Service Name | 20081126 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'ServiceName="%@%SERVICE_NAME%@%"' | Service Endpoint Placholder for Service Name Full | 20081126 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | '%@%USER_NAME%@%' | Service Endpoint Placholder for User Name | 20081126 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'UserName="%@%USER_NAME%@%"' | Service Endpoint Placholder for User Name Full | 20081126 | ||
| 11 | Constant | Public | Type reference (TYPE) | STRING | '%@%WSDL_URL%@%' | Service Endpoint Placholder for WSDL | 20081126 | ||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'Wsdl="%@%WSDL_URL%@%"' | Service Endpoint Placholder for WSDL Full | 20081126 | ||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'Domain=""' | Empty Domain Node in XML File | 20081126 | ||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'OperationName=""' | Empty Operation Node in XML File | 20081126 | ||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'Password=""' | Empty Password Node in XML File | 20081126 | ||
| 16 | Constant | Public | Type reference (TYPE) | STRING | 'ServiceName=""' | Empty Service Node in XML File | 20081126 | ||
| 17 | Constant | Public | Type reference (TYPE) | STRING | 'UserName=""' | Empty User Node in XML File | 20081126 | ||
| 18 | Constant | Public | Type reference (TYPE) | STRING | 'Wsdl=""' | Empty WSDL Node in XML File | 20081126 | ||
| 19 | Constant | Private | Type reference (TYPE) | TABNAME | 'VBCD_DO' | Table Name | 20091123 | ||
| 20 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_VBC_SEP_MANAGER | Service Endpoint Manager | 20081127 | |||
| 21 | Instance attribute | Private | Type reference (TYPE) | VBC_T_DO | Data Object Table | 20081125 | |||
| 22 | Instance attribute | Private | Attribute reference (LIKE) | 20100812 | |||||
| 23 | Instance attribute | Private | Attribute reference (LIKE) | 20100812 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20100610 | ||
| 2 | Instance method | Private | Method | 20100610 | ||
| 3 | Instance method | Private | Method | Get DO Table | 20081127 | |
| 4 | Instance method | Private | Method | 20100610 | ||
| 5 | Instance method | Private | Method | 20100610 | ||
| 6 | Instance method | Private | Method | Set DO Table | 20081127 | |
| 7 | Instance method | Public | Method | Update the Service Endpoints from the DO Table | 20081127 |
Events
Class CL_VBC_DO_CONTAINER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_OBJECT_KEY | Private | See coding | 20091123 | BEGIN OF ty_object_key,
mandt TYPE mandt,
model_id TYPE vbc_model_id,
version TYPE vbc_version,
object_id TYPE vbc_object_id,
revision TYPE vbc_revision,
mod_revision TYPE vbc_revision,
* revision_mod TYPE vbc_changed_flag,
END OF ty_object_key
|
Method Signatures
Method GET_DATA Signature
Method GET_DATA on class CL_VBC_DO_CONTAINER has no parameter.
Method GET_DATA on class CL_VBC_DO_CONTAINER has no exception.
Method GET_DATA_ENC Signature
Method GET_DATA_ENC on class CL_VBC_DO_CONTAINER has no parameter.
Method GET_DATA_ENC on class CL_VBC_DO_CONTAINER has no exception.
Method GET_DO_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_DO | Value transfer | Type reference (TYPE) | VBC_T_DO | Data Object Table | 20081127 |
Method GET_DO_TABLE on class CL_VBC_DO_CONTAINER has no exception.
Method SET_DATA Signature
Method SET_DATA on class CL_VBC_DO_CONTAINER has no parameter.
Method SET_DATA on class CL_VBC_DO_CONTAINER has no exception.
Method SET_DATA_FROM_XML Signature
Method SET_DATA_FROM_XML on class CL_VBC_DO_CONTAINER has no parameter.
Method SET_DATA_FROM_XML on class CL_VBC_DO_CONTAINER has no exception.
Method SET_DO_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DO | Call by reference | Type reference (TYPE) | VBC_T_DO | Data Object Table | 20091118 |
Method SET_DO_TABLE on class CL_VBC_DO_CONTAINER has no exception.
Method UPDATE_SERVICE_ENDPOINTS Signature
Method UPDATE_SERVICE_ENDPOINTS on class CL_VBC_DO_CONTAINER has no parameter.
Method UPDATE_SERVICE_ENDPOINTS on class CL_VBC_DO_CONTAINER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 702 |