Application Development and Automation 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: 
Read only

miro error message

Former Member
0 Likes
653

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

5 REPLIES 5
Read only

Former Member
0 Likes
621

Implement BADI:INVOICE_UPDATE

Method:CHANGE_AT_SAVE

Read the documentation for this BADi.

Read only

0 Likes
621

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.

Read only

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

Activities

To activate the business add-in, you must create an active implementation

Active you implementation properly.

Read only

0 Likes
621

Hello Amit ,

I am not getting how to do it please tell me i9n brief .

Thanks And Regards .

Shrikant Ambulkar

Read only

Former Member
0 Likes
621

yaa i got helpfull data