Application Development 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: 

Image Display from SO10

Former Member
0 Kudos

Hi Collegues,

I have uploaded an image under MIME in BSP Application.

Ex: https://XXX.ABC.com/sap/bc/bsp/sap/zpic/image. This url is accesible and image can be viewed.

Also used this url in SO10 text and triggered the mail. In SOST also image is visible. But when sent outside of SAP, i image is not displayed.

Kindly suggest.

18 REPLIES 18

Former Member
0 Kudos

I think there are some BASIS settings missing or needed...once check with your SAP BASIS team....they might give some idea

0 Kudos

Any idea of what kind of BASIS settings?

kesavadas_thekkillath
Active Contributor
0 Kudos

How are you sending the email ?

Kesav

0 Kudos

using READ_TEXT FM, got the text, and using BCS classes by setting the type as 'HTM' . This is how email is being sent. Moreover, i can see the image in SOST and the text alignment is also perfectly fine here. But when pushed to outside from SOST, image is not loaded or displayed.

0 Kudos

You must use the function SO_OBJECT_SEND & SO_OBJECT_UPDATE for sending images . I would like to share the thread which helped us some time ago to acheive this [link|http://www.sapfans.com/forums/viewtopic.php?f=13&t=314383].

Kesav

0 Kudos

Hi Keshav,

But the image is not on PC. It is already in SAP. Also the entry generated in SOST also has the image.

0 Kudos

Is there any security message in the email which is displayed like "Click here to view images" while viewing it ???

Kesav

0 Kudos

No keshav ... nothing like that ...

0 Kudos

One more thing is to check the page layout of your email editor ( If ts plain text or HTML ), if its plain text the image will not be displayed.

0 Kudos

Type is 'HTM' only ...

0 Kudos

Hi Manjunath,

I think you are confused, For Ex: In your outlook editor there is a option n tool bar 'HTML Editor' or Plain Text or Rich Text ,i did not say about value passed to the BCS classes. For checking this send it to your personal email id and check if its displaying. Please check it

Kesav

0 Kudos

In Outlook, by setting the type to HTML also we cant able to see the image . Also forwarded this item to personal mail gmail and checked. In my personal mail i can see the image.

0 Kudos

In my personal mail i can see the image.

At last its clear that its not the problem in SOST. You have to check your email settings. Try sending it to other official id & if it works( assuming the settings are correct ) then need not worry about this problem and can go forward.

Kesav

0 Kudos

Hi,

As i said in earlier post, it could be company proxy settings issue as you can see the image in your personal mail. Try to send it to some other email id where the image link is accessible through proxy and check. It should work.

Thanks.

Ravi

0 Kudos

Inserting an image url in so10 wont work. I got this issue solved by adding the image as atachment and specified the same image source in sost. Issue solved.

Thanks for the answers.

raviahuja
Contributor
0 Kudos

Hi,

Could it be a proxy issue i.e. outside SAP, the link is not accessible through proxy like company policies don't allow that website to be opened? Just a guess..

Thanks.

Ravi

Former Member
0 Kudos

Hi ravi,

Incase if the link should be accessible outside SAP, what kind of BASIS setting has to be done ... any idea ?

Former Member
0 Kudos

Thanks for the answers.