cancel
Showing results for 
Search instead for 
Did you mean: 

Username and Password in Webdynpro link?

0 Kudos

Hi,

Is is possible to overhand Username and password for a Webdynpro with the link?

Like http://server:port/sap/webdynpro/sap/zxxxx/webgui?~login=username?~password=password

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

guillaume-hrc
Active Contributor
0 Kudos

Hi,

As for other ABAP Web-based solution, you can pass user/password using:

&sap-user=<user>&sap-password=<password>

Of course, I don't need to remind you how unsafe this solution is!

Best regards,

Guillaume