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

Positioning cursor at field with error in table controls

lijisusan_mathews
Active Contributor
0 Likes
869

HI,

is there a way to position the cursor at the field which has an error??I am using the message to display error of type 'W' or 'I'.

Regards,

Suzie

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
821

Hi Suzie,

Try this:

Set curser at XXXXXXXXX

4 REPLIES 4
Read only

Former Member
0 Likes
822

Hi Suzie,

Try this:

Set curser at XXXXXXXXX

Read only

Former Member
0 Likes
821

Hi,

Check the syntax for :

Set cusror <fieldname>.

For accurate syntax press F1 on set.

Thanks & Regards,

Navneeth K.

Read only

Former Member
0 Likes
821

<copy&paste_from_SAPHelp_removed_by_moderator>

Edited by: Julius Bussche on Oct 29, 2008 10:47 AM

Read only

lijisusan_mathews
Active Contributor
0 Likes
821

thnx