cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio SDK Data source componets not working with SAPUI5 M templates

former_member194928
Participant
0 Kudos

Trying to use the SDK samples and also developing our own SDK data source component. The components work in SAPUI5, but will not render (no components render when they are part of the application) in SAPUI5 M. Is this a known limitation is it a bug or is there some property or way to get it to work that may be missing?

Thanks

Aaron

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member194928
Participant
0 Kudos

Hello

Still experiencing an issue with developing a custom SDK data source that works within a SAPUI5 m design studio application. Is this a bug or limitation of the SDK? If someone has a working example that works within a UI5 m application that would be helpful.

Thanks

Aaron

former_member194928
Participant
0 Kudos

I have added modes="commons m" to the data source component and behavior is still the same. I have also seen in the documentation that this property for data sources is ignored.


Thanks


Aaron

TammyPowlas
Active Contributor
0 Kudos

Reviewing the SAP Help, there are modes (see page 27) http://help.sap.com/businessobject/product_guides/AAD16/en/ds_16SP03_dev_guide_en.pdf - it says "You have two different Component Javascript files. One of them should be used with analysis applications based on the SAPUI5 library, the other one with the SAPUI5 m library. Specify the first Component JavaScript file with element , and the other one with element"


Have you checked that?