‎2008 Oct 14 11:00 AM
Hi,
I am using the FM BAPI_SALESORDER_CREATEFROMDAT2 to create the sales order.
Can anyone let me know in which structure we need to pass the Partner details and Pricing details.
Regards,
SP
‎2008 Oct 14 11:04 AM
Hi
ORDER_PARTNERS for partner
ORDER_CONDITIONS_IN for pricing
Max
‎2008 Oct 14 2:39 PM
Hi,
The structure of Partner Details is ORDER_PARTNERS.
Please check this sample code related to it.
http://www.sap-img.com/abap/bapi-salesorder-createfromdat2.htm
And for Pricing the structure is ORDER_CONDITIONS_IN
Please check this link for sample code
http://www.sapnet.ru/viewtopic.php?t=376
Hope this would help you.
Good luck
Narin
‎2008 Oct 17 8:07 AM
Hi,
Partner - ORDER_PARTNERS
Pricing - ORDER_CONDITIONS_IN
Thanks & regards.
Manee
‎2008 Oct 22 7:53 AM
Hi,
For partner, order_partners of type bapipartnr
For pricing, ORDER_CONDITIONS_IN
Regards,
Neenu