‎2012 Sep 25 7:15 AM
Hi ,
I have 2 subscrens , each contain fields.
I am calling both the subscreen from my main screen.
I used GET cursor in all the PAI modules of all screens.
by default cursor is at 1st field of subscreen1.
If cursor is at any other field , after pressing enter or any PAI event it should stay at that field only.
Get & set cursor is not working properly for me.
Any other suggestions?
‎2012 Sep 25 8:16 AM
Hi Sharath,
Use set cursor syntax in pbo module.
Then it will work fine.
Regards,
BALAJI.
‎2012 Sep 25 9:33 AM
Hi Balaji,
Get cursor in subscreens is not returning any value,
sy-subrc = 4.
‎2012 Sep 25 10:27 AM