cancel
Showing results for 
Search instead for 
Did you mean: 

FPM inplace - calling transaction

wobauer1
Explorer
0 Kudos

Dear experts,

we try to navigate from a FPM application to an ITS based standard transaction via web gui.

The FPM application is running in inplace mode.

We use the following:

Interface:           iffpm_navigation_to

Parameters:      fpm_s_Launch_Transaction

                         apb_lpd_s_add_trans_Parameters

Parameter values:

gui_type = 'WEB_GUI'

tcode = <Standard TA>

Navigation_mode = 'EXT_HEAD'.

When we run the application in the browser the transaction is displayed in a new tab.

In the inplace mode no window is shown.

Is there a possiblity to show the window also in inplace mode?

Thanks for your help!

Regards

Wolfgang

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Wolfgang,

Instead of EXT_HEAD you can use value INPLACE in navigation_mode parameter. Now window will open inplace of window.

Thanks & Regards

Praveen Gupta