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

message in miro

Former Member
0 Likes
706

Hi , I used the user exit in miro transaction, i have a requirement that in miro when anyone change the vendor and payment term and payment block , a message shows that 'vendor and payment term and payment block cannot be changed' but i want that message will show like

1. 'vendor cannot be changed' in first line

2. 'payment term cannot be changed' in second line

3. 'payment block cannot be changed' in third line

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
669

hi,

Try to validate in individual messages while Throwing warnings or errors messages.

It will be greatfull if you can explain about requirment with exits.

Thanks,

AMS

Hi , I used the user exit in miro transaction, i have a requirement that in miro when anyone change the vendor and payment term and payment block , a message shows that 'vendor and payment term and payment block cannot be changed' but i want that message will show like

1. 'vendor cannot be changed' in first line

2. 'payment term cannot be changed' in second line

3. 'payment block cannot be changed' in third line

3 REPLIES 3
Read only

Former Member
0 Likes
670

hi,

Try to validate in individual messages while Throwing warnings or errors messages.

It will be greatfull if you can explain about requirment with exits.

Thanks,

AMS

Read only

0 Likes
669

I want to validate the MIRO transaction with user exit LMR1M001. Requirement is that when user changes i.e the payment term , payment block and vendor, need to show three different error message one at atime in Message Box during save/post the invoice verification.

Message 1 : payment term cannot be changed

Message 2 : payment block cannot be changed

Message 3 : vendor cannot be changed.

Thanks & Regards

Prabhat

Edited by: prbhat on Sep 24, 2010 9:01 AM

Read only

0 Likes
669

Hi,

try with badi INVOICE_UPDATE.

Best regards.