cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Auto sales Order by taking data from PL/SQL database

Former Member
0 Kudos

Hi friends ,

Customer is sending data to PL/SQL.Based on this data i need to generate SalesOrder automatically. For to this i need ABAP PROGRAM logic

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183879
Active Contributor
0 Kudos

Hi Swarna,

It is possible.

You can convert the PL/SQL input into a textpad or some rich text format.

Then you can give it as the input to some transactions LSMW, BDC, or through some custom programs to create an order in VA01 by calling the BAPI meant for creating an order.

If you talk to your develpment guy and he can help you on how to create a sales order using some data coming from other systems.

Rwd point if it helps.