cancel
Showing results for 
Search instead for 
Did you mean: 

How to print logo in standard report

Former Member
0 Kudos

Hi,

How to print a logo in sap ordinary report

Thanks,

Sreedhar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sreedhar,

It is not possible to print logo in the ordinary report, but it can done through ALV.

Write the code in Top-of-page event in ALV.

The following is the code for inserting the logo in ALV.

FORM TOP_OF_PAGE.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

I_LOGO = 'ENJOYSAP_LOGO'

IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE.

ENDFORM.

Rewards if it is helpful...

Regards,

Omkar.

Former Member
0 Kudos

Hi Sreedhar,

Did u mean in scripts? it like as below

INCLUDE ZMEXICO_LOGO OBJECT TEXT ID ST LANGUAGE EN

Reward if helpful

Thanks,

Suma.

Former Member
0 Kudos

hi,

sorry, i am not asking in scripts, i am asking in ordinary reports

Thanks,

sreedhar.