I020 Receive of Direct Charge works differently than QC & Trace

Asset Suite ver 6.0

Receiving on I020 for Direct Charge items works differently than it would on the I022, I023, I031, etc for QC or Traceable items in that Putaway processing executes when it should not. Look for new data on the TIDPAMST table even if data does not display on I050 or I055.

Fix: The tigi020.ccp program is changed in paragraph H000-CALL-RCBAK after the Facility preference PUTAWAY-BYPASS is looked up and before RCBAK is called.

The code change checks the Receipt line's Stock Type and if it is D, sets PUTAWAY-BYBASS to Y.

IF (STOCK-TYPE-RCLIN (LINE-SUB) = D-20-LITRL)

* Note that the preference value is retained

* in PUTAWAY-BYPASS-SW-ARG.

MOVE 'Y' TO PUTAWAY-BYPASS-SW-RCBAK

END-IF