‎2009 Nov 26 1:52 PM
Hi,
I have done a simple ABAP report which display line item wise data.
When I click line item it open a screen by using call screen...Then I have to give OK
Button to close the screen. The report contain no of page. After clicking OK button on
Last page Line item screen the Cursor comes to first page.
Please help me how to keep cursor position on the same line on which line item I press
OK button.
Thanks,
Sunil
‎2009 Nov 26 2:01 PM
Hi Sunil,
<< Cut and paste without attribution from [Setting the Cursor Position (SAP Library - ABAP Programming (BC-ABA))|http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/dbac0b35c111d1829f0000e829fbfe/content.htm] removed >>
Regards
Abhii
Edited by: Rob Burbank on Nov 26, 2009 9:16 AM
‎2009 Nov 27 11:40 AM
‎2009 Nov 27 1:27 PM
hi,
you can set the cursor in the screen attribute in the Screen Painter or you can set the cursor by this statement in the PBO.
SET Cursor Field <f> [OFFSET <off>].
thanks
Tanmaya
‎2010 Mar 19 3:28 AM