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

Problem with MBVR

Former Member
0 Likes
467

Hi expert,

I am still newbie on ABAP Programming. I have a problem when I want to delete reservation. I already created custom ABAP program to prevent the reservation from deletion, if the reservation has already been deleted. However, my client regularly runs MBVR program to delete reservation, and this makes my program useless.

The requirement is how to make MBVR program not deleting reservation that has already Goods Issued? Actually, this is the opposite of MBVR logic program, but i want the MBVR program to delete only incomplete reservation (reservation that has not good issued).

Thanks anyway, and wishing your help

EB

1 REPLY 1
Read only

Former Member
0 Likes
366

Hi

You can do it by user Exit MBCF0007.

Regards

Ajit