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

pls help

Former Member
0 Likes
597

can we retrieve the logo file present in sap to our systen drive

if yes please tel me how.

Thanks & Regards

Dinesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
574

Hi dinesh,

First find the actual path of this logo file in SAP, use transaction AL11, then you can use Function module ARCHIVFILE_SERVER_TO_CLIENT where you have to specify target path also.( Say c:\logo.

hope this will help you,

Reward points if it seems helpful.

Regards

AntonyThomas

can we retrieve the logo file present in sap to our systen drive

if yes please tel me how.

Thanks & Regards

Dinesh.

3 REPLIES 3
Read only

Former Member
0 Likes
575

Hi dinesh,

First find the actual path of this logo file in SAP, use transaction AL11, then you can use Function module ARCHIVFILE_SERVER_TO_CLIENT where you have to specify target path also.( Say c:\logo.

hope this will help you,

Reward points if it seems helpful.

Regards

AntonyThomas

Read only

Former Member
0 Likes
574

Hi,

a) Use transaction SMW0

b) Select the option Binary Data for Web RFC applns

c) Press F8

d) Press F8 in Package screen also

e) You can see a list of images uploaded to SAP

f) Select required object -> Select the menu webobject->Export-> Give a path/filename with relevant extn

g) The image will be stored in ur system

Reward points if it helps..

Regards,

Omkar.

Read only

Former Member
0 Likes
574

Hi,

We can get load to our SAP by using SE78 Transactions,

IF USEFULL REWARD