cancel
Showing results for 
Search instead for 
Did you mean: 

Capture Login ID of Portal User

Former Member
0 Kudos

Hi All,

We have developed on web dynpro application for Dealer Portal. The Dealer logs into the portal with his ID. How can we capture this Portal User ID of the Dealer in our application.

The Portal User ID and the R/3 User ID are different.

Accepted Solutions (0)

Answers (3)

Answers (3)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

vishalc_kava
Explorer
0 Kudos

Hi,

to capture portal user id in WDA, in WD Application you need to put parameter userid of type string.

In portal when you create iview for that WD Application, in property Application Parameter put value userid=<User.LogonUid>

Now in WD default window in handledefault method you can import WD Application Parameter userid and access the value User Logged in the portal.

Regards

Vishal

Former Member
0 Kudos

Hi Shaurabh,

I'm using SY-MSGV1 to capture user ID.

you can also query table user_addr, addr6 and user02 to get that user's information.

I hoep this help solve your problem.

Regards,

Abdul.