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

SET CURSOR IN REPORT PROGRAM

Former Member
0 Likes
743

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

4 REPLIES 4
Read only

Former Member
0 Likes
605

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

Read only

Former Member
0 Likes
605

Plz help

Read only

0 Likes
605

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

Read only

Former Member
0 Likes
605

hi