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: 

IN BAdi BOM_UPDATE i haven't new value

Former Member
0 Kudos
406

In this badi when i modified (or delete) any position  i am not getting updateds values .

For example in cs02  if i have 13 positions  and i delete 1 position in this badi i have always 13 position but i would like 12 positions.

I have checked BADI CEWB_BOM_UPDATE too but it's not triggering.

How can I retrieve the new values???

Plz help me

Liam

1 ACCEPTED SOLUTION

Former Member
0 Kudos
128

hello,

check method IF_EX_BOM_UPDATE~CHANGE_AT_SAVE in class interface CL_EX_BOM_UPDATE.

best regards,

swanand

2 REPLIES 2

Former Member
0 Kudos
129

hello,

check method IF_EX_BOM_UPDATE~CHANGE_AT_SAVE in class interface CL_EX_BOM_UPDATE.

best regards,

swanand

0 Kudos
128

Thanks a lot ....i'm solved