‎2009 Sep 14 1:38 PM
I'm using BAPI_MATERIAL_SAVEDATA
When entering the BAPI_MBEW-STD_PRICE value, it returns the following error: "CURRENCY initial v., currency amount 2300.00 in STD_PRICE was transfered without a currency.".
How do I reference the curreny here? I notice there is no reference in BAPI_MBEW.
‎2009 Sep 14 1:54 PM
Hello
Check follow:
in BAPI you have filled parameter VALUATIONDATA-VAL_AREA. This value must be in table T001K. Check this.
If T00K-BWKEY is exist then goto table T001 with BUKRS = T001K-BUKRS and check field WAERS. It must be maintained.
‎2009 Sep 14 1:57 PM
HI
For updating the price u need to set field BAPI_MBEW-PRICE_CTRL.
Pass value V Or S based on u r requirment.
regards,
Raghu
‎2009 Sep 14 2:04 PM
Hi,
you need to pass the currency for the amount field in the BAPI_MBEW-PRICE_UNIT that can be either USD/GBP etc...
Hope this helps
Regards
Shiva
‎2009 Sep 14 2:10 PM
The price unit field is not for the currency. The price_unit is
Number of units to which the price refers.
Example
If 10 gallons of gasoline cost $12.00, the price unit is 10.
‎2009 Sep 14 2:14 PM