cancel
Showing results for 
Search instead for 
Did you mean: 

Create a new sales order and to create a new shipment automatically

Former Member
0 Kudos

Hi Gurus,

Create a new sales order and to create a new delivery automatically, we are working and ok.

Is possible to create a new sales order and to create a new shipment automatically, using the SAP standard solution?.

Iif possible, how do to do?.

Kinds and best regards,

Wilson

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you don't want to use the userexit, you may try SAP workflow (Transaction SWDD)

For example please check [SAP workflow example video|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7288] [original link is broken] [original link is broken] [original link is broken];

You can apply by use likp object (Transaction: SWO1) with event Outbounddelivery.created, once delivery is created, it will trigger the workflow, then create the shipment (Object VTTK)

Best regards,

Former Member
0 Kudos

Very thanks!!!!

Wilson

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

As you know the Automatic creation of sales order and Delivery were done using the BATCH JOB

In the same way the SHIPPMENT will also be carried by using the BATCH JOB

Goto the Transaction code SM36 and create a job for the PROGRAM RVV50L21 and create a VARIANT if it required

Then automatically it will create the PGI for all the deliveries which are due for PGI

The Transaction code for automatically creating PGI is VL21.

Pleae revert if you need any clarifiation

thanks,

santosh

Former Member
0 Kudos

Very thanks!!!!

Wilson