2007 Mar 26 5:56 AM
HI,
I have created sales orders by using bapi.They have told me one condition for this.Customer number,Division,PO number were same for in each row.means then only one sales order has to be created.i have completed that one.i am giving example..like this..
9800000010 sapjda 10 02.03.2007 555596 17 12,098
9800000010 sapjda 10 02.03.2007 755110 0.89 13,520
for this only one sales order has to be created.depends on Customer number,Division,PO number wer same in 2 rows.then only one sales order is to be created.But if the same is in 3rd row shown below means it is creating different sales order.but i want to create that 3rd row also same sales order like 1st row because 1st and 3rd row are having same Customer number,Division,PO number.
8700000010 sapjda 10 02.03.2007 985596 17 12,098
7600000012 sapjry 30 02.03.2007 654510 0.89 13,520
8700000010 sapjda 10 02.03.2007 765750 0.89 13,520
if u have solution pls send it to me urgently.
2007 Mar 26 10:45 AM
Jayasankar ,
Sort the Internal table with Cust # , Divison and PO#.
Before doing this try to change your Internal table design such that all this field are in sequential order, Bcoz sorting may vary based on the field level also.
Thx
Parthi
Kindly reward if helpful.