SAP ABAP Class CL_ODL_TRANSFORM (Transformation)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
⤷
AR_FND_SM_ODL_PROCESS (Package) Social Media - OData Layer - Process (Release Indep.)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_CONTEXT | Interface, a BAdI Context has to Implement | 20140305 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODL_COLLECT_TRANSFORM | Collector for Transformation BAdI | 20130529 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODL_TRANSFORM_INT | Transformation Interface | 20130528 |
Properties
| Class | CL_ODL_TRANSFORM | |
| Short Description | Transformation | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AR_FND_SM_ODL_PROCESS | Social Media - OData Layer - Process (Release Indep.) |
| Created | 20130528 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ODL_TRANSFORM has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_CONTEXT | Interface, a BAdI Context has to Implement | 20140305 | ||
| 2 | IF_ODL_COLLECT_TRANSFORM | Collector for Transformation BAdI | 20130529 | ||
| 3 | IF_ODL_TRANSFORM_INT | Transformation Interface | 20130528 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ODL_PROCESS_CONTROLLER | 20130528 | OData Process Controller |
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 | 20130528 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_ODL_MODEL_CONTROLLER_INT | if_ODL_MODEL_CONTROLLER_int | 20130529 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TT_IMPLEMENTATION | 20130529 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130528 |
Events
Class CL_ODL_TRANSFORM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_IMPLEMENTATION | Private | See coding | 20130529 | BEGIN OF ts_implementation,
release TYPE saprelease,
implementation TYPE REF TO if_odl_transform_int,
END OF ts_implementation
|
||
| 2 | TT_IMPLEMENTATION | Private | See coding | 20130529 | tt_implementation TYPE STANDARD TABLE OF ts_implementation 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 | 20130528 |
Method CONSTRUCTOR on class CL_ODL_TRANSFORM has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 100 |