cancel
Showing results for 
Search instead for 
Did you mean: 

Change WD Configuration at runtime

Former Member
0 Kudos

Hi,

I have a WD Application with differetn application configurations.

Due to technical reasons, I do not know the correct application configuration upfront and have to determine it first. I can not pass i by URL parameter sap-wd-configId.

Is it possible to switch the application configuration after the application has been started?

Since my application is a FPM OIF, it would be sufficient also to change the component configuration at runtime.

Any ideas?

Thanks

Bruno

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I don't believe that you can change it after the application has started. Particularly in the case of FPM, I'm not sure how that would work. So much data is loaded based upon the configuration, you would basically have to restart the application and re-initialize the components.

You might have to add an intermediate WD that loads first and then does navigation to the actualy FPM/Configuration you need.