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

error message in MIRO

Former Member
0 Likes
1,355

Hi, experts.

I find BADI for MIRO - MRM_HEADER_CHECK.

I wrote code for check nessesary values, and set error message. But when whis message appeared in MIRO, transaction blocked. I can only quit from this transaction. How i can set message and not block transaction for continous edit?

Sorry for my english

6 REPLIES 6
Read only

former_member182371
Active Contributor
0 Likes
966

Hi,

instead of an error (type E) use a warning (type W).

Best regards.

Read only

0 Likes
966

Thanks. But transaction must not to be finished.

Read only

0 Likes
966

you can use message type as 'I'...

Read only

0 Likes
966

How i can not pass this transaction, if i have error?

Read only

former_member182371
Active Contributor
0 Likes
966

Hi,

why not trying with a popup message like POPUP_TO_CONFIRM

or something similar?

Best regards.

Read only

Former Member
0 Likes
966

Using function module MRM_PROT_FILL helps me.

This module insert message in MIRO.