SAP ABAP Interface IF_VBC_APP_SERIALIZER (Serializer Interface)
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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_VBC_AAPP_SERIALIZER | Abstract Model Serializer | 20100527 |
Properties
| Interface | IF_VBC_APP_SERIALIZER | |
| Short Description | Serializer Interface |
General Data
| Package | VBC_BUSINESS_OBJECTS | Business Object Layer (Application Logic) |
| Created | 20100527 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_VBC_APP_SERIALIZER has no interface.
Friends
Interface IF_VBC_APP_SERIALIZER has no friend.
Attributes
Interface IF_VBC_APP_SERIALIZER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get the serialization as string table | 20100527 | |
| 2 | Instance method | Public | Method | Get the serialization as xstring table | 20100527 | |
| 3 | Instance method | Public | Method | Transfer the login data | 20100527 | |
| 4 | Instance method | Public | Method | Transfer wsdl data | 20100527 | |
| 5 | Instance method | Public | Method | Configure the Serializer | 20100527 |
Events
Interface IF_VBC_APP_SERIALIZER has no event.
Types
Interface IF_VBC_APP_SERIALIZER has no local type.
Method Signatures
Method GET_STRING_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_APP | Call by reference | Object reference (TYPE REF TO) | IF_VBC_APP | 20100527 | ||||
| 2 | IV_MODE | Call by reference | Type reference (TYPE) | VBC_SERIALIZE_MODE | '0' | Serialization mode | 20100527 | ||
| 3 | RT_STRING_TAB | Value transfer | Type reference (TYPE) | VBC_T_SSTREAM | String Stream Table | 20100527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Serialization Exception | 20100527 |
Method GET_XSTRING_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_APP | Call by reference | Object reference (TYPE REF TO) | IF_VBC_APP | 20100527 | ||||
| 2 | IV_MODE | Call by reference | Type reference (TYPE) | VBC_SERIALIZE_MODE | '0' | Serialization mode | 20100527 | ||
| 3 | RT_T_XSTREAM | Value transfer | Type reference (TYPE) | VBC_T_XSTREAM | XString Stream Table | 20100527 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Serialization Exception | 20100527 |
Method IS_LOGIN_DATA_INCLUDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | VBC_BOOLEAN | Boolean values TRUE (='X') and FALSE (= ' ') | 20100527 |
Method IS_LOGIN_DATA_INCLUDED on Interface IF_VBC_APP_SERIALIZER has no exception.
Method IS_WSDL_INCLUDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RESULT | Value transfer | Type reference (TYPE) | VBC_BOOLEAN | Boolean values TRUE (='X') and FALSE (= ' ') | 20100527 |
Method IS_WSDL_INCLUDED on Interface IF_VBC_APP_SERIALIZER has no exception.
Method SET_EXPORT_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONF_TYPE | Call by reference | Type reference (TYPE) | VBC_CONF_TYPE | Context type | 20100527 | |||
| 2 | IV_INCLUDE_LOGIN_DATA | Call by reference | Type reference (TYPE) | VBC_BOOLEAN | SPACE | Do Not Export Login Date (Username, Password) | 20100527 | ||
| 3 | IV_INCLUDE_WSDL | Call by reference | Type reference (TYPE) | VBC_BOOLEAN | SPACE | Do Not Export WSDL Address | 20100527 |
Method SET_EXPORT_PARAMETER on Interface IF_VBC_APP_SERIALIZER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |