cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adaptation editor for SAPUI5 adaptation project with VS Code - On Prem

SDJEMAA
Explorer
0 Kudos
690

Hello everyone,

I’ve created a UI5 adaptation project using the new Adaptation Editor generator (from the latest UI5 tooling update).

The project generation and build completed successfully without any errors.

However, when I try to preview or open the Adaptation Editor from my variant, the browser launches but:

  • The application does not render (blank page).

  • No UI5 controls or components are loaded.

  • The console doesn’t show any clear errors related to UI5 modules, but the app never initializes.

Here’s what I’ve done and verified so far:

  1. Generated the adaptation project via the new generator (https://www.npmjs.com/package/@sap-ux/generator-adp)

  2. file .variant structure are correctly created.

  3. Verified that the base application loads normally outside of the adaptation project.

  4. Tried different browsers and cleared the cache — same result.

Question:

  1. Has anyone experienced this behavior with the new Adaptation Editor generator ?
  2. Is there any known configuration or dependency missing to make the preview work properly ?

Any insights or troubleshooting steps would be greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Gergana_Marcheva
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi SDJEMAA,

Adaptations can also be made via Runtime Adaptation (https://help.sap.com/docs/UI_ADD-ON_FOR_SAP_NETWEAVER_20/17ae0e97e0fc424a9c368f350c0ba6bd/5c424437bf...) but those changes are basic one, for example hide a field or rename a label. But for example you can't extend the controller or add a fragment.

Otherwise I don't understand why you want to change the approach. If the Adaptation Editor works with the suggested from me version then just use it that way. As I said that version is only for the Editor. Once the app is deployed it will use the version that is on your system and it will work as expected since the app there is not working in FLP sandbox. You can simply try making some changes, deploy the app and test it there.

 Best Regards,

Gery

SDJEMAA
Explorer
0 Kudos
Ok thanks for your reply.

Answers (1)

Answers (1)

junwu
SAP Champion
SAP Champion
0 Kudos

which app?  did you check vsc terminal?

SDJEMAA
Explorer
0 Kudos
app f3172
junwu
SAP Champion
SAP Champion
the ui5 version doesn't matter that much concerning the version you have in your onpremise system.but if the ui5 you specified is not available in the internet, your project won't run.