2008 Jan 15 7:32 AM
Hi All,
How to create Sales Order with multiple line items by using BAPI_SALESORDER_CREATEFROMDAT2.
Should all the line items in a single row of the excel sheet ?
Please provide me with the program code for this BAPI.
Thanks in Advance.
Hi All,
How to create Sales Order with multiple line items by using BAPI_SALESORDER_CREATEFROMDAT2.
Should all the line items in a single row of the excel sheet ?
Please provide me with the program code for this BAPI.
Thanks in Advance.
2008 Jan 15 7:37 AM
Hi Micky
Firstl you should upload the Line items for a particular sales Order in an Internal table
and then pass that internal table to your BAPI during your coding corresponding to a particu;lar sales order
In case of any issues pls revert back
Reward points if helpful
Regards
Hitesh
2008 Jan 15 8:17 AM
Dear Hitesh,
How to pass the 3 line items from the internal table to the BAPI's Item table ?
Please reply ASAP.
2008 Jan 15 7:51 AM
2008 Jan 15 8:29 AM
Hi mickey,
BAPILINEITEMS is an internal table only...
So you can pass the multipleitems to the internal table....
Also you can get the data as a multiple lines while uploading for the excel sheet.
So this should be solving a problem...
Please reward if it helps..
regards,
Brijesh Patel