‎2006 May 16 3:13 PM
Hello all, I need to update the planned price (among other fields in the material master) for several materials, I'm using BAPI_MATERIAL_SAVEDATA to do so. I have populated the fields:
VALUATIONDATA-PLND_PRICE and VALUATIONDATAX-PLND_PRICE, but when I run the bapi I get the following error:
<i>CURRENCY initial v., currency amount 34,4200 in PLND_PRICE was transferred without a currency</i>
In what field I have to specify the currency for this to work?.
Thanks in advance.
Mauro.
‎2006 May 16 3:20 PM
In the VALUATIONDATA-PRICE_UNIT you have to pass the currency.
Regards,
Ravi
‎2006 May 16 3:20 PM
In the VALUATIONDATA-PRICE_UNIT you have to pass the currency.
Regards,
Ravi
‎2006 May 16 3:28 PM
‎2006 May 16 3:36 PM
Hi Mauro,
Please check this link for sample codes to populate VALUATIONDATA parameters.
http://www.sap-img.com/abap/bapi-to-copy-materials-from-one-plant-to-another.htm
Hope this will help.
Regards,
Ferry Lianto
Please reward points if helpful.
‎2006 May 16 4:06 PM
Hi,
Why dont you just look at the FM Documentation once.
In that its clearly given...
Regards,
Sampath.
‎2006 Dec 19 11:56 PM
Mauro,
I had the same problem.
The problem is you are not passing the plant in the valuation area field of the structure (BAPI_MBEW-VAL_AREA).
Michael