‎2008 Dec 11 4:35 AM
Hi experts,
I met some problem about asynchronous develop.Now I need to create a function module to execute 'BAPI_SALESORDER_CREATEFROMDAT2', After SO saved, I need to create related Contracts.These two steps need asynchronous process.
So for example, the sales order contains a carepack product with a quantity of 500. The asynchronous process will read the sales order after it has been saved and create 500 contracts all with carepack quantities of 1. If the ORDER has quantity of 200 then you will create 200 contracts.
Many thanks!
‎2008 Dec 11 4:53 AM