Skip to Content
0
Former Member
Jan 05, 2011 at 07:30 PM

MB21 update a new line item after the user presses SAVE button

896 Views

Hi all,

We have a requirement, whenever the user is creating a reservation using MB21 transaction, saves the transaction and if the material(A001) is over budget( this is a validation check which we will put) then a new line item with the a material(A001R - R added at the end) should be appended in the same reservation code.

I tried user exit EXIT_SAPMM07R_001, but the reservations are already updated to the RESB table before this user-exit call and it does not update a newline item if i try to add to TI_RESB structures of the user-exit.

Can anyone let me know if there is any other user exit or BADI for the doing the same or if someone has encountered this scenario.

Thanks,

Varun