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

Material Bapi UPdate problem

Former Member
0 Likes
752

Hi All,

I Created a bapi for Upload Material Master Data and it is sucessfully creating Materials.but when I am trying to Update or Modifying the Material Data Throug Same bapi ,Some Fields are not getting updated.Material text is updating but MBEW-STPRS fields is not updated.I Gave X for MBEWX update flag .still iam not ablt to updated the Material Price.

how can i updated MBEW-NTPRS field?

Thanks,

Madhu

6 REPLIES 6
Read only

Former Member
0 Likes
707

try to mark these two in the HEADDATA

ACCOUNT_VIEW = 'X'

COST_VIEW = 'X'

and see..

Read only

0 Likes
707

still it is not updating the MBEW table

Read only

0 Likes
707

HI,

you have to flag "X" every field which should be updated in the M...X Structure.

Read only

0 Likes
707

i Have already given X for MBEWX .but its not working.

Read only

0 Likes
707

HI,

can you implement BADI: ARTMAS_BAPI_EXTEND and look at method: MODIFY_BAPI_DATA that the value is coming through ?

Read only

Former Member
0 Likes
707

ppp