cancel
Showing results for 
Search instead for 
Did you mean: 

Users R/3 -> Portal

former_member497277
Participant
0 Kudos

Hi!:

I have a WDA integrated in Portal. For loggin,there is one public user who can only call RFC's in R/3. This user is related whith severals users in the portal. How can I know what user in portal is logged , because the sy-uname makes reference to the R/3's user.

Best regards.

Ana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ana,

Add a parameter to the default plug of your Window (lets say we call it "user").

Now in the iview add the following to the option "Application parameters": user = <User.LogonUid>.

In your WebDynpro application you will receive in the parameter "user" the value of the portal user.

<User.LogonUid> will be substituted with the current portal user.

In the method HANDLEDEFAULT you can do what ever you like with the current portal user.

You could also check out my answer in a previous thread: [User ID|]

Good luck!

Jos

former_member497277
Participant
0 Kudos

Thanks Jos. It works.

Former Member
0 Kudos

You're welcome!

Please close the thread.

Answers (0)