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.