‎2006 Jun 29 12:30 PM
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
‎2006 Jun 29 12:35 PM
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
‎2006 Jun 29 12:52 PM
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
‎2006 Jun 29 12:58 PM
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
‎2006 Jun 29 12:37 PM
Hai,
Create two custom container. One for the grid and another for commentry write.
Cheers,
Umasankar