‎2007 Aug 16 11:28 AM
hai SDN 's,
How can i upload a Logo or Picture(Bitmap) in
Top-Of-Page in ALV report
Regards ,
S.Gayathri
‎2007 Aug 16 11:30 AM
Pass the logo name in the parameter I_LOGO in the function module REUSE_ALV_COMMENTARY_WRITE. Refer to the programs BALVST02_GRID and BALVST03_GRID for more information.
Please mark points if the solution was useful.
Regards,
Manoj
‎2007 Aug 16 11:30 AM
Pass the logo name in the parameter I_LOGO in the function module REUSE_ALV_COMMENTARY_WRITE. Refer to the programs BALVST02_GRID and BALVST03_GRID for more information.
Please mark points if the solution was useful.
Regards,
Manoj
‎2007 Aug 16 11:32 AM
Hi
Check this program.
CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
EXPORTING
it_list_commentary = gt_list_top_of_page
I_LOGO = 'ENJOYSAP_LOGO'.
Regards
Haritha.
‎2007 Aug 16 11:32 AM
Hi Gayatri
use oaer transaction for uploading the logo
and use reuse_alv_comentary_write fm and pass u r lofo name that is defind in oaer transaction to I_logo parameter to this fm
reward points to all helpful answers
kiran.M
‎2007 Aug 16 11:43 AM
01) GOTO - OAOR (Business Document Navigator)
02) Give Class Name - PICTURES
Class Type - OT..... then Execute
03) It will show u the list... select ENJOYSAP_LOGO.
04) Below u can find one control with Create tab.
05) Click std doc types.
06) Select SCREEN and dbclick.
07) It will push FILE selection screen.
0 Select ur comp logo (.gif) press OK.
09) It will ask description ... let say comp logo.
10) It will give u doc stored successfully.
11) U can find ur logo under ENJOYSAP_LOGO->Screen->comp logo.
12) Just run ur ALV prog .... hope u can find ur comp logo in place of enjoy sap logo.
Other way you can use FM "REUSE_ALV_GRID_DISPLAY".
********************Sample********************** **
call function 'REUSE_ALV_GRID_DISPLAY'
exporting
I_INTERFACE_CHECK = ' '
I_BYPASSING_BUFFER =
I_BUFFER_ACTIVE = ' '
i_callback_program = sy-cprog
I_CALLBACK_PF_STATUS_SET = ' '
I_CALLBACK_USER_COMMAND = ' '
i_callback_top_of_page = 'F_TOP_OF_PAGE'
I_CALLBACK_HTML_TOP_OF_PAGE = ' '
I_CALLBACK_HTML_END_OF_LIST = ' '
I_STRUCTURE_NAME = ' '
i_background_id = 'CABLESCOM "Our Logo's here
regards,
srinivas
<b>*reward for useful answers*</b>