2013 Jul 25 5:21 PM
Hi all,
I'm using BAPI_PRODORD_CREATE with the parameters
A production order will be created but with the wrong routing. Does anybody know, how to do correctly?
thank you.
Best Regards
Achim
2013 Jul 26 10:19 AM
Sounds like a customization thing. Can you check your production orders customizing? I guess there are some fixed things that force the BAPI to ignore your parameters.
2013 Jul 26 1:43 PM
I did not found anything in customizing what could influences the selection of routings in the bapi
2013 Jul 29 9:23 AM
I'm so sorry then, because I'm as lost as you are. I've used that BAPI to create production orders, and all went fine. I had to change to BI just only once because we had to change some data the BAPI didn't allowed us to do, but if the routing is in the parameters list, I cannot understand why it's ignored if there is no customization involved.
Did you checked for an OSS Note?
2013 Aug 06 3:43 PM
I searched in OSS-Notes and in WWW without success. My problem is that the routing-counter will not be selected.
2013 Aug 06 4:03 PM
Did you tried to debug the BAPI call? Do it adding a watchpoint to the FM parameter ROUTING_COUNTER asking the system to stop when it changes. If the process ends without stopping there, it will mean that parameter is no taking into account to continue the process...
I'm sorry, but at the moment I cannot spend time looking for more information... maybe you will be lucky and someone falls here with more information.