SAP ABAP Class CL_RSDG_IPRO_ACTIVATE (Activate InfoProvider)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSDG (Package) BW: Data basis generation
⤷
⤷
Properties
| Class | CL_RSDG_IPRO_ACTIVATE | |
| Short Description | Activate InfoProvider | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSDG | BW: Data basis generation |
| Created | 20120924 | SAP |
| Last change | 20140121 | 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_RSDG_IPRO_ACTIVATE has no interface implemented.
Friends
Class CL_RSDG_IPRO_ACTIVATE 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 | 20121126 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | BALLOGHNDL | Log Handle (SBAL) | 20121126 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSTLOGO | TLOGO Type of the InfoProvider | 20121126 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RS_T_MSG | Table with Messages | 20121126 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | Constructor | 20121126 | |
| 2 | Instance method | Public | Method | Get Log Handle (SBAL) | 20121126 | |
| 3 | Static method | Public | Method | Get Reference to Instance of the Class | 20121126 | |
| 4 | Instance method | Public | Method | Get Table with Messages | 20121126 | |
| 5 | Instance method | Public | Method | Start Activation | 20121126 | |
| 6 | Instance method | Private | Method | Activate LPOA Object | 20121126 | |
| 7 | Instance method | Private | Method | Activate ODSO Object | 20121126 | |
| 8 | Instance method | Private | Method | Add Message | 20121126 | |
| 9 | Instance method | Private | Method | Add Messages of an Exception | 20121126 | |
| 10 | Instance method | Private | Method | Initialize Attribute Values | 20121126 | |
| 11 | Instance method | Private | Method | Open or Close Log (OPEN, CLOSE) | 20121126 |
Events
Class CL_RSDG_IPRO_ACTIVATE has no event.
Types
Class CL_RSDG_IPRO_ACTIVATE has no local type.
Method Signatures
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 | 20121126 |
Method CONSTRUCTOR on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method GET_LOG_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_LOG_HANDLE | Value transfer | Type reference (TYPE) | BALLOGHNDL | Log Handle (SBAL) | 20121126 |
Method GET_LOG_HANDLE on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method GET_R_INSTANCE 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 | 20121126 | |||
| 2 | R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_RSDG_IPRO_ACTIVATE | Reference to Instance of the Class | 20121126 |
Method GET_R_INSTANCE on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method GET_T_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_MSG | Value transfer | Type reference (TYPE) | RS_T_MSG | Table with Messages | 20121126 |
Method GET_T_MSG on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method START Signature
Method START on class CL_RSDG_IPRO_ACTIVATE has no parameter.
Method START on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method _ACTIVATE_LPOA Signature
Method _ACTIVATE_LPOA on class CL_RSDG_IPRO_ACTIVATE has no parameter.
Method _ACTIVATE_LPOA on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method _ACTIVATE_ODSO Signature
Method _ACTIVATE_ODSO on class CL_RSDG_IPRO_ACTIVATE has no parameter.
Method _ACTIVATE_ODSO on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method _ADD_MSG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Message Class | 20121126 | |||
| 2 | I_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Message Number | 20121126 | |||
| 3 | I_MSGTY | Call by reference | Type reference (TYPE) | SYMSGTY | RS_C_ERROR | Message Type | 20121126 | ||
| 4 | I_MSGV1 | Call by reference | Type reference (TYPE) | ANY | Message Variable 1 | 20121126 | |||
| 5 | I_MSGV2 | Call by reference | Type reference (TYPE) | ANY | Message Variable 2 | 20121126 | |||
| 6 | I_MSGV3 | Call by reference | Type reference (TYPE) | ANY | Message Variable 3 | 20121126 | |||
| 7 | I_MSGV4 | Call by reference | Type reference (TYPE) | ANY | Message Variable 4 | 20121126 |
Method _ADD_MSG on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method _ADD_R_EXC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_EXC | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Reference to Exception | 20121126 |
Method _ADD_R_EXC on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method _INIT Signature
Method _INIT on class CL_RSDG_IPRO_ACTIVATE has no parameter.
Method _INIT on class CL_RSDG_IPRO_ACTIVATE has no exception.
Method _LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OPEN_CLOSE | Call by reference | Type reference (TYPE) | STRING | Open or Close Log (OPEN, CLOSE) | 20121126 |
Method _LOG on class CL_RSDG_IPRO_ACTIVATE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |