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

ALV Commentary write function

Former Member
0 Likes
1,183

Hi All ,

I want to use REUSE_ALV_COMMENTARY_WRITE function in a report. But the list display I need to handle using oops alv & not by using REUSE_ALV_GRID_DISPLAY. If anyone has any idea about such scenario please let me know.

Regards

Yogesj

4 REPLIES 4
Read only

Former Member
0 Likes
603

In that case you will have to what the COMMENTARY WRITE function does yourself.

Split the container into two and display the grid in the bottom and the text in the upper half.

Look at the code of the commentary write function.

Take a look at this thread

Regards,

Ravi

Note : Please mark the helpful answers

Message was edited by: Ravikumar Allampallam

Read only

0 Likes
603

Thanks for this . i have tried this code. But in this case I can not have the standard tool bar on the list. Also I can not get the header in print out or excel file.

Do you have any suggestion on this .

Regards

Yogesh

Read only

0 Likes
603

I don't think you can do that. The print button of the ALV Grid will print the ALV Data only.

Regards,

Ravi

Note : Please mark the helpful answers

Read only

Former Member
0 Likes
603

Hai,

Create two custom container. One for the grid and another for commentry write.

Cheers,

Umasankar