cancel
Showing results for 
Search instead for 
Did you mean: 

Image Display in HWC to compare SAP RFC Data

Former Member
0 Kudos

Hi All,

I want to display a image in HWC comapred backend SAP data.

I am having data backend system SAP only key datas.but the images stored in LOCAL DATABASE of SUP Server.

Like SAP RFC Data showed like below..

 

Equipement NoEquipement text
1221212Samsung Grand
1245454 Sony xperia
4554545    Nokia Lumia

My actual requirement is I want to display a data as below format in mobile

Equipement NoEquipement textEquipement Image
1221212Samsung Grand (Image will be store Local Database of SUP)
1245454 Sony xperia(Image will be store Local Database of SUP)
4554545    Nokia Lumia(Image will be store Local Database of SUP)

Please Note SUP local database i have created table below.

Equipement NoEquipement Image
1221212Equipement Image
1245454 Equipement Image

Please advice how we can club both data (Local SUP Data and SAP RFC Data) i have tried composite options is not allow as to do it.

Thanks,

Raj

Accepted Solutions (0)

Answers (2)

Answers (2)

david_brandow
Contributor
0 Kudos

I'm told that you should be able to add an attribute to an MBO which isn't tied to any fields on the backend, which should accomplish what you are looking for, I believe.

midhun_vp
Active Contributor
0 Kudos

I think you can show the data as tables instead of going for a dynamic image.

In that case you have to write your own custom code inside the custom.js file.

A good example on how to create custom screens is here.

- Midhun VP