SAP ABAP Class CL_RSDRV_SRVS_CONV (Data-Manager: Service class for conversion exit)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDRV (Package) Data Manager Virtual InfoProvider
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDRV_SRVS_DTA | Data-Manager: Abstract service class | 20040920 |
Properties
| Class | CL_RSDRV_SRVS_CONV | |
| Short Description | Data-Manager: Service class for conversion exit | |
| Super Class | CL_RSDRV_SRVS_DTA | Data-Manager: Abstract service class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | RSDRV | Data Manager Virtual InfoProvider |
| Created | 20030417 | SAP |
| Last change | 20130531 | 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 CL_RSDRV_SRVS_CONV has no interface implemented.
Friends
Class CL_RSDRV_SRVS_CONV has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | rs_c_false | Has prepare method been called ? | 20030513 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | TP_T_CONVEXIT | Metadata needed for conversion exit | 20030417 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Execute the conversion exit | 20030417 | |
| 2 | Instance method | Public | Method | Prepare the metadata needed for the conversion exits | 20030417 |
Events
Class CL_RSDRV_SRVS_CONV has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_CONVEXIT | Private | See coding | 20030417 | BEGIN OF tp_s_convexit,
chanm TYPE rsd_chanm,
chaalias TYPE rsalias,
idx TYPE i,
funcname TYPE funcname,
END OF tp_s_convexit
|
||
| 2 | TP_T_CONVEXIT | Private | See coding | 20030417 | tp_t_convexit TYPE STANDARD TABLE OF tp_s_convexit
|
Method Signatures
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | Table to change | 20030417 |
Method EXECUTE on class CL_RSDRV_SRVS_CONV has no exception.
Method PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FORCE_CONVERSION | Value transfer | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Force conversion exit execution | 20030417 | ||
| 2 | I_S_DATA | Call by reference | Type reference (TYPE) | ANY | Data to add sids for | 20030417 | |||
| 3 | I_TH_SFC | Call by reference | Type reference (TYPE) | RSDD_TH_SFC | SFC (already adapted) | 20030417 |
Method PREPARE on class CL_RSDRV_SRVS_CONV has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |