Removing debug that got committed
This commit is contained in:
@ -823,18 +823,18 @@ WRITE_RECORD:
|
||||
SAPBatchNo = Trim(Record<WO_MAT_SAP_BATCH_NO$>)
|
||||
MakeupBoxOrig = OrigRecord<WO_MAT_MAKEUP_BOX$>
|
||||
|
||||
Begin Case
|
||||
Case ( (MakeupBox EQ True$) and ( (MakeupBoxOrig EQ False$) or (MakeupBoxOrig EQ '') ) and (SAPBatchNo EQ '') )
|
||||
// Intial WIP to MU conversion -> Send CASS_COMP SAP transaction to get a batch number.
|
||||
SAP_Services('AddCassCompTransaction', WOMatKeyID)
|
||||
Case ( (MakeupBox EQ True$) and ( (MakeupBoxOrig EQ False$) or (MakeupBoxOrig EQ '') ) and (SAPBatchNo NE '') )
|
||||
// Converting finished goods cassette into MU cassette -> Send BATCH_CONV transaction to SAP.
|
||||
SAP_Services('AddBatchConvTransaction', WOMatKeyID)
|
||||
Case ( ( (MakeupBox EQ False$) or (MakeupBox EQ '') ) and (MakeupBoxOrig EQ True$) and (SAPBatchNo NE '') )
|
||||
// Converting MU cassette into finished goods cassette -> Send BATCH_CONV transaction to SAP.
|
||||
SAP_Services('AddBatchConvTransaction', WOMatKeyID)
|
||||
End Case
|
||||
|
||||
Begin Case
|
||||
Case ( (MakeupBox EQ True$) and ( (MakeupBoxOrig EQ False$) or (MakeupBoxOrig EQ '') ) and (SAPBatchNo EQ '') )
|
||||
// Intial WIP to MU conversion -> Send CASS_COMP SAP transaction to get a batch number.
|
||||
SAP_Services('AddCassCompTransaction', WOMatKeyID)
|
||||
Case ( (MakeupBox EQ True$) and ( (MakeupBoxOrig EQ False$) or (MakeupBoxOrig EQ '') ) and (SAPBatchNo NE '') )
|
||||
// Converting finished goods cassette into MU cassette -> Send BATCH_CONV transaction to SAP.
|
||||
SAP_Services('AddBatchConvTransaction', WOMatKeyID)
|
||||
Case ( ( (MakeupBox EQ False$) or (MakeupBox EQ '') ) and (MakeupBoxOrig EQ True$) and (SAPBatchNo NE '') )
|
||||
// Converting MU cassette into finished goods cassette -> Send BATCH_CONV transaction to SAP.
|
||||
SAP_Services('AddBatchConvTransaction', WOMatKeyID)
|
||||
End Case
|
||||
|
||||
SAPTestFlag = Xlate('APP_INFO', 'SAP_TEST_FLAG', 1, 'X')
|
||||
If SAPTestFlag then
|
||||
// If makeup wafers added/removed after CASS_COMP and if not shipped -> send to SAP
|
||||
@ -934,7 +934,7 @@ return
|
||||
|
||||
|
||||
DELETE_RECORD:
|
||||
debug
|
||||
|
||||
WOMatKeyID = Name
|
||||
WONo = Field(WOMatKeyID, '*', 1, 1)
|
||||
OrigWfrQty = OrigRecord<WO_MAT_WAFER_QTY$>
|
||||
|
||||
Reference in New Issue
Block a user