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

Setting cursor on the screen-field

Former Member
0 Likes
601

Hi all,

I am want to disply a warning message for a screen.

There are lots of fields on this screen (VL03N header). The requirement is - I want display message at status bar setting the curosr on that field.

I used SET CURSOR FIELD 'fieldname' but its simply giving warning message at status bar without going to that screen and field.

Please help me.

Regards,

~Sachin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
574

Hi,

use the message display this way.....

message 'warning message' type 'S' display like 'W'.

Thanks,

Sid

Hi,

use the message display this way.....

message 'warning message' type 'S' display like 'W'.

Thanks,

Sid

3 REPLIES 3
Read only

Former Member
0 Likes
575

Hi,

use the message display this way.....

message 'warning message' type 'S' display like 'W'.

Thanks,

Sid

Read only

Former Member
0 Likes
574

Hi ,

FIrst display the warning message and then use SET CURSOR FIELD.

Also , you can change type of message as Success like warning and try.

Hope this helps you.

Read only

Former Member
0 Likes
574

Thanks.