2007 Apr 06 7:01 AM
In Tcode VF45, Output is displayed using container ALV. We have copied this to ZVF45 & we are trying to add a Header (just like you display in normal ALV Grid to show your top-of-page using function module reuse_alv_commentary_write) to display all selection-screen parameters on top of this container ALV. But there is no method to display this using container ALV.
Please suggest me the better way to display header as we do it in normal Grids.
In Tcode VF45, Output is displayed using container ALV. We have copied this to ZVF45 & we are trying to add a Header (just like you display in normal ALV Grid to show your top-of-page using function module reuse_alv_commentary_write) to display all selection-screen parameters on top of this container ALV. But there is no method to display this using container ALV.
Please suggest me the better way to display header as we do it in normal Grids.
2007 Apr 06 7:32 AM
Hi
I would suggest you one easy way is to put the header part outside the container....thats is in the normal screen area.
2007 Apr 06 7:49 AM
That we have tried, that is possible. But when user takes printout he won't get that header in the print ( as it is out of container in the screen area). That's why we particularly want a header.
2007 Apr 06 8:24 AM
When you are saying container ALV I assume it to be OOPS ALV.
If it is so, then add another container on the top of the screen and display your headings there.
Check BCAL_* examples for reference in SE38.
Regards,
Amit
Reward all helpful replies.
2007 Apr 09 7:17 AM
This also is not working....Can we add it in one Container itself?
2007 Apr 09 11:30 AM
Hi Samir,
You better do the Same process means, Register the top-of-page events and do the same coding for the top-of-page. These events will work for container.
If you want to display the title only then you will have one option to set the title.
Please let me know what is the FM or Classes you are using. Depending on that I can provide you the answer
Warm Regards,
Vijay