cancel
Showing results for 
Search instead for 
Did you mean: 

Floorplan manager - switch between OIF and GAF at runtime

wayne_hanrahan2
Discoverer
0 Kudos

Hi all,

half way through a GAF application, can I switch to an OIF?

The scenario:

I have an initial screen on a GAF application, depending on the detail the user enters, i want to either continue with the GAF or switch to an OIF application.

Is this possible?

Thanks for your help.

Wayne Hanrahan.

Accepted Solutions (0)

Answers (3)

Answers (3)

wayne_hanrahan2
Discoverer
0 Kudos

Thanks Guys.

ChrisPaine
Active Contributor
0 Kudos

Hi Wayne,

No, not possible.

if you look at the IF_FPM implementation CL_FPM you will see it has an attribute MO_FLOORPLAN. This is assigned at the instantiation of the FPM to be either of type CL_FPM_GAF_INTERNAL or CL_FPM_OIF_INTERNAL and there are no methods for changing the attribute.

I suggest you would need to terminate the GAF application and launch a new OIF application.

Cheers,

Chris

Former Member
0 Kudos

Hi,

You can also post this thread in Floorplan manager for Web Dynpro ABAP Forumn for faster response.

Former Member
0 Kudos

Hi,

I dont think so.

B'coz when you will run the application form FPM_GAF_COMPONENT only OVERRIDE_EVENT_GAF will get run, so u can set the varients of only GAF.

and when you will run the application form FPM_OIF_COMPONENT only OVERRIDE_EVENT_OIF will get run, so u can set the varients of only OIF.

you can not access the varients of GAF form OVERRIDE_EVENT_OIF method or OIF varients from OVERRIDE_EVENT_GAF.

Regards,

Arvind