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: 

MIRO - BADI - Invoice_Update - Comparison Quantity and Amount

Former Member
0 Kudos

I Need variable from BADI Invoice_Update that I can check OLD Quantity and OLD Amount where user get from PO and new value from user edited.

If user make the value (Quantity and Amount) bigger than value from PO, I will give some warning.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,


you can check badi MRM_HEADER_CHECK it is called after INVOICE_UPDATE.


Regards,

Felipe

4 REPLIES 4

Former Member
0 Kudos

Hi,


you can check badi MRM_HEADER_CHECK it is called after INVOICE_UPDATE.


Regards,

Felipe

0 Kudos

Dear Felipe,

Thanks for your advice. moreover i want give some Error message and the user need to do some correction.

Is there any code to make some error message. I use MESSAGE '' TYPE 'E', but user cannot make correction.

Thanks before.

0 Kudos

Yes, here is the code:

Former Member
0 Kudos

Dear Felipe,

Thanks for the answer,  I found some problem that Invoice Receipt can be created twice because user make it PARK.

I want to check whatever user create new Invoice and it will check into Invoice Park first.

Is there any procedure or table to check Park Invoice.

Thank You.