Skip to Content
0
Former Member
Sep 05, 2006 at 06:28 AM

LOGON_USER

37 Views

Hi,

I'm making a simple .bsp to be run inside our intranet.

I need to catch the logon credentials of the user...

I need the NETWORK/USER information.

In .asp I can do this with

t=Request.ServerVariables("LOGON_USER")

This gets me NOREX/ma

Howto in bsp ?

(I can't use the sy-uname)

//Martin