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: 

Problem with BAPI_MATERIAL_SAVEDATA

Former Member
0 Kudos

Hi,

I am using the FM BAPI_MATERIAL_SAVEDATA to update future price for a material.But it is updating the future price only for company code currency but it is not updating the price group currency ?

Please can any one help me in updating the future price for group currency also.?

regards,

pavee.....

4 REPLIES 4

Former Member
0 Kudos

send ur code for that function module

That will help to catch the mistake

Regards,

Ajay

0 Kudos

Hi Ajay,

i am just testing this FM using SE37 .

I am passing material number and account view as X in the headdata.

in the valuationdata i am passing val_area as plant and future price and validfrom date .

in the valuationdatax i am passing val_ares as plant and future_pr as X and Valid_from as X.

is there any other field that i need to pass to populate the group currency future price ?

regards

paveeee

0 Kudos

in valuationdatax pass 'X' not val_ares

remember

for VALUATIONDATA pass value

and for VALUATIONDATAX pass 'X'

Pass all parameters like this

Regards,

Ajay

0 Kudos

Hi Ajay .

you mean to say i need to pass the X to all the parameters for valuationdatax?

regards,

paveee