Hello,
i have build my fiori app using the SAP splash and BUILD prototyping tool.
After finishing, i have build an new project in the SAP WEBIDE by selecting the Splash project using the BUILD-Plugin for SAP WEBIDE.
After these steps, an SAP WEBIDE Project was generated with all the necessary files for execution as fiori application.
Problem:
when generating the project in SAP WEBIDE with the BUILD-Project, it is not possible to select the desired sapui5 Version, for example 1.28.3. Therefore my generated project has version 1.36
I want to deploy my fiori app to SAPUI5 ABAP Repository with SAPUI5 Version 1.28.3.
After successfully deployment of my app, i have integrated this app into the fiori launchpad.
After execution, a got some errors like:
" Cannot add direct child without default aggregation defined for control sap.uxap.ObjectPageHeader"
Coding generated from SAP WEBIDE:
<uxap:ObjectPageHeader id="sap_uxap_ObjectPageLayout_0-headerTitle-sap_uxap_ObjectPageHeader-1" objectImageURI="/webapp/localService/assets/{Picture/Image}"
objectTitle="" objectSubtitle="" headerDesign="Light" objectImageShape="Circle" isObjectIconAlwaysVisible="false"
isObjectTitleAlwaysVisible="false" isObjectSubtitleAlwaysVisible="false" isActionAreaAlwaysVisible="true">
<uxap:actions/>
<uxap:breadCrumbsLinks/>
<uxap:navigationBar>
<m:Bar id="sap_uxap_ObjectPageLayout_0-headerTitle-sap_uxap_ObjectPageHeader-1-navigationBar-sap_m_NavigationBar-1467284974980"
design="Auto">
<m:contentLeft/>
<m:contentMiddle/>
<m:contentRight/>
</m:Bar>
</uxap:navigationBar>
</uxap:ObjectPageHeader>
It seems, that i have to adapt the coding of the xml-view to Version 1.28.
I have tried to make an update of the sapui5 patch, but for version sapui5 1.36 you have to update from netweaver release 7.4 to 7.5. But i don't want to change to release 7.5
Is there any other possibility to generate coding for sapui5 version 1.28 for the frontend?
With this solution ( adapt coding to version 1.28.3) i'm not happy :-)
When generating an Master-Detail Fiori-Application Tepmplate, you only can select one of the sapui5 versions from 1.26 to 1.36.
What to do when generating an template for an sapui5 version lower than 1.26 ? Do i have to adapt all the coding for xml-View & controller generated for version 1.26 to my sapui5 version, for example 1.14?
I would be so happy if anyone could give my some ideas or solutions how to solve my problem.
Thanks a lot.
Dani!