SAP ABAP Class IF_WDK_SERIALIZATION (XML Serialization)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDK_BDC_CONTROLLER | Backend Controller | 20070322 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDK_BE_CONTROLLER | Backend Controller | 20060410 |
Properties
| Class | IF_WDK_SERIALIZATION | |
| Short Description | XML Serialization | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20060403 | SAP |
| Last change | 20070911 | 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 IF_WDK_SERIALIZATION has no interface implemented.
Friends
Class IF_WDK_SERIALIZATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WDK_NODE_REGISTRATION | Interface for registration of nodes | 20070322 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | STRING | Comment | 20060410 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Delete draft after commit was successful | 20060626 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20060410 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Can Deserialize from XML string | 20060619 | |
| 2 | Instance method | Public | Method | Can Serialize into XML string | 20060619 | |
| 3 | Instance method | Public | Method | Deserialize from XML string | 20060410 | |
| 4 | Instance method | Public | Method | Serialize into XML string | 20060410 | |
| 5 | Instance method | Public | Method | Set comment | 20060410 |
Events
Class IF_WDK_SERIALIZATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_KEYMAP | Public | See coding | 20060410 | begin of TS_KEYMAP,
key type string,
value type string,
end of ts_keymap
|
||
| 2 | TS_XKEYMAP | Public | See coding | 20060410 | begin of TS_XKEYMAP,
key type string,
value type xstring,
end of ts_xkeymap
|
||
| 3 | TT_KEYMAP | Public | See coding | 20060410 | tt_keymap type SORTED TABLE OF ts_keymap with UNIQUE key key
|
||
| 4 | TT_XKEYMAP | Public | See coding | 20060410 | tt_xkeymap type SORTED TABLE OF ts_xkeymap with unique key key
|
Method Signatures
Method CAN_DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060619 |
Method CAN_DESERIALIZE on class IF_WDK_SERIALIZATION has no exception.
Method CAN_SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060619 |
Method CAN_SERIALIZE on class IF_WDK_SERIALIZATION has no exception.
Method DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FORCE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20060419 | |||
| 2 | IV_XML | Call by reference | Type reference (TYPE) | XSTRING | 20060410 | ||||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20060410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060410 |
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20060410 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | XSTRING | 20060410 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060410 |
Method SET_COMMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMMENT | Call by reference | Type reference (TYPE) | STRING | 20060410 |
Method SET_COMMENT on class IF_WDK_SERIALIZATION has no exception.
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in |