Skip to Content
0
Nov 05, 2012 at 05:35 PM

Passing manually selected batches from process order user exit

136 Views

We are using the material quantity calculation user exit (XCOM0001) in COR2 with some fairly extensive coding so that users manually select batches of components. When coming out of the user exit we are using a BDC session to pass the batches and quantities selected (the batch search strategy is set for dialog batch determination) but we are hitting issues as this relies upon the same sort sequence existing within the user exit and in SAP standard batch determination, as it is based on position number on the batch selection screen (screen resolution causes us particular problems!).

Is there any way of taking the batches that we have selected in the user exit and passing them directly to the process order? The total quantity of the batches for a component may exceed the target quantity derived from the BOM - would this cause a problem?

The functionality was first developed over 10 years ago and I'm sure things must have moved on since....

Thanks