‎2008 Dec 13 5:28 AM
Hello Gurus ,
Lot helpful data i got from threads about BAdi .
Is it possible to print an error massage im MIRO by implicit enhancement .
I tried implicit enhancement but not getting where to do it and how to link it .
my requirement is that if a material is pending in quality stock and if account person does miro for that material then while doing miro system should give error message bcoz all quantity of material is not yet released.
<removed_by_moderator>
Thanks And Regards
Shrikant Ambulkar
Edited by: Julius Bussche on Dec 13, 2008 9:09 AM
‎2008 Dec 13 8:29 AM
Implement BADI:INVOICE_UPDATE
Method:CHANGE_AT_SAVE
Read the documentation for this BADi.
‎2008 Dec 13 8:50 AM
Hello Amit ,
I am getting following message .
HY SIMGINVOICE_UPDATE
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.
‎2008 Dec 13 8:56 AM
The business add-in is not active in the standard system.
Activities
To activate the business add-in, you must create an active implementationActive you implementation properly.
‎2008 Dec 13 12:40 PM
Hello Amit ,
I am not getting how to do it please tell me i9n brief .
Thanks And Regards .
Shrikant Ambulkar
‎2008 Dec 19 1:02 PM