Application Development 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: 

Function module to display message

Former Member
0 Kudos

Hi,

I want a function module in ECC60 Unicode system which can display given Error message in status bar, and stop the processing.

Thanks,

Shivaa.....

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

Try MESSAGE statment with addition DISPLAY LIKE.

Like:


message 'Test' type 'E' display like 'S'.

Regards,

Naimesh Patel

Former Member