‎2005 Nov 24 10:45 AM
hello,
i am using bapi BAPI_SALESORDER_CREATEFROMDATa for creating the sales order. when i run this bapi everything is running properly but when i enetr the condition value for condition type 'ZUBA' it is getting multiplied by 10 and then saving the values.
cheers
‎2005 Nov 24 10:49 AM
Hi Kumar,
I have faced the same problem a few months ago.
What we did was divided the value by 10 before passing to the Bapi. I know it is quite illogical, but thats the thing we did it.
Regards,
Ravi
‎2005 Nov 24 10:53 AM
Hi,
Use BAPI_SALESORDER_CREATEFROMDAT1 instead, as the BAPI which you have mentioned is no longer supported by SAP.
Rgds,
‎2005 Nov 24 10:56 AM
‎2005 Nov 25 10:29 AM
Hi Kumar,
You can also use SD_SALESDOCUMENT_CREATE to create the sales document.
If you want to use BAPI_SALESORDER_CREATEFROMDAT you need to divide the condition value by 10 before passing it to BAPI.
Thanks,
Sreekanth