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

Error in BAPI_MATERIAL_SAVEDATA

Former Member
0 Likes
2,184

Hi all,

Iam creating Material using 'BAPI_MATERIAL_SAVEDATA'.But Iam getting an error 'ount 102.0000 in MOVING_PR was transferred without a currency' Where to specify Currency?

Thanks & Regards,

Faheem.

1 ACCEPTED SOLUTION
Read only

chaouki_akir
Contributor
0 Likes
1,337

Hello,

1/Can you confirm following information about the error message :

- class ==> B1

- number ==> 537 ?

2/Explanation for R3 46C

Bapi is looking for the currency, of the error message, as follow:

- BAPI parameter VALUATIONDATA-VAL_AREA must exist in table T001K and T001K-BUKRS must exist in T001 and have a currency T001-WAERS.

If this currency, T001-WAERS (filled as explained before), is empty and the BAPI parameter VALUATIONDATA-MOVING_PR is not empty then the error message is returned by the bapi.

Cordialement,

Chaouki.

3 REPLIES 3
Read only

chaouki_akir
Contributor
0 Likes
1,338

Hello,

1/Can you confirm following information about the error message :

- class ==> B1

- number ==> 537 ?

2/Explanation for R3 46C

Bapi is looking for the currency, of the error message, as follow:

- BAPI parameter VALUATIONDATA-VAL_AREA must exist in table T001K and T001K-BUKRS must exist in T001 and have a currency T001-WAERS.

If this currency, T001-WAERS (filled as explained before), is empty and the BAPI parameter VALUATIONDATA-MOVING_PR is not empty then the error message is returned by the bapi.

Cordialement,

Chaouki.

Read only

Former Member
0 Likes
1,337

Thanks,solved.

Read only

Former Member
0 Likes
1,337

Hi Rock,

I am facing the same problem

In my source file I have std price and moving price and it is giving me an error for currency

Class -> B1

No -> 537

How did u solve this problem.

please revert

Regards,

Ranjith N