Application Development and Automation 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: 
Read only

BAPI errror:BAPI_MATVAL_PRICE_CHANGE

Former Member
0 Likes
5,248

Hi,

I am using 'BAPI_MATVAL_PRICE_CHANGE' and I get an error saying "No Customizing data for valuation area 1200 found". my input as following:

MATERIAL M-09

VALUATIONAREA 1200

PRICEDATE

PRICEDATE---PRICE_DATE 20070808

PRICES

PRICES---PRICE 10

PRICES---CURRE EUR

PRICES---PRICE_UNIT 1

I test in IDES ecc 6.0

Can some one tell me what could be the reason for this? I will appreciate it very much.

Regards

Lance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,577

BAPI_MATVAL_PRICE_CHANGE is part of the 'Send Material Price'

application and the configuration table is missing for this application.

If you want to use this BAPI, either activate R/3 Enterprise Extension Set EA-FIN

(Financials extension) in Transaction SPRO and do the config or directly use Transaction SM30 to perform the necessary Customizing settings in view VCKML_PRICE_SEND. Need to enter your Val Area and the price change control settings there.

Hope this helps.

6 REPLIES 6
Read only

Former Member
0 Likes
2,577

check the material price changes made from MR21, it may have some default value set for valuation type if no it was not given.

You might have to pass this default value to the bapi!

Read only

0 Likes
2,577

I have checked mr21,there is no data for valuation type .

Read only

Former Member
0 Likes
2,577

You might have to pass this default value to the bapi.

commit work.

chk it.

Read only

0 Likes
2,577

Dear Karthikeyan,

Could you sent me a example! I have try any way, but failed.

Thank you so much.

Lance

Read only

Former Member
0 Likes
2,578

BAPI_MATVAL_PRICE_CHANGE is part of the 'Send Material Price'

application and the configuration table is missing for this application.

If you want to use this BAPI, either activate R/3 Enterprise Extension Set EA-FIN

(Financials extension) in Transaction SPRO and do the config or directly use Transaction SM30 to perform the necessary Customizing settings in view VCKML_PRICE_SEND. Need to enter your Val Area and the price change control settings there.

Hope this helps.

Read only

0 Likes
2,577

Hello,

You can check the SAP note 646630 that explain what you have to do to maintain valuation area.

Julien PALAS