cancel
Showing results for 
Search instead for 
Did you mean: 

fpm navigate in same browser

Former Member
0 Kudos

Hi

I'm using in standart MSS

this is method from standart MSS

public void onGotoOrgDetails( )

{

//@@begin onGotoOrgDetails()

NavigationTarget navigationTarget =

wdThis.wdGetFcNavigationInterface().getNavigationTargetServiceWithKey(

"MSS_EEPRO_GENERALDATA_TRGT_ORGASSIGNMENT",

null);

wdThis.wdGetFcObjectSelectionInterface().addObjectToNavigationTarget(

wdContext.currentSelectedPernrElement().getPlvar(),

wdContext.currentSelectedPernrElement().getOtype(),

wdContext.currentSelectedPernrElement().getObjid(),

wdContext.currentSelectedPernrElement().getAdditionalData(),

navigationTarget);

fpm.navigate(navigationTarget);

//@@end

}

I want that the navigate show inplace and not external windows

what I need to do

Regards

Yossi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you give me example

because i can't find any example

Former Member
0 Kudos

I dont know but, some property of your link or else will be done in the ESS home page frame work settings in the Backend.

so tht it will come with in the same window.

Cheers,

Apparao