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 text-001 TYPE 'E' DISPLAY LIKE 'I'.

Former Member
0 Kudos
25,701


Hi All,

I am using standard tcode which is calling a custom Function Module. I have to throw an error message for a particular condition. I am using the below error message -

MESSAGE text-001 TYPE 'E' DISPLAY LIKE 'I'.

When I am using the above message statement, on pressing enter, we get EXIT from the transaction.

I have tried using Display like - 'S' or  'W' , but it does not work.

Also, i tried the option of using MESSAGE text-001 TYPE 'I' DISPLAY LIKE 'W. But in my situation , this message gets suppressed by another standard message.

The only meesage type which is not suppressed by the standard message is type 'E'.

I dont understand what can b used here in my case.

Kindly provide a suggestion in which the exit message does not exits the screen.

Thanks

Meenakshi.

'

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
9,931

Hi Meenakshi,

You can try this function module POPUP_DISPLAY_MESSAGE

Regards,

Pravin

4 REPLIES 4
Read only

Former Member
0 Kudos
9,932

Hi Meenakshi,

You can try this function module POPUP_DISPLAY_MESSAGE

Regards,

Pravin

Read only

Former Member
0 Kudos
9,931

what is the transaction code you are using?

Read only

0 Kudos
9,931

I am using FV50

Read only

VenkatRamesh_V
Active Contributor
0 Kudos
9,931

Hi Meenakshi,

Hope it helpful.

Message 'No Data Found' Type 'S' DISPLAY LIKE 'E'.

if you are checking inside a loop  add EXIT after message.

Regards,

Venkat.