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 Upload in Excel

Former Member
0 Likes
522

Dear All,

 

I have uploaded an image into SMD0 and am trying to export the image to an excel thro' ole ,

I am using method "

CALL METHOD OF SHAPES 'AddPicture'".

I am getting the URL using function module "

DP_CREATE_URL". But when I pass the URL,I get no image.

 

where as when I use a local URL like "C:....' ,it works .PLEASE HELP.

Dear All,

 

I have uploaded an image into SMD0 and am trying to export the image to an excel thro' ole ,

I am using method "

CALL METHOD OF SHAPES 'AddPicture'".

I am getting the URL using function module "

DP_CREATE_URL". But when I pass the URL,I get no image.

 

where as when I use a local URL like "C:....' ,it works .PLEASE HELP.

1 REPLY 1
Read only

Former Member
0 Likes
447

Go to SAPTechnical -> Tutorials -> ABAP and search for Display images (like company logo) on the selection-screen. This will tell you how to create a URL.

Thanks,

Shambu