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: 

Exit for cancellation check and pop message in SAPMV60A

Former Member
0 Kudos

Hello.

Im a SD consultant and my requirement is that in VF02/VF03 upon entering a billing doc number and entering the doc itself there should be pop up messege that says '' billing document has been cancelled'' that is of course if it really is. I know how to code it but i cant find the right exit in SAPMV60A to do so .Im not familiar with badi either so im in a bit of a spot.I was wondering if any of you fine experts could help me?

1 REPLY 1

Former Member
0 Kudos

Hi MIKE,

IN ECC....

Implement the enhancement point in the include program

MV60AF0B_BELEG_LESEN

See the enhancement implementation points available in the include above.

GOTO --> EDIT --> Enhancement operations --> Show implicit enhancement options.

You can see the first line of the include coloured.

Give the right click and create the enhancement implementation after clicking the ENHANCE button.

Write your logic b/w the ENHANCEMENT and ENDENHANCEMENT

I think this will provide you making checks on the entered value of billing number.

With Regards,

Dwarakanath.S