Skip to Content
0
Former Member
Nov 28, 2007 at 04:51 PM

Get parameters value from url

239 Views

Hi all!

I have a WebDypro application. I start it by URL.

In this url-string a have some parameters. For example - sap-user, sap-client etc.

I need use this parameters in my WDA code.

Values of sap-user i can get by sy-uname, sap-client by sy-client, but how i can get values of another parameters?

For example, <b>sap-password</b>.

Redards.