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