cancel
Showing results for 
Search instead for 
Did you mean: 

get parameter from application url

Former Member
0 Kudos

Hi experts!!

i have this issue: i would like to get a parameter value and pass it to my web dynpro's context , from the web dynpro's application url.

Is this possible??

And if so should i use any special APIs to do it??

Thank you in advance!!!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

i have this issue: i would like to get a parameter value and pass it to my web dynpro's context , from the web dynpro's application url.

Is this possible??

Yes

And if so should i use any special APIs to do it??

Following is the code to use this

Ex: to extract the parameter "User" from the URL

String value = WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("User");

Regards

Ayyapparaj

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you all!!!

Problem solved!!

Former Member
0 Kudos

helpful!

Former Member
0 Kudos

hi!

WDProtocolAdapter is not available in nw04s

please chk this thread

thanks

vishal

Former Member
0 Kudos

Hi,

refer these threads,

pass parameters to url,

Regards,

ramesh

Edited by: Ramesh Babu V on Oct 14, 2008 12:19 PM