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

Function module to display message

Former Member
0 Likes
632

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
Read only

naimesh_patel
Active Contributor
0 Likes
380

Try MESSAGE statment with addition DISPLAY LIKE.

Like:


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

Regards,

Naimesh Patel

Read only

Former Member