‎2007 Jul 05 9:55 AM
Hi experts,
I want to position the cursor in a screen field.
I gave SET CURSOR FIELD GS_ASSEMBLY-SERNR in PAI.
But still the cursor is not in required position.
Pls help me to do this.
Thanks.
‎2007 Jul 05 10:38 AM
Hi,
If it is single i/o field then there is no need for <b> line</b> statement.i think you have to give it in quotes.
SET CURSOR FIELD 'GS_ASSEMBLY-SERNR'.
‎2007 Jul 05 9:58 AM
Your syntax is wrong....
Try this
<b>SET CURSOR FIELD <f> LINE <lin> [OFFSET <off>].</b>
Regards,
Pavan P.
‎2007 Jul 05 10:00 AM
Please tell me what meant for line.
Here the field i have to set the cursor in GS_ASSEMBLY-SERNR.
Thanks.
Message was edited by:
Murugan Arumugam
‎2007 Jul 05 10:28 AM
Hi Murugan,
Set the cursor field in PBO.
Example:
SET CURSOR FIELD 'ZRFQ-SUBMI'.
ZRFQ-SUBMI - FIELD NAME.
IF USEFULL REWARD
‎2007 Jul 05 10:38 AM
Hi,
If it is single i/o field then there is no need for <b> line</b> statement.i think you have to give it in quotes.
SET CURSOR FIELD 'GS_ASSEMBLY-SERNR'.
‎2007 Jul 05 10:38 AM
Hi Murugan ....
in the screen example 100- > in <b>Attribute's tab</b> ( first tab ) there is Other Attriubutes block which is 3rd selection screen in the screen..
<b>Exactly below the <b>Next Screen</b> field that is the <b>Cursor position</b> .
<b>for setting the cursor on the screen</b>
<b>there do the F4</b> it will show the <b>list of the fields which are all declared in the screen by you ..</b>
<b>just select the field</b> ..... inwhich field you want to set the cursor .</b>then <b>activate</b> it ... execute and see ...
the cursor will be there on the cursor selected field .
reward points if it is usefull ...
Girish
‎2007 Jul 05 10:49 AM
Hi Murugan,
Write your SET CURSOR command in PBO.
Regards,
Hari krishna.