SAP ABAP Class CL_SCWM_TRANSF_WT_WO (Transformation Rules for Warehouse Tasks)
Hierarchy
BI_CONT (Software Component) Business Intelligence Content
   BW-BCT-EWM (Application Component) Extended Warehouse Management (not Data Warehouse!)
     RS_BCT_EWM (Package) BW Content: Extended Warehouse Management
Properties
Class CL_SCWM_TRANSF_WT_WO  
Short Description Transformation Rules for Warehouse Tasks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS_BCT_EWM   BW Content: Extended Warehouse Management 
Created 20111206   SAP 
Last change 20141101    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RRX1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SCWM_TRANSF_WT_WO has no interface implemented.
Friends
Class CL_SCWM_TRANSF_WT_WO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 SC_EARLIEST Static Attribute Public Type reference (TYPE) STRING 'EarliestConfirmation' 20120207
2 SC_LATEST Static Attribute Public Type reference (TYPE) STRING 'LatestConfirmation' 20120207
3 SC_PICK_WT Static Attribute Public Type reference (TYPE) CHAR1 '2' Single-Character Flag 20120207
4 SC_PUT_WT Static Attribute Public Type reference (TYPE) CHAR1 '1' Single-Character Flag 20120207
5 SO_WO_ACCESS Static Attribute Private Object reference (TYPE REF TO) IF_SCWM_WO_ACCESS Interface for Warehouse Order Data Access 20111207
6 ST_WT_CONF_DATE_TIME Static Attribute Private See coding 20120207
7 SV_CTEPICK Static Attribute Private Type reference (TYPE) TIMS Field of type TIMS 20120207
8 SV_CTLPICK Static Attribute Private Type reference (TYPE) TIMS Field of type TIMS 20120207
9 SV_CTLPUT Static Attribute Private Type reference (TYPE) TIMS Field of type TIMS 20120207
10 SV_UPDATE_CTEPICK Static Attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120207
11 SV_UPDATE_CTLPICK Static Attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120207
12 SV_UPDATE_CTLPUT Static Attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120207
Methods
# Method Level Visibility Method type Description Created on
1 ASSERT_SRC_FLD_MATCHES_DST_FLD Static method Private Method 20111207
2 CHECK_WT_CONF_DATE Static method Private Method 20111207
3 CHECK_WT_CONF_DATE_TRANSFORM Static method Public Method 20111207
4 CHECK_WT_CONF_TIME_TRANSFORM Static method Public Method 20111207
5 CLASS_CONSTRUCTOR Static method Public Constructor 20111207
6 GET_SAVED_WT_CONF_DATE_TIME Static method Private Method 20111207
7 GET_WTCONFDATIM_FROM_ORDER_DSO Static method Private Method 20111207
8 INIT Static method Public Method 20111208
9 RESET_WO_ACCESS Static method Public Method Reset WO Access Object Reference 20111207
10 SET_WO_ACCESS Static method Public Method 20111207
11 UPD_WT_CONF_DATETIME_TBL Static method Private Method 20111207
Events
Class CL_SCWM_TRANSF_WT_WO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_WO_CONF_DATE_TIME Public See coding 20120131 BEGIN OF s_wo_conf_date_time, wm_lgnum TYPE char4, wm_who TYPE numc10, wm_nbpick TYPE int4, wm_nbput TYPE int4, wm_hdrprty TYPE char4, wm_cdepick TYPE dats, wm_ctepick TYPE tims, wm_cdlpick TYPE dats, wm_ctlpick TYPE tims, wm_cdlput TYPE dats, wm_ctlput TYPE tims, END OF s_wo_conf_date_time
2 S_WT_CONF_DATE_TIME Private See coding 20111207 BEGIN OF s_wt_conf_date_time, lgnum TYPE char4, who TYPE numc10, comparison_criteria TYPE string, warehouse_process_category TYPE char1, confirmed_date TYPE dats, confirmed_time TYPE tims, END OF s_wt_conf_date_time
3 TT_WO_CONF_DATE_TIME Public See coding 20111208 tt_wo_conf_date_time TYPE SORTED TABLE OF s_wo_conf_date_time WITH UNIQUE KEY wm_lgnum wm_who
Method Signatures

Method ASSERT_SRC_FLD_MATCHES_DST_FLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESTINATION_FIELD_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
2 Importing IV_SOURCE_FIELD_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
# Exception Resumable Description Created on
1 CX_RSROUT_SKIP_RECORD 20111207
2 CX_RSROUT_SKIP_VAL 20111207

Method CHECK_WT_CONF_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARISON_CRITERIA Call by reference Type reference (TYPE) STRING 20120207
2 Importing IV_CONFIRMED_DATE Call by reference Type reference (TYPE) DATS Field of type DATS 20120207
3 Importing IV_CONFIRMED_TIME Call by reference Type reference (TYPE) TIMS Field of type TIMS 20120207
4 Importing IV_LGNUM Call by reference Type reference (TYPE) CHAR4 Not More Closely Defined Area, Possibly Used for Patchlevels 20120207
5 Importing IV_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
6 Importing IV_WHO Call by reference Type reference (TYPE) NUMC10 Numeric Character Field, Length 10 20120207
7 Returning RV_STATUS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120207

