cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom entity + unmanaged + rap + info popup

emil_lazarski
Explorer
0 Likes
460

Hi,

Did anyone magage to convey the standard: 

MESSAGE ID 'ABC' TYPE 'I' NUMBER 001  

in sap rap to display for a user after he starts a ui5 report?

I just wanted to display couple of lines with infos after processing data (custom entity - unmanaged ) but apparently MESSAGE is ignored. RAISE EXCEPTION is not an option as the data I want to show is purely informative. 
I would rather avoid doing this in ui5 as it would require extending the standard button press "Search" action plus handling everything manually.  

Accepted Solutions (0)

Answers (1)

Answers (1)

emil_lazarski
Explorer
0 Likes

Just to be clear:

RAISE EXEPTION MESSAGE ID ... TYPE 'I' NUMBER ... 
also behaves like an error exception 😉