‎2007 Mar 05 5:28 AM
Hi frnds,
How to download a logo from SE78 to presentation server?
plzz help regards,
satya
‎2007 Mar 05 5:32 AM
In the transaction OAOR, you should be able to insert your company Logo.
GOTO - OAOR (Business Document Navigator)
Give Class Name - PICTURES Class Type - OT..... then Execute
It will show you the list, then select ENJOYSAP_LOGO.
On that list, you will find one control with a "create" tab.
Click std. doc types.
Select SCREEN and double-click.
It will push FILE selection screen.
Select your company logo (.gif) and press OK.
It will ask for a description- for instance: "company logo".
It will let you know your doc has been stored successfully.
You can find your logo under ENJOYSAP_LOGO->Screen->company logo.
Just run your ALV program, you should find your company logo in place of the EnjoySAP logo.
Similarly u can download.
‎2007 Mar 05 5:37 AM
hi judith,
Your reply is for LOGO upload.
please read the query carefully.
Anyway You are doing a wonderful job. keep up the good work.
Regards
Anver
‎2007 Mar 05 5:44 AM
Frnds,
Thnsk but i want to export the logo from se78(document server ) to my presentation server.
regards,
satya
‎2007 Mar 05 5:32 AM
Hi,
In SE78 GRAPHCIS GENERAL GRAPHICS->BMAP GRID SCREENS ->SELECT THE LOGO AND CLICK THE IMPORT BUTTON AND GIVE THE PATH NAME.
Thanks,
Shankar
‎2007 Mar 05 5:32 AM
Satya,
Pls follow the menu path,
SE78 - > Graphic -> Import
File Name : Press F4 and select the requrire logo(on Presentation Server)
Name : Give relavent name
Pls try to search in the Forum before you post same questions in the forum.
Regards,
Sujatha.
Message was edited by:
Sujatha Reddy
‎2007 Mar 05 5:41 AM
Hi,
Good query...
you have to use the following method to get the image as a binary string and then use gui_download to download it to local system
call method cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
exporting
p_object = fs_stxbitmaps-tdobject
p_name = fs_stxbitmaps-tdname
p_id = fs_stxbitmaps-tdid
p_btype = fs_stxbitmaps-tdbtype
receiving
p_bmp = loc_graphic_xstr
exceptions
not_found = 1
others = 2.
or use report program RSTXSCRP or RSTXLDMC.
Kishore.