2007 Dec 26 11:39 AM
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.
2007 Dec 26 11:54 AM
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