Hi
We are developing an application in sap portal NetWeaver 2004s SPS 11 and need the client windows logged user and the machine hostname.
We have found the way to obtain the IP, this way
WDProtocolAdapter.getProtocolAdapter().getRequestObject().getClientHostAddress();
The method WDProtocolAdapter.getProtocolAdapter().getRequestObject().getClientHostName() returns the IP in the same way that the other method.
Somebody knows as I can obtain these parameters? Thanks beforehand