Method CHECK_WT_CONF_DATE on class CL_SCWM_TRANSF_WT_WO has no exception.

Method CHECK_WT_CONF_DATE_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARISON_CRITERIA Call by reference Type reference (TYPE) STRING 20120207
2 Importing IV_CONFIRMED_DATE Call by reference Type reference (TYPE) DATS Field of type DATS 20120207
3 Importing IV_CONFIRMED_TIME Call by reference Type reference (TYPE) TIMS Field of type TIMS 20120207
4 Importing IV_DESTINATION_FIELD_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
5 Importing IV_LGNUM Call by reference Type reference (TYPE) CHAR4 Not More Closely Defined Area, Possibly Used for Patchlevels 20120207
6 Importing IV_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
7 Importing IV_WHO Call by reference Type reference (TYPE) NUMC10 Numeric Character Field, Length 10 20120207
8 Returning RV_DATE Value transfer Type reference (TYPE) DATS Field of type DATS 20120207
# Exception Resumable Description Created on
1 CX_RSROUT_SKIP_RECORD 20111207
2 CX_RSROUT_SKIP_VAL 20111207

Method CHECK_WT_CONF_TIME_TRANSFORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARISON_CRITERIA Call by reference Type reference (TYPE) STRING 20120207
2 Importing IV_DESTINATION_FIELD_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
3 Importing IV_LGNUM Call by reference Type reference (TYPE) CHAR4 Not More Closely Defined Area, Possibly Used for Patchlevels 20120207
4 Importing IV_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
5 Importing IV_WHO Call by reference Type reference (TYPE) NUMC10 Numeric Character Field, Length 10 20120207
6 Returning RV_TIME Value transfer Type reference (TYPE) TIMS Field of type TIMS 20120207
# Exception Resumable Description Created on
1 CX_RSROUT_SKIP_RECORD 20111207
2 CX_RSROUT_SKIP_VAL 20111207

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_SCWM_TRANSF_WT_WO has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SCWM_TRANSF_WT_WO has no exception.

Method GET_SAVED_WT_CONF_DATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DATE Call by reference Type reference (TYPE) DATS Field of type DATS 20120207
2 Exporting EV_TIME Call by reference Type reference (TYPE) TIMS Field of type TIMS 20120207
3 Importing IV_COMPARISON_CRITERIA Call by reference Type reference (TYPE) STRING 20120207
4 Importing IV_DESTINATION_FIELD_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
5 Importing IV_LGNUM Call by reference Type reference (TYPE) CHAR4 Not More Closely Defined Area, Possibly Used for Patchlevels 20120207
6 Importing IV_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
7 Importing IV_WHO Call by reference Type reference (TYPE) NUMC10 Numeric Character Field, Length 10 20120207
# Exception Resumable Description Created on
1 CX_RSROUT_SKIP_VAL 20111207

Method GET_WTCONFDATIM_FROM_ORDER_DSO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WT_CONF_DATE_TIME Call by reference Type reference (TYPE) S_WT_CONF_DATE_TIME 20120207
2 Exporting EV_SUCCESS Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120207
3 Importing IV_COMPARISON_CRITERIA Call by reference Type reference (TYPE) STRING 20120207
4 Importing IV_LGNUM Call by reference Type reference (TYPE) CHAR4 Not More Closely Defined Area, Possibly Used for Patchlevels 20120207
5 Importing IV_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
6 Importing IV_WHO Call by reference Type reference (TYPE) NUMC10 Numeric Character Field, Length 10 20120207

Method GET_WTCONFDATIM_FROM_ORDER_DSO on class CL_SCWM_TRANSF_WT_WO has no exception.

Method INIT Signature

Method INIT on class CL_SCWM_TRANSF_WT_WO has no parameter.
Method INIT on class CL_SCWM_TRANSF_WT_WO has no exception.

Method RESET_WO_ACCESS Signature

Method RESET_WO_ACCESS on class CL_SCWM_TRANSF_WT_WO has no parameter.
Method RESET_WO_ACCESS on class CL_SCWM_TRANSF_WT_WO has no exception.

Method SET_WO_ACCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WO_ACCESS Call by reference Object reference (TYPE REF TO) IF_SCWM_WO_ACCESS Interface for Warehouse Order Data Access 20111207

Method SET_WO_ACCESS on class CL_SCWM_TRANSF_WT_WO has no exception.

Method UPD_WT_CONF_DATETIME_TBL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPARISON_CRITERIA Call by reference Type reference (TYPE) STRING 20120207
2 Importing IV_CONFIRMED_DATE Call by reference Type reference (TYPE) DATS Field of type DATS 20120207
3 Importing IV_CONFIRMED_TIME Call by reference Type reference (TYPE) TIMS Field of type TIMS 20120207
4 Importing IV_LGNUM Call by reference Type reference (TYPE) CHAR4 Not More Closely Defined Area, Possibly Used for Patchlevels 20120207
5 Importing IV_TRART Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20120207
6 Importing IV_WHO Call by reference Type reference (TYPE) NUMC10 Numeric Character Field, Length 10 20120207
7 Returning RV_STATUS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20120207

Method UPD_WT_CONF_DATETIME_TBL on class CL_SCWM_TRANSF_WT_WO has no exception.
History
Last changed by/on SAP  20141101 
SAP Release Created in 7X7