SAP ABAP Class CL_ODL702_TRANSFORM (CL_ODL702_TRANSFORM)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
⤷
AR_702_SM_ODL_PROCESS (Package) Social Media - OData Layer - Process (Release Dep.)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODL702_TRANSFORM_INT | if_ODL702_TRANSFORM_property | 20130529 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODL_TRANSFORM_INT | Transformation Interface | 20130529 |
Properties
| Class | CL_ODL702_TRANSFORM | |
| Short Description | CL_ODL702_TRANSFORM | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AR_702_SM_ODL_PROCESS | Social Media - OData Layer - Process (Release Dep.) |
| Created | 20130529 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ODL702_TRANSFORM_INT | if_ODL702_TRANSFORM_property | 20130529 | ||
| 2 | IF_ODL_TRANSFORM_INT | Transformation Interface | 20130529 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ODL_BADI702_TRANSFORM | 20130531 | Class for BAdI Impl.: ODL702_TRANSFORM |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ODL_PROCESS_CONTROLLER_INT | 20130529 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ODL_MODEL_CONTROLLER_INT | if_ODL_MODEL_CONTROLLER_int | 20130529 | |||
| 3 | Instance attribute | Private | See coding | OData Object | 20130716 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130529 | ||
| 2 | Instance method | Private | Method | 20130709 | ||
| 3 | Instance method | Private | Method | 20130709 | ||
| 4 | Instance method | Private | Method | 20130729 | ||
| 5 | Instance method | Private | Method | 20130709 | ||
| 6 | Instance method | Private | Method | 20130710 | ||
| 7 | Instance method | Private | Method | 20130716 | ||
| 8 | Instance method | Private | Method | 20130716 | ||
| 9 | Instance method | Private | Method | 20130709 | ||
| 10 | Instance method | Private | Method | 20130709 | ||
| 11 | Instance method | Private | Method | 20130709 | ||
| 12 | Instance method | Private | Method | 20130710 |
Events
Class CL_ODL702_TRANSFORM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ENTITY | Public | See coding | 20130529 | BEGIN OF ts_entity,
name TYPE string,
id TYPE string,
navprops TYPE STANDARD TABLE OF REF TO if_odl_navprop WITH DEFAULT KEY,
properties TYPE STANDARD TABLE OF REF TO if_odl_prop WITH DEFAULT KEY,
END OF ts_entity
|
||
| 2 | TS_ENTITYSET | Public | See coding | 20130529 | BEGIN OF ts_entityset,
name TYPE string,
id TYPE string,
next_link TYPE string,
entities TYPE if_odl_entity_int=>tt_entity,
count TYPE i,
END OF ts_entityset
|
||
| 3 | TS_ERROR | Public | See coding | 20130729 | BEGIN OF ts_error,
code TYPE string,
message TYPE string,
xml TYPE xstring,
END OF ts_error
|
||
| 4 | TS_LINK | Public | See coding | 20140602 | BEGIN OF ts_link,
type TYPE string,
rel TYPE string,
href TYPE string,
title TYPE string,
object TYPE REF TO if_odl_object,
END OF ts_link
|
||
| 5 | TS_PROPSIMPLE | Public | See coding | 20130529 | BEGIN OF ts_propsimple,
name TYPE string,
type TYPE string,
value TYPE string,
END OF ts_propsimple
|
||
| 6 | TT_PROPERTY | Public | See coding | 20130529 | tt_property TYPE STANDARD TABLE OF ts_propsimple WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_ODL_PROCESS_CONTROLLER_INT | 20130529 |
Method CONSTRUCTOR on class CL_ODL702_TRANSFORM has no exception.
Method DESERIALIZE_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20130709 | ||||
| 2 | RO_ENTITY | Value transfer | Object reference (TYPE REF TO) | IF_ODL_ENTITY_INT | OData Entity | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ODL Process Layer: Exception (702) | 20130710 |
Method DESERIALIZE_ENTITYSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20130709 | ||||
| 2 | RO_ENTITYSET | Value transfer | Object reference (TYPE REF TO) | IF_ODL_ENTITYSET_INT | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ODL Process Layer: Exception (702) | 20130710 |
Method DESERIALIZE_ERROR_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_XML | Call by reference | Type reference (TYPE) | XSTRING | SXML Reader Interface | 20130729 | |||
| 2 | RS_ERROR | Value transfer | Type reference (TYPE) | TS_ERROR | 20130729 |
Method DESERIALIZE_ERROR_XML on class CL_ODL702_TRANSFORM has no exception.
Method DESERIALIZE_NAVPROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20130709 | ||||
| 2 | RO_NAVPROP | Value transfer | Object reference (TYPE REF TO) | IF_ODL_NAVPROP | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ODL Process Layer: Exception (702) | 20130710 |
Method DESERIALIZE_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_READER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_READER | 20130710 | ||||
| 2 | RO_PROP | Value transfer | Object reference (TYPE REF TO) | IF_ODL_PROP | IF_ODL_PROPERTY | 20130710 |
Method DESERIALIZE_PROP on class CL_ODL702_TRANSFORM has no exception.
Method RECURSION_STACK_POP Signature
Method RECURSION_STACK_POP on class CL_ODL702_TRANSFORM has no parameter.
Method RECURSION_STACK_POP on class CL_ODL702_TRANSFORM has no exception.
Method RECURSION_STACK_PUSH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_ODL_OBJECT | OData Object | 20130716 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ODL Process Layer: Exception (702) | 20130716 |
Method SERIALIZE_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY | Call by reference | Object reference (TYPE REF TO) | IF_ODL_ENTITY | OData Entity | 20130709 | |||
| 2 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer Interface | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ODL Process Layer: Exception (702) | 20130710 | ||
| 2 | ODL Process Layer: Dynamic Exception (702) | 20140423 |
Method SERIALIZE_ENTITYSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITYSET | Call by reference | Object reference (TYPE REF TO) | IF_ODL_ENTITYSET | if_odl_entity_set | 20130709 | |||
| 2 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer Interface | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ODL Process Layer: Exception (702) | 20130710 | ||
| 2 | ODL Process Layer: Dynamic Exception (702) | 20140423 |
Method SERIALIZE_NAVPROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NAVPROP | Call by reference | Object reference (TYPE REF TO) | IF_ODL_NAVPROP | IF_ODL_NAVIGATION_PROPERTY | 20130709 | |||
| 2 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer Interface | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ODL Process Layer: Exception (702) | 20130710 |
Method SERIALIZE_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_PROP | Call by reference | Object reference (TYPE REF TO) | IF_ODL_PROP | 20130710 | ||||
| 2 | IO_WRITER | Call by reference | Object reference (TYPE REF TO) | IF_SXML_WRITER | SXML Writer Interface | 20130710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | ODL Process Layer: Exception (702) | 20130710 | ||
| 2 | ODL Process Layer: Dynamic Exception (702) | 20140423 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 100 |