2010 Jun 29 7:10 AM
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
2010 Jun 29 7:32 AM
You need to use [SET CURSOR|http://help.sap.com/abapdocu_70/en/ABAPSET_CURSOR_SHORTREF.htm]
Regards
Marcin
2010 Jun 29 9:48 AM
Hi Marcin
Thanks for suggestion, I tried that SET CURSOR ,
but i want to go next field after enter .
Thanks
kumar
2010 Jun 29 9:51 AM
Hi ,
Use the statement set cursor field 'S_VBELN-LOW'..
Thanks
Subhankar
2010 Jun 29 10:50 AM
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
2010 Jun 29 12:10 PM
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
3. http://help.sap.com/saphelp_bw/helpdata/en/9f/dbabbd35c111d1829f0000e829fbfe/content.htm
May this helps you.
Regards.
Deepak Sharma.