SAP ABAP Class CL_RSODP_R3IS_LOAD_STATUS (ODP Load: Status Handling)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSODP (Package) Operational Data Provisioning (BW Part)

⤷

⤷

Properties
Class | CL_RSODP_R3IS_LOAD_STATUS | |
Short Description | ODP Load: Status Handling | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSODP | Operational Data Provisioning (BW Part) |
Created | 20090319 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSODP_R3IS_LOAD_STATUS has no forward declaration.
Interfaces
Class CL_RSODP_R3IS_LOAD_STATUS has no interface implemented.
Friends
Class CL_RSODP_R3IS_LOAD_STATUS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | 20090319 | ||||
2 | ![]() |
Constant | Public | See coding | 20090319 | ||||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSBTC_BATCH_ID | Batch ID | 20090319 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20090319 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SY-LANGU | Language Key of Current Text Environment | 20090319 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | Natural Number | 20090319 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TTH_INSTANCES | 20090319 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Constructor | CONSTRUCTOR | 20090319 |
2 | ![]() |
Instance method | Public | Method | 20090331 | |
3 | ![]() |
Instance method | Public | Method | 20090319 | |
4 | ![]() |
Static method | Public | Method | 20090319 | |
5 | ![]() |
Instance method | Public | Method | 20090327 | |
6 | ![]() |
Instance method | Public | Method | 20090319 | |
7 | ![]() |
Instance method | Public | Method | 20090331 | |
8 | ![]() |
Instance method | Public | Method | 20090319 | |
9 | ![]() |
Instance method | Public | Method | 20090319 |
Events
Class CL_RSODP_R3IS_LOAD_STATUS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_INSTANCE | Private | See coding | 20090319 | BEGIN OF ts_instance,
batch_id TYPE rsbtc_batch_id,
package_number TYPE int4,
instance TYPE REF TO cl_rsodp_r3is_load_status,
END OF ts_instance
|
||
2 | TTH_INSTANCES | Private | See coding | 20090319 | tth_instances TYPE HASHED TABLE OF ts_instance WITH UNIQUE KEY batch_id package_number
|
||
3 | TT_LOAD_SELECTIONS | Public | See coding | 20090319 | tt_load_selections TYPE STANDARD TABLE OF rsodploadsel
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BATCH_ID | Call by reference | Type reference (TYPE) | RSBTC_BATCH_ID | Batch Id | 20090319 | ||
2 | ![]() |
I_PACKAGE_NUMBER | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20090319 |
Method CONSTRUCTOR on class CL_RSODP_R3IS_LOAD_STATUS has no exception.
Method CREATE_LOAD 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 | 20090331 | ||
2 | ![]() |
I_IS_UPDATE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20090331 | ||
3 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20090331 | ||
4 | ![]() |
I_LOAD_SELECTIONS | Call by reference | Type reference (TYPE) | STRING | 20090331 | |||
5 | ![]() |
I_OLD_PARTITIONS | Call by reference | Type reference (TYPE) | STRING | 20090331 | |||
6 | ![]() |
I_OLD_PARTITION_LIST | Call by reference | Type reference (TYPE) | STRING | 20090331 | |||
7 | ![]() |
I_OLD_SELECTIONS | Call by reference | Type reference (TYPE) | STRING | 20090331 | |||
8 | ![]() |
I_PARTITION_LIST | Call by reference | Type reference (TYPE) | STRING | 20090331 | |||
9 | ![]() |
I_QUERY_PARTITIONS | Call by reference | Type reference (TYPE) | STRING | 20090331 | |||
10 | ![]() |
I_QUERY_SELECTIONS | Call by reference | Type reference (TYPE) | STRING | 20090331 |
Method CREATE_LOAD on class CL_RSODP_R3IS_LOAD_STATUS has no exception.
Method CREATE_LOAD_SELECTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_LOAD_SELECTIONS | Call by reference | Type reference (TYPE) | TT_LOAD_SELECTIONS | 20090319 |
Method CREATE_LOAD_SELECTIONS on class CL_RSODP_R3IS_LOAD_STATUS has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_BATCH_ID | Call by reference | Type reference (TYPE) | RSBTC_BATCH_ID | Batch Id | 20090319 | ||
2 | ![]() |
I_PACKAGE_NUMBER | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20090319 | ||
3 | ![]() |
R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_RSODP_R3IS_LOAD_STATUS | Statushandling | 20090319 |
Method GET_INSTANCE on class CL_RSODP_R3IS_LOAD_STATUS has no exception.
Method GET_LOAD_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_STATUS | Value transfer | Type reference (TYPE) | RSODPLOADSTAT | Status | 20090327 |
Method GET_LOAD_STATUS on class CL_RSODP_R3IS_LOAD_STATUS has no exception.
Method GET_TOTAL_PACKAGE_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_STATUS | Value transfer | Type reference (TYPE) | RSODPLOADSTAT | Status | 20090319 |
Method GET_TOTAL_PACKAGE_STATUS on class CL_RSODP_R3IS_LOAD_STATUS has no exception.
Method IS_UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_IS_UPDATE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20090331 |
Method IS_UPDATE on class CL_RSODP_R3IS_LOAD_STATUS has no exception.
Method SET_LOAD_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STATUS | Call by reference | Type reference (TYPE) | RSODPLOADSTAT | Status | 20090319 |
Method SET_LOAD_STATUS on class CL_RSODP_R3IS_LOAD_STATUS has no exception.
Method SET_PACKAGE_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STATUS | Call by reference | Type reference (TYPE) | RSODPPACKSTAT | ODP: Status eines Datenpakets | 20090319 |
Method SET_PACKAGE_STATUS on class CL_RSODP_R3IS_LOAD_STATUS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 702 |