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

abap

Former Member
0 Likes
269

If you enter a planning start date greater than planning end date, an error occurs

"Enter a start date that is earlier than the finish date" and the cursor does not posiion on the Planning Start Date.How to position the cursor on the Planning Start Date in case of this error.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
250

Hi,

Use set cusor field command.

example.

SET CURSOR FIELD f.

where f is your field name.

Regards,

Niyaz

1 REPLY 1
Read only

Former Member
0 Likes
251

Hi,

Use set cusor field command.

example.

SET CURSOR FIELD f.

where f is your field name.

Regards,

Niyaz