Hello guys,
we have a request to implement a login into a SAP ABAP R/3 system over the portal with user authentication (not with SSO) - but we also have systems where the SSO Login should be work.
The SSO login to the ABAP R/3 systems works fine but i have a little problem with the non-SSO login.
I have defined a system in the Portal with a saprouter string and the authentication method UIDPW.
After that i have defined a i-view which contains this defined system with the following settings:
- Start of SAPGUI: SSD
- SAP-GUI Type: WinGUI
Now if i test the i-view i receive a pop-up where i can enter my ABAP username and password and i login into the R/3 system with the user that i have mentioned in the pop-up (not with the PORTAL USER!). The problem with this solution is that the SAPGUI is shown in an internet explorer window.
So i tried the following settings for the i-view:
- Start of SAPGUI: SSF
- SAP-GUI Type: WinGUI
If i test the i-view again i receive the same pop-up again and i enter my ABAP username and password and the local sapgui window is opened, BUT the system tries to authenticate with the PORTAL user at the ABAP R/3 system and not with the user that i have mentioned in the pop-up. As the result i receive an error that the login is not valid. (which is correct, because the user that is used in the portal is a shared user for many persons and it doesn't exist in the ABAP R/3)
We use an EP 6.40 SP16
Have i done something wrong?
If the SAPGUI is presented in the internet explorer it works fine.. but with the "local" SAPGUI it doesn't work.
Thanks and Regards
Stefan