SAP ABAP Interface IF_RSB_SERVICE (Service IF for Data Processing)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSB (Package) Business Information Warehouse: Data Marts
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSB_DEST | Open Hub Destination | 20011123 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSB_SERVICE_EXTRACT | Open Hub: Service Extraction | 20011102 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSB_SERVICE_TRANSFORM | Open Hub: Transformation Service | 20020201 |
Properties
| Interface | IF_RSB_SERVICE | |
| Short Description | Service IF for Data Processing |
General Data
| Package | RSB | Business Information Warehouse: Data Marts |
| Created | 20011101 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | RS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_RSB_SERVICE has no interface.
Friends
Interface IF_RSB_SERVICE has no friend.
Attributes
Interface IF_RSB_SERVICE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | After Execution of Service for All Data Packages | 20020428 | |
| 2 | Instance method | Public | Method | Before Execution of Service for All Data Packages | 20020106 | |
| 3 | Instance method | Public | Method | Check for Extraction Validity | 20011210 | |
| 4 | Instance method | Public | Method | Executes Service | 20011101 | |
| 5 | Instance method | Public | Event handling method | Event Handler for Event: Request Terminated | 20011210 | |
| 6 | Instance method | Public | Event handling method | Event Handler for Event: Request Ended | 20011210 | |
| 7 | Instance method | Public | Event handling method | Event Handler for Event: Request was Started | 20020124 | |
| 8 | Static method | Public | Method | Instantiating Service | 20011102 | |
| 9 | Instance method | Public | Method | Request Terminated | 20021114 | |
| 10 | Instance method | Public | Method | Sets Overall Status of Request to 'Green' | 20060105 | |
| 11 | Instance method | Public | Method | Sets Overall Status of Request to 'Red' | 20060105 |
Events
Interface IF_RSB_SERVICE has no event.
Types
Interface IF_RSB_SERVICE has no local type.
Method Signatures
Method AFTER_EXECUTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IN_PROGRESS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20020428 | ||
| 2 | I_R_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSB_LOG | Open Hub: Protokoll zum Request | 20020428 | |||
| 3 | I_R_STEP | Call by reference | Object reference (TYPE REF TO) | CL_RSB_STEP | Open Hub Request: Teilschritt | 20020428 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit T100 Fehlermeldung | 20020428 |
Method BEFORE_EXECUTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_IN_PROGRESS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20020106 | ||
| 2 | I_R_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSB_LOG | Open Hub: Protokoll zum Request | 20020106 | |||
| 3 | I_R_STEP | Call by reference | Object reference (TYPE REF TO) | CL_RSB_STEP | Open Hub Request: Teilschritt | 20020326 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit T100 Fehlermeldung | 20020106 |
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_LOG_REQUEST | Call by reference | Object reference (TYPE REF TO) | CL_RSB_LOG_REQUEST | Open Hub: Log zum Request | 20030929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit T100 Fehlermeldung | 20030828 |
Method DOIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_LINES | Call by reference | Type reference (TYPE) | RSBKLINES | DTP Datenpaket: Anzahl Zeilen | 20090518 | |||
| 2 | E_R_DATA | Call by reference | Object reference (TYPE REF TO) | CL_RSB_DATA | auslaufende Daten | 20011101 | |||
| 3 | I_DATAPID | Call by reference | Type reference (TYPE) | RSDATAPID | Datenpaketnummer | 20011102 | |||
| 4 | I_R_DATA | Call by reference | Object reference (TYPE REF TO) | CL_RSB_DATA | einlaufende Daten | 20011101 | |||
| 5 | I_R_LOG_STEP | Call by reference | Object reference (TYPE REF TO) | CL_RSB_LOG_STEP | Open Hub: Log zum Teilschritt | 20011210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Request Verteiler für Open Hub | 20040119 |
Method EVENT_HANDLER_ERROR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUID | Call by reference | Type reference (TYPE) | 20011210 | |||||
| 2 | I_R_ERROR_CLASS | Call by reference | Type reference (TYPE) | 20011210 | |||||
| 3 | I_TSTMP | Call by reference | Type reference (TYPE) | 20011210 |
Method EVENT_HANDLER_ERROR on Interface IF_RSB_SERVICE has no exception.
Method EVENT_HANDLER_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUID | Call by reference | Type reference (TYPE) | 20011210 | |||||
| 2 | I_TSTMP | Call by reference | Type reference (TYPE) | 20011210 |
Method EVENT_HANDLER_FINISHED on Interface IF_RSB_SERVICE has no exception.
Method EVENT_HANDLER_START Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUID | Call by reference | Type reference (TYPE) | 20020124 | |||||
| 2 | I_TSTMP | Call by reference | Type reference (TYPE) | 20020124 |
Method EVENT_HANDLER_START on Interface IF_RSB_SERVICE has no exception.
Method INSTANTIATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_R_SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_RSB_SERVICE | Service-IF zur Datenverarbeitung | 20011102 | |||
| 2 | I_IN_PROGRESS | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20011210 | ||
| 3 | I_R_STEP | Call by reference | Object reference (TYPE REF TO) | CL_RSB_STEP | Open Hub Request: Teilschritt | 20011102 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit T100 Fehlermeldung | 20011114 |
Method REQUEST_ROLLBACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSB_LOG | Open Hub: Protokoll zum Request | 20021114 | |||
| 2 | I_R_STEP | Call by reference | Object reference (TYPE REF TO) | CL_RSB_STEP | Open Hub Request: Teilschritt | 20021114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception mit T100 Fehlermeldung | 20021114 |
Method SET_USTATE_GREEN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUID | Call by reference | Type reference (TYPE) | RSBREQUIDOUT | Request im Zielobjekt einer InfoSpoke | 20060105 | |||
| 2 | I_R_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSB_LOG | Open Hub: Log zum Request | 20060105 |
Method SET_USTATE_GREEN on Interface IF_RSB_SERVICE has no exception.
Method SET_USTATE_RED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUID | Call by reference | Type reference (TYPE) | RSBREQUIDOUT | Request im Zielobjekt einer InfoSpoke | 20060105 | |||
| 2 | I_R_LOG | Call by reference | Object reference (TYPE REF TO) | CL_RSB_LOG | Open Hub: Log zum Request | 20060105 |
Method SET_USTATE_RED on Interface IF_RSB_SERVICE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 30A |