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

module pool screen cursor movement

Former Member
0 Likes
1,218

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
Read only

Former Member
0 Likes
934

Resolved after lots of backtracking.

Just vertically alligned both input field.

Thanks to all for your suggation.

5 REPLIES 5
Read only

Former Member
0 Likes
934

Hi Anurag,

Try using 'SET CURSOR field3'.

regards,

Archer

Read only

0 Likes
934

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.

Read only

Former Member
0 Likes
934

HI anupam,

there must be a

SET CURSOR FIELD 'WA-FIELD2' OFFSET 2.


in the module output.


check it please.

Read only

0 Likes
934

Hi Abdul ,

There is no offset.

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

Read only

Former Member
0 Likes
935

Resolved after lots of backtracking.

Just vertically alligned both input field.

Thanks to all for your suggation.