the status of the sales order after shipping is: shipped; Next: Run the interface . no deductions for warehouse inventory
Problem overview
after the normal sales order shipment is processed, the Shipping -- Transaction Processing in the The row states and the next are: Connected not available but the line status after this sales order shipment is processed and the next step is: Shipped Run interface , but after the interface is run, the existing quantity in the warehouse still exists , but the throughput is 0
Reason:
Check the Metalink, belong to the system bug. Bug No. 4460875
Processing methods
from the background table wsh_delivery_details in the database, change Oe_interfaced_flag (N changed to Y) and the Inv_interfaced_flag (N change to P) two interface tags, . then run the interface request and the order will be interfaced .
-wsh_delivery_details
-trip Stop Request
- reference: The first thing to emphasize is not to casually Skip Workflow any steps in the unless you think that this step will not do any action. Must first check the reason, ruled out after retry.
Second,There should be only one of them.flag:inv_interfaced_flag, ' N 'expressed, did not throw toinventory Open Interface, ' P 'says it's gone,if it is 'N 'just needCheck ItemIf there is a problem, it is generallyCOGS account generate issue.after exclusionrun ' trip Stop 'Yes, if it is 'P ',just go and see if there'speningin theinventory Open Interface.If there is,Troubleshoot problems,Resubmitand then toOM run ' trip Stop 'It's gone .
The ' P ' in Inv_interfaced_flag is a pending meaning, an interface tag, and P will change to Y after running the interface request.
Oe_interfaced_flag just an interface tag for the sales module, the non-shipping order line This tag should be N , while interfaced The order lines should all be Y , you can check the status of each Y and the N the status of the order line, it might be clear.
???? The status of the sales order after shipping is: shipped; The next step is: Run the interface. No deductions for warehouse inventory