cancel
Showing results for 
Search instead for 
Did you mean: 

FPM header for WebDynpro

Former Member
0 Kudos

Hi Guys,

               I am using same WebDynpro application for 2 iViews. A parameter passed to the iView determine the which type it is.

I need to keep the Header of the WebDynpro on the iView depends on the parameter passed.

Wondering is there any way I can control this in FPM IDR config or I have to add some code to achieve this..?

Thanks

Sam

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

You can achieve this by APPCC and writing you code in override method in component controller.

Thanks

KH

Former Member
0 Kudos

Hi Katrice,

                  What's APPCC ?

Thanks

Senthil

Former Member
0 Kudos

Hi,Using an application-specific configuration controller (AppCC) allows you to do the following:

Read the structure of your application at runtime .

Change the structure of your application dynamically .

Make global checks .

Make global adjustments for FPM events .

And refer this blog Dynamic Header in FPM OIF Application which will help you.

Thanks

KH