‎2007 Dec 10 2:09 PM
hi
while using bapi BAPI_SALESORDER_CREATEFROMDAT1 i m getting error as
'please enter sold-to-party or ship-to-party ', what may be the reason.
thanks in advance
‎2007 Dec 10 2:11 PM
‎2007 Dec 10 2:15 PM
hi
yes it was passed. here we have to pass ship-to-party and sold-to-party or any one is enough.
‎2007 Dec 10 7:19 PM
Hi Prabhakar,
Sold-to is enough. Ship to will be set to same partner as sold-to if you do not pass it.
If ship-to is different from sold-to you will need to pass it.
Regards,
Frank Umans
‎2007 Dec 10 7:25 PM
pass data to table ORDER_PARTNERS .
ORDER_PARTNERS-PARTN_ROLE = BP (bill to party) or SP(ship to party) or VN(Vendor)
ORDER_PARTNERS-PARTN_NUMB = Partner Number.
if ship-to-party is diff. add one more record with role as 'SP'.
and append it to structure ORDER_PARTNERS .