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: 

module pool screen cursor movement

Former Member
0 Kudos

Hi Expert,

Thanks for checking the issue.

I am facing problem in module pool program. We have intrective ALV on screen. once I select the record and press print custom button.it open one screen in pop up with following input fields.

Cursor is on field 2.

Field 2  (Num10)

field 3 (Num2)

everything is working fine except once we press down arrow of keyboard for field 2 , first it going to 2 place right then its go on field 3.

I have checked screen property, could not find solution

Thanks,

Anurag

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Resolved after lots of backtracking.

Just vertically alligned both input field.

Thanks to all for your suggation.

5 REPLIES 5

Former Member
0 Kudos

Hi Anurag,

Try using 'SET CURSOR field3'.

regards,

Archer

0 Kudos

Hi Archar,

Requirment is first we should fill field 2 then 3. everything is fine. but keyboard down button should move directly to field 3.

its going like field2 + 2 space then field 3.

Former Member
0 Kudos

HI anupam,

there must be a

SET CURSOR FIELD 'WA-FIELD2' OFFSET 2.


in the module output.


check it please.

0 Kudos

Hi Abdul ,

There is no offset.

Even for other pop up cursor moving smoothly to next field.

Former Member
0 Kudos

Resolved after lots of backtracking.

Just vertically alligned both input field.

Thanks to all for your suggation.