Application Development 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: 

Re:TOP-OF-PAGE

Former Member
0 Kudos

Hi Gurus,

I have developed a report with multiple radio-buttons and each displays its own top-of-page when it is selected.

But when i run the report for the first time and press back it is not going to selection-screen instead it is displaying the top-of-page again and again i have to press back to return to the selection screen.(This is happening only for the first time i run the report),what might be the problem unable to figure it out.Please help me...

Note: I have used selection-screen skip in the selection screen to give the gap b/w two radio-buttons.

Regards,

Vamshi

8 REPLIES 8

Former Member
0 Kudos

post ur entire code.

0 Kudos

Sorry.could not post the code as it is too big to post.

Q: when i go BACK from the output  it is again displaying only top-of-page instead of selection-screen,again i have to press BACK button.Y????

Regards

Vamshi

0 Kudos

i remember i have also encountered the same problem long back.

probably it was becoz of wrong usage of report events:

i guess it was at selection screen output.

or end of selection.

at which event you have declared ur top-of-page.

bharat_rathod2
Active Participant
0 Kudos

dear ,

please use end of selection event.

still face proble then use leave to transcation sy-ucomm statement..

0 Kudos

Are you meaning LEAVE TO TRANSACTION sy-tcode ?

Regards,

Raymond

0 Kudos

yes dear.

Former Member
0 Kudos

Hi,

Please check the event follow in your code. I think top of page event triggering twices.

~Suresh M

raymond_giuseppi
Active Contributor
0 Kudos

Are you able to trace your report thru events (Processing Blocks in ABAP Programs - Event Blocks for lists ?) or can you write a brief overview of the structure of your program, which events are coded ?

Regards,

Raymond