Application Development and Automation 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: 
Read only

Logo

Former Member
0 Likes
853

Hi frnds,

How to download a logo from SE78 to presentation server?

plzz help regards,

satya

6 REPLIES 6
Read only

Former Member
0 Likes
820

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.

Read only

0 Likes
820

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

Read only

0 Likes
820

Frnds,

Thnsk but i want to export the logo from se78(document server ) to my presentation server.

regards,

satya

Read only

p291102
Active Contributor
0 Likes
820

Hi,

In SE78 GRAPHCIS GENERAL GRAPHICS->BMAP GRID SCREENS ->SELECT THE LOGO AND CLICK THE IMPORT BUTTON AND GIVE THE PATH NAME.

Thanks,

Shankar

Read only

Former Member
0 Likes
820

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

Read only

Former Member
0 Likes
820

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.