cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass parameters to URL.

former_member199126
Participant
0 Kudos

Guys could any one tell me how to pass parametes to the URL during runtime ? 

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member199126
Participant
0 Kudos

Solved.

Former Member
0 Kudos
former_member199126
Participant
0 Kudos

please understand that i need to pass parameter to the WD URL. There is no need for iviews here. Note that i know to pass it during the design time. but i need it during runtime.

Lets take http://SERVER.XYZ.com:8000/sap/bc/webdynpro/sap/zurl is the URL of the WD application. and http://SERVER.XYZ.com:8000/sap/bc/webdynpro/sap/zurl?sap-language=EN

this is how it will be seen in browsers URL. If suppose i need to change the language EN to DE, How can i acheive this.

Note that we can read the parametes of this URL, here logon language by IF_HTTP_REQUEST-GET_URI_PARAMETER and IF_WD_APPLICATION=>ALL_URL_PARAMETERS. But i need to pass something to URL.

I think i am clear now.

m_aravindan
Active Participant
0 Kudos

Hi karthikeyan,

                 Check this thread ,

https://scn.sap.com/thread/1985992

http://scn.sap.com/thread/3194266

Regards

Aravindan