cancel
Showing results for 
Search instead for 
Did you mean: 

URL Parameter

Former Member
0 Kudos

All,

I searched the forum but still im not clear with entire step which needed to get the parameter via URL.

Could anyone tell me what all are the steps needs to be done?

BM

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

String param = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("<PARAM_NAME>");
Former Member
0 Kudos

Thanks for your reply..

I have 2 questions

1. What is the Import for WDWebContextAdapter

2. Where I ca find all the Imports statement. every time i really have hard time to find the import statements.

BM

former_member182372
Active Contributor
0 Kudos

https://media.sdn.sap.com/html/submitted_docs/60_sp2_javadocs/webdynpro/com/sap/tc/webdynpro/service...

com.sap.tc.webdynpro.services.sal.adapter.api.WDWebContextAdapter

>>2. Where I ca find all the Imports statement. every time i really have hard time to find the import statements.

ctrlshiftO

Answers (0)