cancel
Showing results for 
Search instead for 
Did you mean: 

how to display material picture in Fiori

Former Member
0 Kudos

Hi Fiori Experts,

I configured the Fiori for SD module. In "Create SO" app, when I clicked "Product" tab, available material displaying. Now, I want to display the real material picture, for example, material "Ipad air", I hope the picture is a real Ipad picture. I already upload Ipad picture from Apple website to SAP DMS and link it to my material number in MM02, but it still not displayed in my Fiori.

can anyone help?

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You have to implement BADI to retrieve images because every customer store images in different place and SAP can not deliver fixed code.

Go to SE18 and open Enhancement Spot ES_SRA017_SALESORDER_CREATE.

There is the method GET_PRODUCT_IMAGE.

You can find similar solution in .

Regards, Masa

SAP Customer Experience Group - CEG

Former Member
0 Kudos

Thank you, Masayuki.

I will implement the BADI and update result back soon.

updated on 4th Aug:

Hi Masayuki,

It is working with BMP picture. thank you very much. But can I ask one more question? Is it support JPG picture? in that BADI, I load a JPG picture, but nothing displayed.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

It would be very nice if you share the solution code. Other community members can look at the code and make a suggestion.

Regards, Masa

SAP Customer Experience Group - CEG

Former Member
0 Kudos

Hi,

JPG picture can display now. I use FM  WWW_GET_MIME_OBJECT to read it. For BMP picture from SE78, I use the FM from your codes sample:  SAPSCRIPT_GET_GRAPHIC_BDS.

Hope it is useful to others who like Fiori.

Thank you!

Answers (0)