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