2014 Dec 13 4:10 PM
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.
'
2014 Dec 13 6:08 PM
Hi Meenakshi,
You can try this function module POPUP_DISPLAY_MESSAGE
Regards,
Pravin
2014 Dec 13 6:08 PM
Hi Meenakshi,
You can try this function module POPUP_DISPLAY_MESSAGE
Regards,
Pravin
2014 Dec 15 4:40 AM
2014 Dec 15 6:48 AM
2014 Dec 15 7:57 AM
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.