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: 

Will badi INVOICE_UPDATE be triggered during save of MIRO???

Former Member
0 Kudos
333

hi all,

i have written a break point statement INVOICE_UPDATE.... but it is not stopping at that statement when i try to make invoice through miro... will this badi be triggered at the time of save ..

with the help of this badi i need to update a screen field.

1 REPLY 1

former_member188827
Active Contributor
0 Kudos
69

Use

You can use the business add-in (INVOICE_UPDATE) to further process the following functions or, if necessary, forbid them:

Creating invoices (invoices, credit memos, subsequent debits, subsequent credits) in Logistics Invoice Verification

Parking documents in Logistics Invoice Verification, and making changes to these documents, for example, deleting them

Standard settings

The business add-in is not active in the standard system.

Activities

To activate the business add-in, you must create an active implementation. Please note that the business add-in can be used more than once, consequently the system calls and runs through all active implementations.

Further notes

You should note that no system messages can be send in the methods. One exception here is the method CHANGE_AT_SAVE. Within this method, a system message can be issued if the exception ERROR_WITH_MESSAGE is triggered.

Do not enter the statement Commit-Work, since this leads to data inconsistencies in the database.

plz reward points if dis helps