SAP ABAP Class IF_ADT_SRL_CONTENT_HANDLER (Responsible for mapping raw data to typed data objects.)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20090616 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ADT_SRL_ASXML_HANDLER | Generic abap xml content handler | 20090529 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ADT_SRL_PLAIN_TEXT_HANDLER | serialize/deserialize plain source code | 20090908 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ADT_SRL_ST_HANDLER | Content Handler for Simple Transformations | 20100716 |
Properties
| Class | IF_ADT_SRL_CONTENT_HANDLER | |
| Short Description | Responsible for mapping raw data to typed data objects. | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20090518 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_ADT_SRL_CONTENT_HANDLER has no forward declaration.
Interfaces
Class IF_ADT_SRL_CONTENT_HANDLER has no interface implemented.
Friends
Class IF_ADT_SRL_CONTENT_HANDLER has no friend class.
Attributes
Class IF_ADT_SRL_CONTENT_HANDLER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Converts the given request into a data structure | 20090518 | |
| 2 | Instance method | Public | Method | Returns the content type this handler supports | 20090518 | |
| 3 | Instance method | Public | Method | Converts the given data into a message body | 20090518 |
Events
Class IF_ADT_SRL_CONTENT_HANDLER has no event.
Types
Class IF_ADT_SRL_CONTENT_HANDLER has no local type.
Method Signatures
Method DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | DATA | 20090617 | ||||
| 2 | REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_REST_REQUEST | Request | 20090518 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101221 |
Method GET_SUPPORTED_CONTENT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | SADT_CONTENT_TYPE | General name for a data type | 20090518 |
Method GET_SUPPORTED_CONTENT_TYPE on class IF_ADT_SRL_CONTENT_HANDLER has no exception.
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | DATA | 20090729 | ||||
| 2 | REQUEST | Call by reference | Object reference (TYPE REF TO) | IF_REST_REQUEST | Request | 20090518 | |||
| 3 | RESPONSE_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_REST_ENTITY | 20100922 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101221 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |