‎2006 Jun 12 8:25 PM
Hi,
I am using 'BAPI_SALESORDER_CREATEFROMDAT2' and here i want to pass condition value (T_BAPICOND-CONDVALUE = '100'.) since the pricing is not created for the material so i do't want to pass the rate for that.
But while passing the data to (T_BAPICOND-CONDVALUE ) field system takes the amount as a 0. It will be great if you could help me in this regards.
Note : I do't want to pass the rate and qty will be always 0.
Thanks,
‎2006 Aug 30 11:02 PM
If you are passing this from ouside the SAP system, then you need to multiply th value being used (ie, 100 here), with 1,000,000. so, in this case, you will pass 100,000,000 from your system to put 100 in SAP. this takes care of the decimals places SAP uses for this field.
‎2006 Aug 31 5:46 AM
Hi Pradeep
You can pass the value with decimals like '100.00'.
No need of manipulation. It works for me.
Kind Regards
Eswar