cancel
Showing results for 
Search instead for 
Did you mean: 

Create process order automatically

scm_09
Contributor
0 Kudos

experts,

we have a custom screen developed that is used for different purpose to calculate the quantity of a material.

when the calculation is done, user should execute that custom transaction and system should automatically create a production order for that material for the calculated quantity. is this possible? if yes how..

Accepted Solutions (0)

Answers (2)

Answers (2)

scm_09
Contributor
0 Kudos

Bump for help..

when I create production order without routing and bom, how does scheduling happen?

Former Member
0 Kudos

Hi ,

Yes this is very possible because i done it before.

You can ask abap create customize program using bapi BAPI_PRODORD_CREATE. for order creation.

after that you schedule it at background.

TQ.

scm_09
Contributor
0 Kudos

Kent thanks.

what are the mandatory input parameters for that BAPI?

if I just pass material number and required quantity, will system be able to create and "release" production order? I also want to release it automatically

I will not use any BOM or routing for these productions orders . what I want is to create a shell production order.