cancel
Showing results for 
Search instead for 
Did you mean: 

how to retrieve configuration list for WebDynpro component

former_member131774
Contributor
0 Kudos

Hi experts,

I have webdynpro component A with configuration AA.

How to retrieve configurtion AA ? Is there any interface or Function module I can use?

Also another question is how to get webdynpro configuration of WebDynpro application.

Thanks.

best regards,

Vincent

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member131774
Contributor
0 Kudos

Hi Abhi,

Yes , this is possible.

But I want to get configuration dynamically.

Input parameter : WebDynpro compoenent name

Output Parameter: List of WebDynpro Configuration

Is this possible?

Vincent

abhimanyu_lagishetti7
Active Contributor
0 Kudos

I don't see any method as such, however you can read the table WDY_CONFIG_DATA to know the component configurations

former_member131774
Contributor
0 Kudos

Thanks for the tip.

Let me end this question:

cl_wdr_configuration_utils=>get_config_list_4_comp

cl_wdr_configuration_utils=>get_config_list_4_appl

abhimanyu_lagishetti7
Active Contributor
0 Kudos

well, right click on your application and choose create/change configuration, it will open a web dynpro application, here you can search to see the available configurations

Abhi