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: 

Need to print the company logo in alv report

Former Member
0 Kudos

Hi All ,

I am displaying an alv grid for some QM report .

I have used top-of-page event and 'REUSE_ALV_COMMENTARY_WRITE ' FM to display the logo and header . Every thing is working fine .

But when I am taking the print-out the logo is not getting printed . Except logo everything is coming in the print out.

So please help me if you have any idea ragarding how to print the logo in the report.

regards

Satish

3 REPLIES 3

Former Member
0 Kudos

print the logo is really simple, check this little sample:

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
      i_logo             = 'Z_LOGO'
      it_list_commentary = gt_list_top_of_page.

and how to upload the logo in this link:

regards

Edited by: Sebastian Bustamante on Sep 24, 2008 3:26 PM

0 Kudos

Dear sebastain ,

Thanks for ur reply , but i have already used this in my program , the logo is coming in the report header , but while taking the print-out the logo is not coming .

regards

satish

0 Kudos

Hi all ,

Is it impossible to print the logo in alv report...???

If anybody has done it , please reply soon.