‎2007 Mar 23 5:40 AM
hi,
i am tring to create a sales order through BAPI_SALESOREDR_CREATEFROMDAT2 but i am getting an error as specify ship-to-party or sold-to-party.
thanks in advance
basha
‎2007 Mar 23 6:00 AM
Hi,
ORDER_PARTNERS LIKE BAPIPARNR
U will find above table parameter in that in which u need to populate the partner function and partner number that may be ship to or sold to depends on partner function
pass it and try
regards
‎2007 Mar 23 6:00 AM
Hi,
ORDER_PARTNERS LIKE BAPIPARNR
U will find above table parameter in that in which u need to populate the partner function and partner number that may be ship to or sold to depends on partner function
pass it and try
regards
‎2007 Mar 23 6:25 AM
‎2007 Mar 23 6:30 AM
expert,
i tried this in tcode: se37 sales document has been creted for given parameters but i got message as sales document not yet updated edit.
but it is giving sales document number 12223, i tried with tihs no in va03 but i am getting an error as not archeived.
please reply me soon.
‎2007 Mar 23 6:33 AM
pls execute BAPI_TRANSACTION_COMMIT along with BAPI_SALESOREDR_CREATEFROMDAT2
go to Function Module -> test -> test sequence
and specify BAPI_SALESORDER_CREATEFROMDAT2 and then BAPI_TRANSACTION_COMMIT and then execute.