cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding portal navigation

Former Member
0 Kudos

Dear friends

i had developed two form pages and put into portal and now my requirement is when i click on button in first form at should enter the second form with some parameters...

I am just wondering how can we link to second page?

Thanks Advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Performs a navigation to a absolute defined navigation target.

@param navigationTarget the absolute navigation url to navigate to

@param mode the mode in which the navigation will be performed

@param windowFeatures additional client windows properties (for external window only)

@param windowName the name of the client window (for external window only)

@param historyMode the used history mode (i.e. defined how the navigation target occurs in the navigation history)

@param targetTitle the displayed title in the page titel bar (optional)

@param contextUrl the used navigation context (optional)

@param businessParameters optional (business) parameters like customerID=4711

@param launcherParameters optional (launcher) parameters like WebDynproNamespace=myNamespace

@param postParameters defines whether or not the defined parameters are POST or GET parameters

@param useSAPLauncher should be TRUE if the navigation destination uses the SAP application launcher (i.e. if the navigation destination is implemented using BSP, Web Dynpro, ITS or SAPGui).

WDPortalNavigation.navigateAbsolute

Regards

Ayyapparaj

Former Member
0 Kudos

Hi,

You can use WDPortalNavigation.navigateAbsolute();

You have different parameters for these methods and the necessary things can be passed in the parameter called Business Parameters.

Regards,

Murtuza