cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance standard FPM aplication to use new configuration

preethi_santhanam
Participant
0 Kudos

Hi,

I am working on enhancing the Web Dynpro application FMCA_WDY_FPF which is based on the Web Dynpro component FMCA_WDY_RETURN that is situated on top of the Floorplan Manager (FPM) Web Dynpro framework. The standard Web Dynpro application onfiguration is FMCA_WDY_FPF_CONF. I have copied this configuration to ZFMCA_WDY_FPF_CONF. Could anyone pint me to where I need to make an enhancement, so that this application uses the new configuration?I see that the Web Dynpro application has a WDCONFIGURATIONID, but I cannot enhance this.

Any help will be appreciated.

Thanks & Best Regards,

Preethi.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I think most people probably just go ahead and create a new Web Dynpro ABAP Application which points to their copied configuration.

preethi_santhanam
Participant
0 Kudos

Hi Thomas,

Thanks. I would like to use the standard WD application, hence enhanced the existing configurations. Any clues on the code so that the WD application uses Config 1 when status is X and Configuration 2 when status is Y?

Best Regards,

Preethi.

Former Member
0 Kudos

Hi,

If you will enhance the existing configuration, It will be executed with the call to standard application configuration. So there are no 2 separate instances to be used. You copy the standard config into a Z version. Now you have the option to call custom config or standard.

If you are calling a specific config based on some condition, you may be creating a WD app url and calling it. Create a WD url using standard config or custom config.

Regards

Vishal

preethi_santhanam
Participant
0 Kudos

Hi Vishal,

Thanks for your reply. Not sure if you've understood the question correctly.

I have a WD application with URL1. It has an application configuration AC1, which is now enhanced to AC2. The application config has a component config CC1 which is also enhanced to CC2.

So now, when we execute url, it calls AC2 and CC2.

What I'm looking for is for the same url to call AC1 and AC2 based on a status. Is it possible to change the App Config dynamically? If yes, where do I make the code change?

Best Regards,

Preethi.

Former Member
0 Kudos

As far as i know, you cannot change that dynamically in the versions < 7.03. I have heard that FPM would support multiple instance in 7.03, which i assume that would support your case.

preethi_santhanam
Participant
0 Kudos

Thanks a lot Thomas and Vishal.

Best Regards,

Preethi.

preethi_santhanam
Participant
0 Kudos

Thanks a lot Thomas and Vishal.

Best Regards,

Preethi.

Answers (0)