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 C_LOAD_STATUS Constant Public See coding 20090319
2 C_PACKAGE_STATUS Constant Public See coding 20090319
3 P_BATCH_ID Instance attribute Private Type reference (TYPE) RSBTC_BATCH_ID Batch ID 20090319
4 P_INFOPROV Instance attribute Private Type reference (TYPE) RSINFOPROV InfoProvider 20090319
5 P_LANGU Instance attribute Private Type reference (TYPE) SY-LANGU Language Key of Current Text Environment 20090319
6 P_PACKAGE_NUMBER Instance attribute Private Type reference (TYPE) INT4 Natural Number 20090319
7 P_TH_INSTANCES Static Attribute Private Type reference (TYPE) TTH_INSTANCES 20090319
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor CONSTRUCTOR 20090319
2 CREATE_LOAD Instance method Public Method 20090331
3 CREATE_LOAD_SELECTIONS Instance method Public Method 20090319
4 GET_INSTANCE Static method Public Method 20090319
5 GET_LOAD_STATUS Instance method Public Method 20090327
6 GET_TOTAL_PACKAGE_STATUS Instance method Public Method 20090319
7 IS_UPDATE Instance method Public Method 20090331
8 SET_LOAD_STATUS Instance method Public Method 20090319
9 SET_PACKAGE_STATUS 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 Importing I_BATCH_ID Call by reference Type reference (TYPE) RSBTC_BATCH_ID Batch Id 20090319
2 Importing 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 Importing I_INFOPROV Call by reference Type reference (TYPE) RSINFOPROV InfoProvider 20090331
2 Importing I_IS_UPDATE Call by reference Type reference (TYPE) RS_BOOL Boolean 20090331
3 Importing I_LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20090331
4 Importing I_LOAD_SELECTIONS Call by reference Type reference (TYPE) STRING 20090331
5 Importing I_OLD_PARTITIONS Call by reference Type reference (TYPE) STRING 20090331
6 Importing I_OLD_PARTITION_LIST Call by reference Type reference (TYPE) STRING 20090331
7 Importing I_OLD_SELECTIONS Call by reference Type reference (TYPE) STRING 20090331
8 Importing I_PARTITION_LIST Call by reference Type reference (TYPE) STRING 20090331
9 Importing I_QUERY_PARTITIONS Call by reference Type reference (TYPE) STRING 20090331
10 Importing 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 Importing 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 Importing I_BATCH_ID Call by reference Type reference (TYPE) RSBTC_BATCH_ID Batch Id 20090319
2 Importing I_PACKAGE_NUMBER Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20090319
3 Returning 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 Returning 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 Returning 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 Returning 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 Importing 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 Importing 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