Sales Order Header (F4201), SHHOLD, Administrative Hold

  • Thread starter Frosty the Coder
  • Start date

Frosty the Coder

Legendary Poster
The client is using the F1202Z1I (inbound asset master processor) to load FROM F4211/F4201 into F1201/F1202.

I've written a custom ube to perform this.
As part of this UBE, I call the F4211 Edit Line bsfns to update the status.
When this happens, the Sales Order Header is getting marked
as "Administrative Hold" (XX in SHHOLD).

Where is the setting that tells to place on "Admin Hold"?
 
Is the hold going on every order or just orders for this customer? If all orders are getting the hold then check the processing options on the version of P4210 you are calling. There is an option for order holds that is probably activated with a value of XX.

If its just this customer then check the customer master record in the F03012. The HOLD field is probably populated.
 
Thanks.

I dug a little further and found F4209 - Held Orders Table
w/all my test rows in it.

Edit line hits a "Check F4209" bsfn, and updates.

Gene
 
Back
Top