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: 

Problem in ALV Top of Page

Former Member
0 Kudos
102

Hi All,

I am having a ALV report .Once i execute the report there will be ALV output once i click on the Material no((Hot spot)) in the output it ll take to the another ALV report.The problem is how to get the top of page in the second alv...The top of page in the second ALV should be different..

Is it possible to do this?Pls reply asap.

Thanks

Raj.

3 REPLIES 3

Former Member
0 Kudos
82

hi,

In second alv also u 'll be havng top_of_page event so call that and use FM commentary_write.

else use FM alv_events_get and pass top_of_page in that.

Thanks.

Arunprasad.P

Former Member
0 Kudos
82

Hi Arun,

It is not working in the way you have given.

Hi All,

Is there any way to do this ???

Thanks

Raj.

Former Member
0 Kudos
82

hi raja,

in the second alv report u just call the reuse_grid_display.

pass the top_of_page parameter once again.and whatever u want to display u just write the code for that inside the form top_of_page.try this this thing will work

rewads points are useful.;

regards