cancel
Showing results for 
Search instead for 
Did you mean: 

Receiving url parameter with floorplan manager

former_member94854
Participant
0 Kudos

Hi there,

I'm calling an object instance floorplan within the portal environment with absolute navigation. The OIF is displayed in a new Portal window. When I call it, I pass url parameters to the OIF via the attribute BUSINESS_PARAMETERS of the absolute navigation method.

Within the OIF I'm able to receive the url parameters. My problem now is, that I have no clue how to access this url parameters located in the OIF from my web dynpro component. Is there a standard way to access url data from an embedded web dynpro component of an OIF?

Kind regards,

Albert

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member94854
Participant
0 Kudos

Hi there,

I solved it the following way:

DATA: lo_fpm TYPE REF TO if_fpm.

lo_fpm = cl_fpm_factory=>get_instance( ).

lo_fpm->mo_app_parameter->get_value(

EXPORTING

iv_key = <URL_PARAMETER>

IMPORTING

ev_value = <VARIABLE> ).

Former Member
0 Kudos

Good Solution Albert,

Can you give us some pointers regarding this topic...Actually I tried checking this IF_FPM interface, but I cant find in SE24. Would be great if you could give us some link in these regards.

Regards

<i><b>Raja Sekhar</b></i>

former_member94854
Participant
0 Kudos

Hi Raja,

I tried on an ABA 7.00 SP11 system. There the interface IF_FPM is available. Usually if you are able to use the floorplan manager itself, there should exist this interface, too. Tell me if you need more information!

Kind regards,

Albert