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

Former Member
0 Likes
472

Hi ,

i have a requirement here,actually in one of the UI Screens we have a waherhouse number and than multiple task can be entered in the boxes below ,now my requirement is when ever the user presses enter the cursor should be positioned at the first empty screen,but every time the cursor goes to the warehouse number ,i have tried using set cursor field syntax in the PBO event ,though the sy-subrc retrns 0 still the cursor is not psitioned to teh next input field .

Appreciate your help on this.

Cheers

LK

3 REPLIES 3
Read only

Former Member
0 Likes
449

hi,

Have you checked this demo program

DEMO_DYNPRO_SET_CURSOR

Read only

0 Likes
449

Ya i have seen this program,but i am still worried why its not happening in my case

Read only

Former Member
0 Likes
449

Can you post your code?

Rob