cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

It seems that two things should be corrected on this page (SAPUI5 documentation for Enabling the Flexible Column Layout). I followed the instructions for OData V4 to manually change my manifest.json, but it didn't work. Then I successfully enabled the Flexible Column Layout using SAP Fiori Tools. When I compared my changes to those done by Fiori Tools I noticed that two things are incorrect in the documentation:

  1. The changes must be made under "sap.ui5" and not under "sap.ui".
  2. A new dependency called "sap.f" must be added under "sap.ui5" -> "dependencies" -> "libs". Without this, I get the error "App could not be opened because the SAP UI5 component of the application could not be loaded."
View Entire Topic
petr_stribrny
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Csaba,

I'm sorry for the delayed response. The issue you have mentioned has been fixed by Version 1.90.0. Do you mind if I asked you to check? Thanks!

Best Regards,

Petr Stribrny

UX Engineering

csaba_molnar3
Explorer
0 Likes

Hi Petr,

The problem with sap.ui instead of sap.ui5 seems to be fixed. But I still don't see it mentioned anywhere that the dependency to "sap.f" must be added. Or, at least, the developer should make sure that this dependency is already present in the manifest.json.