cancel
Showing results for 
Search instead for 
Did you mean: 

Change IDR configuration at runtime

Former Member
0 Kudos

Hello together,

i have created two differenent IDR configurations. Dependent on an URL parameter, i want to switch between these IDR configurations. I'm using a GAF.

I saw that i can change the application title within coding, but didn't find any help to switch between IDR Configurations..

Thanks and Regards

Accepted Solutions (1)

Accepted Solutions (1)

ulrich_miller
Active Participant
0 Kudos

Hi Christopher,

unfortunately it is not possible to exchange the IDR configuration at runtime. But of course you make API calls to IF_FPM_IDR at any time (well not exactly any time, e. g. calling that API in WD ABAP method WDDoModifyView is not working, because it is too late, therefore it is best to make calls to IF_FPM_IDR during some FPM eventloop methods like FLUSH, PROCESS_EVENT or PROCESS_BEFORE_OUTPUT).

Kind regards,

Ulrich

Answers (1)

Answers (1)

Former Member
0 Kudos

I think it is not possible to change the config_id as already suggested here. There is no public api to do that.