Hi Oksana,
I am using ME 6.1.3 version.
For the custom development, I am not using SDK, but eclipse. In eclipse I have create dynamic web project and within it I have a few JSP's. I want my JSP to fetch the username with which the user has been logged on the SAP ME site.
I tried to import the com.sap.security.api.jar and used the following code in my servlet.
IUser username = UMFactory.getLogonAuthenticator().getLoggedInUser();
userid = username.getName();
But it fails and does not even run.
PLease help in this regard.
Thank you in advance.