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: 

message without status

Former Member
0 Kudos

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

sivasatyaprasad_yerra
Active Contributor
0 Kudos

Hi,

Message s002(msg_cls) display like 'E'.

try this statement to display success message as error message.

Regards,

Siva.

0 Kudos

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

0 Kudos

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

Regards,

Siva.

0 Kudos

...

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

0 Kudos

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.

0 Kudos

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

0 Kudos

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.