Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Currency field in bapi_material_savedata

Former Member
0 Kudos

I am using BAPI_MATERIAL_SAVEDATA to update the planned price and date of an existing material.

I am passing excel file, it has currency field also,

Where i should pass the currency Waers field in bapi? please help

1 ACCEPTED SOLUTION

vinita_kasliwal
Active Contributor
0 Kudos

Hi Dharika

I think the error actually means the valuation area may be missing or plant

  • Check if you are passing a value here VALUATIONDATA = VALUATIONDATA and BAPI_MBEW-VAL_AREA. It reads from table T001K
  • Also check in PLANTDATA

The currency is read based on plant and valuation area

Read this link where you have the code snippet as well

check these links for similar issue posted

Regards

Vinita

1 REPLY 1

vinita_kasliwal
Active Contributor
0 Kudos

Hi Dharika

I think the error actually means the valuation area may be missing or plant

  • Check if you are passing a value here VALUATIONDATA = VALUATIONDATA and BAPI_MBEW-VAL_AREA. It reads from table T001K
  • Also check in PLANTDATA

The currency is read based on plant and valuation area

Read this link where you have the code snippet as well

check these links for similar issue posted

Regards

Vinita