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

Enchancement In MB21

Former Member
0 Likes
684

i have a requirement in mb21 that when i want to post the reservation it should check whether the Goods Movement for Reservation checked or not if checked i need raise a error message.

Approval authorization i had done using my zprogram using tablecontrol so please help me for this requirement

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
616

Yes this is possible there is a badi called mb_reservation_badi in that badi there will two methods data_modify and data_check

i think you can use data_modify it will work

i have a requirement in mb21 that when i want to post the reservation it should check whether the Goods Movement for Reservation checked or not if checked i need raise a error message.

Approval authorization i had done using my zprogram using tablecontrol so please help me for this requirement

2 REPLIES 2
Read only

Former Member
0 Likes
617

Yes this is possible there is a badi called mb_reservation_badi in that badi there will two methods data_modify and data_check

i think you can use data_modify it will work

Read only

0 Likes
616

Thanks i will check and update you