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

Classical Report Screen with lost frame and headers

Former Member
0 Likes
660

Hi Experts,

I have one classical report , which is having Refresh button ,

before executing refresh button all the page header information come correctly but one you have executed the Refresh the page header will be not displayed until you page up to top of page.

Refresh logic :

Under user command :

I am making sy-lsind = 1 .

and retrieve all the updated data and display again .

End of logic.

Please guide me how to keep page header as it is even if user command got executed.

Thanks.

Raj

1 ACCEPTED SOLUTION
Read only

hymavathi_oruganti
Active Contributor
0 Likes
626

Try using

"TOP-OF-PAGE DURING LINE SELECTION." event

Hi Experts,

I have one classical report , which is having Refresh button ,

before executing refresh button all the page header information come correctly but one you have executed the Refresh the page header will be not displayed until you page up to top of page.

Refresh logic :

Under user command :

I am making sy-lsind = 1 .

and retrieve all the updated data and display again .

End of logic.

Please guide me how to keep page header as it is even if user command got executed.

Thanks.

Raj

3 REPLIES 3
Read only

Former Member
0 Likes
626

Hi,

Sy-LSIND for primary list is 0 not 1

try that change.

santhosh

Read only

hymavathi_oruganti
Active Contributor
0 Likes
627

Try using

"TOP-OF-PAGE DURING LINE SELECTION." event

Read only

0 Likes
626

Hi Hymavathi ,

Thank you very much it solves my problem.

Thanks,

Raj.