cancel
Showing results for 
Search instead for 
Did you mean: 

How to do a automatic delivery note creation based upon a plant ?

Former Member
0 Kudos

Does any one know how can we use sap configuration to configure TA order such that when standard TA order having a special plant is created, Delivery Note is automatically created ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Raj

2 ways for doing this -

1) Have a new order type and configure this for Delivery Creation

2) IF no new order type is created, then have a Background job to run every 5 minutes / 15 minutes as required to create Delivery notes for specified Shiiping point - Plant

cheers

Nandu

Former Member
0 Kudos

we cannot define a new order type....but is there any possibility that we can capcture this information in some user exit before the order is created and trigger the delivery note creation ? if the plant code is a special plant code and for the rest of non special plant code...we do not create automatic delivery ?

I am assuming by job you are refering to a abap program ? which is running and then using some BAPI to create the Deliver notes etc....please explain....thanks

Former Member
0 Kudos

1) Maintaining a User eit is a nightmare and would not suggest this

2) use a bakground job as this can be stopped when ever business wants to create delivery manually and also wants to include other new plants in the long run.

here background job does not indcate a new ABAP program but to use th SAP standard delivery create program SAPMV50S (VL04) and scheduling to run every 5 minutes.

cheers

Nandu