cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro user specific logon

Former Member
0 Kudos

Hi,

I've copied the class CL_ICF_EXAMPLE01_LOGIN as ZCL_WEBDYN_LOGIN for an specific logon in webdynpro. I've entered the user specific class in SICF, and it works.

In the implemented html-code of method HTM_LOGIN I use images for background and page header of the mime repository. Unfortunately a login popup is shown, before the login site is loaded with the images. When I get user an password, the logon site will load correcty. When I remove the images in the code, the login site works without the popup.

1. Popup before will see the logon page loaded:

2. After input the user and password in the popup:

How can I implement images in the code from mime repository and the logon site works without the logon popup? Or must I save the images in an other folder? The header image is called with  <img src="~PUBLIC/bc/viewdesigner/login_img/login_title.png" border="0">` and saved in mime repository "~PUBLIC/bc/viewdesigner/login_img/login_title.png"

Thanks for your help!

Best regards, Sascha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sascha,

Try to enter a static logon for image node in SICF. So you dont get a logon popup for your image.

Former Member
0 Kudos

Hi Erhan,

Thanks for your answer.

Unfortunately it don't works! I've set static logon data of service /default_host/sap/public/bc/webdynpro/ViewDesigner in SICF. But I get the popup logon again.

Former Member
0 Kudos

Hi again,

Is image located under web dynpro component(mime object)?  If not you can move it there.

Former Member
0 Kudos

Good moring Erhan

I've tried to import the objects under webdynpro component. Unfortunately, the problem still persits!

Former Member
0 Kudos

Hi,

I am using that method now and it works. I added screenshots of config. Reward points if helpful.

Former Member
0 Kudos

Hi Erhan!

Thanks for your reply. I know this method, and it works so. But the logon screen will skip so.

My scenario is like this:

1. Call webdynpro application

2. The user specific logon screen will startetd (with the images)

3. After sap user login the application starts

Former Member
0 Kudos

It is very strange. It works me for now. A custom login screen which coded in WDA.

Former Member
0 Kudos

Hm, it's really very strange!

But do you have made a own view in the webdynpro component, or do you set the specific user class under the service in SICF?

Look, like this:

Former Member
0 Kudos

Hi,

Why do you need to add a class?

Former Member
0 Kudos

Because I would to login with no standard login screen.

Former Member
0 Kudos

hmmm

I dont have any idea, sorry.

Former Member
0 Kudos

Hi Erhan Keseli


How you valid user?

What set, when user is Valid?

You generate cookies MYSAPSSO2?


Thank you