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_MATERIAL_SAVEDATA

Former Member
0 Likes
790

Dear all,

I tried to create a BAPI program to upload material master.

There are two currencies used in material master, one is the company currency and another one is group currency.

However, the BAPI method "BAPI_MATERIAL_SAVEDATA" can only allow the upload of the company currency.

Please kindly guide me how could i include the other currency into the program as well.

Thank you very much.

4 REPLIES 4
Read only

arjun_subhash
Active Participant
0 Likes
620

Hi,

u r entering material group in the import parameter 'clientdata', right?

i saw that in a table called WRF_PRGRP , currency key for each material group is stored.

u can see that as a field called 'PRICE GROUP', in table T023 which is the check table for material group.

i dont know whether it will help u!

regards

Arjun

Edited by: Arjun Subhash on Dec 15, 2008 1:54 PM

Read only

0 Likes
620

Hi, thanks for your guidance.

Somehow, I did another conversion program using BDC and it works.

Thanks.

Read only

Former Member
0 Likes
620

Create conversion program using BDC.

Read only

Former Member
0 Likes
620

Hi Yen,

I am working on BAPI_MATERIAL_SAVEDATA.

trying to load std price, moving price along with other fields.

iam getting an error

when i display log it shows the following error

E B1 537 currency initial V, currency amount 500.000 in std_price wa transferred without a currency

where do i maintain currency in bapi_material_savedata

Regards,

Ranjith N