cancel
Showing results for 
Search instead for 
Did you mean: 

Pass user logged to Url IView using POST

Former Member
0 Kudos

Hi to all.

In Portal I have an URL Iview using GET with:

URL Parameter -> LOGIN

Value -> uniquename

Type -> User information

This works fine but I need to use POST instead of GET.

If I change to POST (and select Fetch mode -> Server-side) this does not work.

I have used too:

Value -> <LogonUserId>

Value -> <User.LogonUid>

Value -> <User.UserID>

Can anybody helps me?

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

What exactly are you trying to achieve? When you change to server-side fetch the server makes the request not the browser is that what you want?

The right parameter to use is <User.UserId> as explained here: http://help.sap.com/saphelp_NW70EHP1/helpdata/en/36/5e3842134bad04e10000000a1550b0/content.htm

Hope that helps,

Simon

Former Member
0 Kudos

Hi Simon,

I try to use post instead of get.

Thanks for your help but If I use <User.UserId> with POST the value passed is empty.

Former Member
0 Kudos

Hi Simon,

I have resolved the problem.

Thanks for your help.

Former Member
0 Kudos

Hi,

That's great news! What was the solution?

BRgds,

Simon

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

I got the same problem

EP 7.3

Former Member
0 Kudos

Hi

I got the same problem.

Does anyone know how to fix it?