cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction Iview - Parameters

Former Member
0 Kudos

Hi,

I have a transaction iview wherein i want to pass the parameters.

I have checked that static parameters are getting passed.

But my requirement is of passing portal userid to the transaction iview.

How is it possible.

Regards,

Priya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The portal userid is normally the same as the username inside the ABAP system. This can be retrieved by looking at sy-uname inside the ABAP transaction.

If you want to pass user specific parameters from the portal, then you should look at the generic application launcher. It uses a specially formatted URL to start a web site and can pass user information.

Former Member
0 Kudos

solved

I am getting using

Logon ID: <User.LogonUid>

Logon ID: <User.UserID>

Answers (0)