‎2008 Oct 23 8:15 AM
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
‎2008 Oct 23 8:21 AM
try to mark these two in the HEADDATA
ACCOUNT_VIEW = 'X'
COST_VIEW = 'X'
and see..
‎2008 Oct 23 8:37 AM
‎2008 Oct 23 8:38 AM
HI,
you have to flag "X" every field which should be updated in the M...X Structure.
‎2008 Oct 23 8:40 AM
‎2008 Oct 23 9:32 AM
HI,
can you implement BADI: ARTMAS_BAPI_EXTEND and look at method: MODIFY_BAPI_DATA that the value is coming through ?
‎2008 Oct 23 1:20 PM