cancel
Showing results for 
Search instead for 
Did you mean: 

Pass parameters via POST in WDPortalNavigation.navigateAbsolute method

Former Member
0 Kudos

Hi,

how can i pass parameters via POST method from WD Application using WDPortalNavigation.navigateAbsolute method

Should i pass the parameters as part of the NavigationTarget URL or they should be passed via different parameter?

Thanks,

Yuly Roberman

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

What is the procedure to pass parameters via POST using WebDynpro ?

I am required to pass XML Data via POST.

I have gone through the following :

a) http://help.sap.com/saphelp_nw04/helpdata/en/9e/a073001903c9419592b14c2aa63669/content.htm

b) Inter Navigation Application in Web Dynpro

However, I could not find any reference to do the same via POST.

Can anyone throw light on the same ?

Best Regards,

Subramanian V.

Former Member
0 Kudos

Hi Yuly,

You can pass parameters as businessParameters. Try this code

WDPortalNavigation.navigateAbsolute(
					"<your navigation target>",
					WDPortalNavigationMode.SHOW_INPLACE,
					WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
					<parameter name>);

Regards,

Jaydeep