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 without status

Former Member
0 Likes
956

Hi.

how could I display message in status bar but without status.

I mean i want to use warmning but without termination and without need to press for example 'Enter' to execute another comment. I need something which works like message "s" - status but have icon warning, or at least i want to display text in status bar?

regards,

Joanna

7 REPLIES 7
Read only

sivasatyaprasad_yerra
Product and Topic Expert
Product and Topic Expert
0 Likes
918

Hi,

Message s002(msg_cls) display like 'E'.

try this statement to display success message as error message.

Regards,

Siva.

Read only

0 Likes
918

there is not statement like display I got massage: "The field "DISPLAY" is unknown, but there is a field with the similar name "ICON_DISPLAY".

what wrong?

regards,

Joanna

Read only

0 Likes
918

Could you paste your code. DISPLAY LIKE syntax exists for MESSAGE.

Regards,

Siva.

Read only

0 Likes
918

...

else.

message s398(00) with d1 text-113.

endif.

could you write where i should add 'dsplay like'

regards,

Joanna

Edited by: Joanna Lazarz on Jun 16, 2008 3:28 PM

Read only

0 Likes
918

message s398(00) display like 'E' with d1 text-113.

I assume 00 is message class name

398 is message number in message class 00

d1 & text-113 are the text replacements for message 398. message 398 contains two parameters (&1 and &2) if i'm not wrong

Regards,

Siva.

Read only

0 Likes
918

with class name you are right, but when I passed code like you propose I received info ""DISPLAY LIKE 'E'" is not expected."

Is it possible that it doesn't work at sap v. 4.6c?

regards,

Joanna

Read only

0 Likes
918

I'm not sure of V 4.6. Because i'm l'm using latest version of SAP GUI 7.10. Just check with the help documentation for MESSAGE. Click on F1 by placing the cursor at MESSAGE keyword. Check whether syntax contains DISPLAY LIKE.This should be available in .

Reward points if useful

Regards,

Siva.