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

move the cursor to next input values

Former Member
0 Likes
2,541

Hi

I have one input screen which will save the vaule in z_ table .

when i am giving input values and press enter it should go next input values

but it is going same field.

how i can move the cursor to next input values.

Thanks

Kumar

Hi

I have one input screen which will save the vaule in z_ table .

when i am giving input values and press enter it should go next input values

but it is going same field.

how i can move the cursor to next input values.

Thanks

Kumar

5 REPLIES 5
Read only

MarcinPciak
Active Contributor
0 Likes
1,259

You need to use [SET CURSOR|http://help.sap.com/abapdocu_70/en/ABAPSET_CURSOR_SHORTREF.htm]

Regards

Marcin

Read only

0 Likes
1,259

Hi Marcin

Thanks for suggestion, I tried that SET CURSOR ,

but i want to go next field after enter .

Thanks

kumar

Read only

Subhankar
Active Contributor
0 Likes
1,259

Hi ,

Use the statement set cursor field 'S_VBELN-LOW'..

Thanks

Subhankar

Read only

Former Member
0 Likes
1,259

Hi Subhankar

I have one module pool screen which size is more than my screen.

so when i am putting value in last and pressing enter it is going to up

so again and again i need to scroll down which is user don't want.

Thanks

Kumar

Read only

Former Member
0 Likes
1,259

Hi,

Use the "set cursor" command followed by the field name.

By triggering PAI only, we can set the CURSOR in some other field.

By just pressing ENTER button and like that.

In PBO, you have to check the first field is filled i.e. NOT INITIAL, you have to set CURSOR in next field and so on...

If he fills any other fields, then you have to message.

Also try SET CURSOR in the PBO.

For your information:

1. http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dbac0b35c111d1829f0000e829fbfe/content.htm

2.

3. http://help.sap.com/saphelp_bw/helpdata/en/9f/dbabbd35c111d1829f0000e829fbfe/content.htm

May this helps you.

Regards.

Deepak Sharma.