cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get the portal user id from logon ticket in the webdyn 4 ABAP

Former Member
0 Kudos

We have portal server which is Netweaver 2004s using the employee number as portal id.

and portal id is not same with R3 user id. So we have to use user mapping method for SSO between the portal and R3.

And We have to make some ESS applications which are coded with webdypro for ABAP.

How can i get the portal user id from logon ticket in the webdynpro for ABAP program which would be envoked by portal menu?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Juhan,

You can use Infotype 105 to integrate Employee logon in portal.

SAP GUI->Goto PA30 -> Give Employye no, Infotype 105 and select subtype ‘0001’ -> click Change/Create -> Give portal id (In your case it is Employee id and save it.

Employee id and Portal login id mapped in Infotype 0105.

...Naddy

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks all.

I'm disappointed that it is impossible.

But if you find the solution later, let me know pls.

Former Member
0 Kudos

Hi all, Thank you so much for your immediate replying.

Here is my additional explanation.

For example, there are three users(user1, user2, user3) in my portal server.

but they have only one R3 user id(USER-A).

So, I have mapped the portal user id with R3 user id like this....user1->USER-A, user2->USER-A, user3->USER-A

Then i want to get the portal user id from logon ticket in the webdynpro for ABAP program

rather than passing parameter via URL, because of security issues.

Former Member
0 Kudos

Hi,

I'm afraid this is not possible, see [thread|https://forums.sdn.sap.com/click.jspa?searchID=10218330&messageID=5025629]

grtz,

Koen

Former Member
0 Kudos

Let's wait for Juhan reply.

My understanding from Him is to Map the portal login id with Employee in HR Instance.

...Naddy