Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > SAP Forum > SAP ABAP HR Forum


How can I insert my company logo in the standard report?


Reply
Views: 1821  
Thread Tools Rate Thread
  #1  
Old 05-22-2009, 05:21 AM
bholus7
Guest
 
Posts: n/a
Default How can I insert my company logo in the standard report?

How can I insert my company logo in the standard report?


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.

Reply With Quote
Reply

New topics in SAP ABAP HR Forum


Thread Tools
Rate This Thread
Rate This Thread:



Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
WikiNewForum)