cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Logon page in WebDynpro ABAP

Former Member
0 Kudos

Dear Experts,

We have an WD ABAP application that is called anonymously.

A user is configured in the SICF Service.

Once the user enters his logon data in the WebDynpro, we call the function module

SUSR_INTERNET_USERSWITCH and change the current user at runtime.

Now we want to use this WebDynpro as a Portal Logon page.

We want to use an anonymous logon in the Portal.

After the User has logged on to the ABAP Stack, we need to update the Portal session and change the user there also.

Is this possible?

If yes, how can we change the user of the Portal session from the ABAP stack?

We are using the ABAP stack for user Management.

Any help appreciated.

Regards,

Jürgen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Before implementing any additional custom functionality, couldn't you configure the portal to authenticate against ABAP UME? What functionality does the custom WDA have that is missing from the standard logon components? AS JAVA can be configured to accept logon tickets issued by AS ABAP, the challenge is how to issue a logon ticket programmatically from AS ABAP so that it is accepted by AS JAVA.

Former Member
0 Kudos

Hello Samuli,

Thank you for your reply.

We are already using the ABAP stack as UME.

We want to have a customized logon page, and we want to develop the logon page in WD ABAP.

The Portal is used for a public web site. The users can access the Portal anonymously. With the anonymous Access, the user can already call a few WD ABAP applications.

Once the user has received a named user, he can call the logon Screen and then Switch from anonymous to named logon.

Regards,

Jürgen