SAP ABAP Class CL_RSODSO_SETTING_CFG_PRO (Settings for parallel processing)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSODSO_SETTINGS (Package) Parameter Maintenance for DataStores
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSODSO_SETTING_CONFIG | Settings (generic) | 20120925 |
Properties
| Class | CL_RSODSO_SETTING_CFG_PRO | |
| Short Description | Settings for parallel processing | |
| Super Class | CL_RSODSO_SETTING_CONFIG | Settings (generic) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSODSO_SETTINGS | Parameter Maintenance for DataStores |
| Created | 20120925 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSODSO_SETTING_CFG_PRO has no forward declaration.
Interfaces
Class CL_RSODSO_SETTING_CFG_PRO has no interface implemented.
Friends
Class CL_RSODSO_SETTING_CFG_PRO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | INT4 | 1 | Natural Number | 20121023 | ||
| 2 | Constant | Public | Type reference (TYPE) | INT4 | 2 | Natural Number | 20121023 | ||
| 3 | Constant | Public | Type reference (TYPE) | INT4 | 3 | Natural Number | 20121023 | ||
| 4 | Constant | Public | Type reference (TYPE) | INT4 | 0 | Natural Number | 20121023 | ||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TT_PROCESS | 20121012 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20121015 | ||
| 2 | Instance method | Protected | Method | 20121012 | ||
| 3 | Instance method | Protected | Method | 20121015 |
Events
Class CL_RSODSO_SETTING_CFG_PRO has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PROCESS | Public | See coding | 20121012 | BEGIN OF ts_process,
operation_type TYPE rspc_type,
max_tasks TYPE int4,
server_group TYPE rzllitab-classname,
process_type(1) TYPE c,
END OF ts_process
|
||
| 2 | TT_PROCESS | Public | See coding | 20121012 | tt_process TYPE TABLE OF ts_process WITH KEY operation_type
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_RSODSO_SETTING_CONTEXT | Context | 20121015 |
Method CONSTRUCTOR on class CL_RSODSO_SETTING_CFG_PRO has no exception.
Method GET_DEFAULT_PROCESS_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OPERATION_TYPE | Call by reference | Type reference (TYPE) | RSPC_TYPE | Process Type | 20121012 | |||
| 2 | RS_PROCESS | Value transfer | Type reference (TYPE) | TS_PROCESS | 20121012 |
Method GET_DEFAULT_PROCESS_VALUES on class CL_RSODSO_SETTING_CFG_PRO has no exception.
Method LOAD_PROCESS_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OPERATION_TYPE | Call by reference | Type reference (TYPE) | RSPC_TYPE | Process Type | 20121015 | |||
| 2 | I_VARIANT | Call by reference | Type reference (TYPE) | RSPC_VARIANT | Process Variant (Name) | 20121015 | |||
| 3 | RS_PROCESS | Value transfer | Type reference (TYPE) | TS_PROCESS | 20121015 |
Method LOAD_PROCESS_CONFIG on class CL_RSODSO_SETTING_CFG_PRO has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |