cancel
Showing results for 
Search instead for 
Did you mean: 

FPM GAF and FPM OVP

Former Member
0 Kudos

Hello experts!
I have an application created with FPM GAF. Inside this application exist call of FPM OVP and after this call I have a dump.

Is it possible to use OVP inside GAF?

lr_fpm = cl_fpm_factory=>get_instance( ).    "Its OK

lr_ovp ?= lr_fpm->get_service( iv_service_key = if_fpm_constants=>gc_service_key-cnr_ovp ). "Its NOK lr_ovp is initial

*-- Fetch the list of UIBB

        lr_ovp->get_uibbs(.....)  "Dump, because lr_ovp is initial

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

   The FPM application can belong to only one of the floorplans allowed. Hence, you will not be able to get the instance of another within the original application (in this case OVP within GAF).

However, application embedding may be possible(needs to be tried out though!).

Also, GAF does not support collapsible trays yet.

Regards,

Suhas

Answers (0)