SAP ABAP Class CL_RSL_MI_RUN (Execution of Import Process)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSL_MI (Package) Analytic Indexes
⤷
⤷
Properties
| Class | CL_RSL_MI_RUN | |
| Short Description | Execution of Import Process | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSL_MI | Analytic Indexes |
| Created | 20100329 | 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_RSL_MI_RUN has no interface implemented.
Friends
Class CL_RSL_MI_RUN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | Run states (constants) | 20100329 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSL_MI_RUN_ID | Execution Instance for Import Processes | 20100329 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | GT_S_PROP | Run properties | 20100329 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get instance (factory) | 20100329 | |
| 2 | Instance method | Public | Method | Get Properties | 20100329 | |
| 3 | Static method | Public | Method | Create new instance for import process | 20100329 | |
| 4 | Instance method | Public | Method | Set state | 20100329 | |
| 5 | Instance method | Private | Method | Read from DB | 20100329 | |
| 6 | Instance method | Private | Method | Save on DB | 20100329 |
Events
Class CL_RSL_MI_RUN has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GT_S_PROP | Public | See coding | Run properties | 20100329 | begin of GT_S_PROP,
run_id type rsl_mi_run_id,
aindex_id type rsl_aindex_id,
run_state type rsl_mi_run_state,
START_USER type rsl_mi_run-start_user,
START_TIME type rsl_mi_run-start_time,
END_TIME type rsl_mi_run-end_time,
end of GT_S_PROP
|
Method Signatures
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REFRESH | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Refresh from DB | 20100329 | ||
| 2 | I_RUN_ID | Call by reference | Type reference (TYPE) | RSL_MI_RUN_ID | Ausführungs-Instanz für Import-Prozesse | 20100329 | |||
| 3 | R_R_RUN | Value transfer | Object reference (TYPE REF TO) | CL_RSL_MI_RUN | Ausführung Import Prozess | 20100329 |
Method GET_INSTANCE on class CL_RSL_MI_RUN has no exception.
Method GET_PROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_S_PROP | Value transfer | Type reference (TYPE) | GT_S_PROP | Run properties | 20100329 |
Method GET_PROP on class CL_RSL_MI_RUN has no exception.
Method NEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AINDEX_ID | Call by reference | Type reference (TYPE) | RSL_AINDEX_ID | Analytischer Index ID | 20100329 | |||
| 2 | R_R_RUN | Value transfer | Object reference (TYPE REF TO) | CL_RSL_MI_RUN | Ausführung Import Prozess | 20100329 |
Method NEW on class CL_RSL_MI_RUN has no exception.
Method SET_RUN_STATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RUN_STATE | Call by reference | Type reference (TYPE) | RSL_MI_RUN_STATE | Status der Ausführung für Import Prozess | 20100329 |
Method SET_RUN_STATE on class CL_RSL_MI_RUN has no exception.
Method _READ_DB Signature
Method _READ_DB on class CL_RSL_MI_RUN has no parameter.
Method _READ_DB on class CL_RSL_MI_RUN has no exception.
Method _SAVE Signature
Method _SAVE on class CL_RSL_MI_RUN has no parameter.
Method _SAVE on class CL_RSL_MI_RUN has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |