SAP ABAP Class CL_RSODP_R3IS_PS_CONVERTER (PoleStar Converter)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSODP (Package) Operational Data Provisioning (BW Part)
⤷
⤷
Properties
| Class | CL_RSODP_R3IS_PS_CONVERTER | |
| Short Description | PoleStar Converter | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSODP | Operational Data Provisioning (BW Part) |
| Created | 20090519 | SAP |
| Last change | 20130531 | SAP |
| 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
Class CL_RSODP_R3IS_PS_CONVERTER has no interface implemented.
Friends
Class CL_RSODP_R3IS_PS_CONVERTER 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) | RSINFOPROV | InfoProvider | 20090630 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TTH_INSTANCES | 20090630 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | TT_CONVERSION_AGENTS | 20090630 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20090630 | ||
| 2 | Instance method | Private | Constructor | CONSTRUCTOR | 20090630 | |
| 3 | Instance method | Public | Method | 20090630 | ||
| 4 | Instance method | Public | Method | 20090630 | ||
| 5 | Instance method | Public | Method | 20090630 | ||
| 6 | Static method | Public | Method | 20090630 | ||
| 7 | Instance method | Public | Method | 20100125 | ||
| 8 | Instance method | Public | Method | 20090630 | ||
| 9 | Static method | Public | Method | 20091201 | ||
| 10 | Instance method | Public | Method | 20090630 | ||
| 11 | Instance method | Public | Method | 20091201 | ||
| 12 | Instance method | Public | Method | 20090630 | ||
| 13 | Instance method | Private | Method | 20090630 | ||
| 14 | Instance method | Private | Method | 20090630 | ||
| 15 | Instance method | Private | Method | 20090630 |
Events
Class CL_RSODP_R3IS_PS_CONVERTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCES | Private | See coding | 20090630 | BEGIN OF ts_instances,
infoprov TYPE rsinfoprov,
instance TYPE REF TO cl_rsodp_r3is_ps_converter,
END OF ts_instances
|
||
| 2 | TTH_INSTANCES | Private | See coding | 20090630 | tth_instances TYPE HASHED TABLE OF ts_instances WITH UNIQUE KEY infoprov
|
||
| 3 | TT_CONVERSION_AGENTS | Public | See coding | 20090630 | tt_conversion_agents TYPE STANDARD TABLE OF REF TO cl_rsodp_r3is_ps_conv_agent WITH DEFAULT KEY
|
Method Signatures
Method COMMIT Signature
Method COMMIT on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20090630 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20090630 |
Method CONSTRUCTOR on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
Method CREATE_CONVERSION_INDICES Signature
Method CREATE_CONVERSION_INDICES on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20090630 |
Method DELETE_CONVERSION_INDICES Signature
Method DELETE_CONVERSION_INDICES on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20090630 |
Method DO_CONVERSIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TR_CONVERSION_AGENTS | Call by reference | Type reference (TYPE) | TT_CONVERSION_AGENTS | 20090630 | ||||
| 2 | I_T_DATA | Call by reference | Type reference (TYPE) | TABLE | 20090630 |
Method DO_CONVERSIONS on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
Method FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20090630 | |||
| 2 | R_CONVERTER | Value transfer | Object reference (TYPE REF TO) | CL_RSODP_R3IS_PS_CONVERTER | PoleStar Converter | 20090630 |
Method FACTORY on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
Method GET_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TH_MAPPING | Value transfer | Type reference (TYPE) | IF_RSDDTPS_MAPPING=>TN_TH_MAPPING | 20100125 |
Method GET_MAPPING on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
Method GET_POLESTAR_INDEX_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_JOIN_INDICES | Call by reference | Type reference (TYPE) | TREXT_JOIN_INDEX | Join-Index | 20090630 | |||
| 2 | E_T_JOIN_PATHS | Call by reference | Type reference (TYPE) | TREXT_JOIN_PATHS | Join-Pfade | 20090630 | |||
| 3 | E_T_STATIC_JOIN_CONDITIONS | Call by reference | Type reference (TYPE) | TREXT_STATIC_JOIN_CONDITION | Statische Join-Bedingung | 20090630 | |||
| 4 | E_T_VIEW_ATTRIBUTES | Call by reference | Type reference (TYPE) | TREXT_VIEW_ATTRIBUTES | View-Attribute | 20090630 | |||
| 5 | I_FACT_INDEX | Call by reference | Type reference (TYPE) | TREX_RFC-INDEX_ID | Index-ID | 20090630 |
Method GET_POLESTAR_INDEX_METADATA on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
Method POLESTAR_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INFOPROV | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20091201 | |||
| 2 | R_BOOL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20091201 |
Method POLESTAR_ACTIVE on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
Method PREPARE Signature
Method PREPARE on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20090630 |
Method ROLLBACK Signature
Method ROLLBACK on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20091201 |
Method WRITE_CONVERSIONS Signature
Method WRITE_CONVERSIONS on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler | 20090630 |
Method _CREATE_AGENTS Signature
Method _CREATE_AGENTS on class CL_RSODP_R3IS_PS_CONVERTER has no parameter.
Method _CREATE_AGENTS on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
Method _GET_AGENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_TR_AGENTS | Value transfer | Type reference (TYPE) | TT_CONVERSION_AGENTS | 20090630 |
Method _GET_AGENTS on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
Method _GET_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ATTRNAME | Call by reference | Type reference (TYPE) | TREXD_ATTR_NAME | Attributname | 20090630 | |||
| 2 | R_INDEXNAME | Value transfer | Type reference (TYPE) | TREX_RFC-INDEX_ID | Index-ID | 20090630 |
Method _GET_INDEX on class CL_RSODP_R3IS_PS_CONVERTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |