cancel
Showing results for 
Search instead for 
Did you mean: 

How to create the URL with OWN parameters and How to HIDE those parameters

veerendra_nath2
Explorer
0 Kudos

Hi,

I have Requirement like this.

This application is for Resetting the Password.

I have a link ( Forgot Password ) on my first page of my home page ( Like where we are entering the USER ID and Password ).

Whenever I click on that link ( Forgot password ), one window has to open, where we are entering the Date of Birth and Password, after validating these two values, it generates the password and it sends a mail. All this happening good if I am testing the webdynpro application from SE80.

The problem I am facing here is when test same webdynrpo application from SICF transaction.

When I test my service from SICF, I have URL in the browser as below.

" http://ecc.mycompany.com:8001/sap/bc/webdynpro/sap/zwd_password_reset?sap-client=730 "

In this situation it is asking me the USER ID and PASSWORD in the screen opened.

And If I use the below URL, I am getting the above popup. Because I am hard coding the user id and password as URL parameters. so it is not asking.

" http://ecc.mycompany.com:8001/sap/bc/webdynpro/sap/zwd_password_reset?sap-client=720&sap-language=EN... "

Here If I create a link on first page of my home page ( Forgot Password ), If I attach the above URL to that link, every one can see the USER ID and PASSWORD in the opened browser.

Hope I expressed my problem. ..

Is there any possibility to hide the URL parameters. ?

or Can we generate our own URL with required parameters while developing the WebDynpro Component itself ?

Help me regarding this.

Thanks & Regards,

Veerendra Nath

IBM Consultant

0 99896 00018

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

set a user for your web dynpro application in sicf, then logon without user/passwort is possible

have a look at this [link|http://help.sap.com/saphelp_nw70/helpdata/en/d3/2bb3405226bc4ee10000000a1550b0/content.htm]

regards franz

...close thread if message is answered

Answers (0)