Hi All,
I need to get these details from the ECC system using SAP JCA.
- Portal User Locked
- Portal User Validity
- Portal User Language
- Portal User Country
- Portal User Last Logged On Date
- Portal Group Assigned
We are using SAP Middleware -Java to fetch the detail. I tried to use
IUser user =UMFactory.getUserFactory().getUserByLogonID(userID);
IUserAccountFactory acc = UMFactory.getUserAccountFactory();
But i dont know how to proceed after this, as i am new on the coding area. Could you any one help me on this.
Veera. P