SAP ABAP Class CL_RSLPO_PC_TPL_THREADS (Object with table of process chain threads)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DBA (Application Component) Data Basis
⤷
RSLPO_PC_TEMPLATE (Package) Logical Partitioning: Generate Process Chains
⤷
⤷
Properties
| Class | CL_RSLPO_PC_TPL_THREADS | |
| Short Description | Object with table of process chain threads | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSLPO_PC_TEMPLATE | Logical Partitioning: Generate Process Chains |
| Created | 20081015 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RSLPO_PC_TPL_THREADS has no interface implemented.
Friends
Class CL_RSLPO_PC_TPL_THREADS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | CL_RSLPO_PC_TEMPLATE=>TY_T_THREAD | 20081015 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20081209 | ||
| 2 | Static method | Public | Method | 20081209 | ||
| 3 | Static method | Public | Method | 20081209 |
Events
Class CL_RSLPO_PC_TPL_THREADS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_THREAD | Public | See coding | 20081015 | BEGIN OF ty_s_thread,
dtp TYPE rspc_variant,
dtp_tgt TYPE rsbktgtnm,
dtp_tgttp TYPE rsbktgttp,
followup TYPE rs_bool,
rollup TYPE rs_bool,
serial TYPE i,
serial_order TYPE i,
txtlg TYPE rstxtlg,
END OF ty_s_thread
|
||
| 2 | TY_T_THREAD | Public | See coding | 20081015 | ty_t_thread TYPE STANDARD TABLE OF ty_s_thread
WITH NON-UNIQUE DEFAULT KEY
|
||
| 3 | TY_T_THREAD_DB | Public | See coding | 20081015 | ty_t_thread_db TYPE STANDARD TABLE OF rslpo_pc_thread
WITH NON-UNIQUE KEY chain_id objvers
|
Method Signatures
Method GET_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DTP_TGT | Call by reference | Type reference (TYPE) | RSBKTGTNM | Name des Datenziels eines Datentransferprozesses | 20081209 | |||
| 2 | E_DTP_TGTTP | Call by reference | Type reference (TYPE) | RSBKTGTTP | Typ des Zielobjekts eines Datentransferprozesses | 20081209 | |||
| 3 | E_TXTLG | Call by reference | Type reference (TYPE) | RSTXTLG | Beschreibung lang | 20081209 | |||
| 4 | I_DTP | Call by reference | Type reference (TYPE) | RSPC_VARIANT | 20081209 |
Method GET_INFO on class CL_RSLPO_PC_TPL_THREADS has no exception.
Method IS_CONVERTIBLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TLOGO_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | BW Repository: TLOGO Objekt und Typ | 20081209 | |||
| 2 | R_CONVERTIBLE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20081209 |
Method IS_CONVERTIBLE on class CL_RSLPO_PC_TPL_THREADS has no exception.
Method NEEDS_SERIAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TLOGO_OBJNM | Call by reference | Type reference (TYPE) | SOBJ_NAME | Objektname im Objektkatalog | 20081209 | |||
| 2 | R_SERIAL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20081209 |
Method NEEDS_SERIAL on class CL_RSLPO_PC_TPL_THREADS has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 720 |