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

Container ALV with Header

Former Member
0 Likes
843

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.

5 REPLIES 5
Read only

Former Member
0 Likes
717

Hi

I would suggest you one easy way is to put the header part outside the container....thats is in the normal screen area.

Read only

0 Likes
717

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.

Read only

0 Likes
717

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.

Read only

0 Likes
717

This also is not working....Can we add it in one Container itself?

Read only

0 Likes
717

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