Hi All,
Please could someone help me. I have created a web dynpro that allows users to modify there details.
I am trying to set the accessibility feature with the below code but for some reason it is not being changed.
IUserFactory userFactory = UMFactory.getUserFactory();
IUserMaint userMaint = userFactory.getMutableUser(iUser.getUniqueID());
userMaint.setAccessibilityLevel(1);
When i use userMaint.getAccessibilityLevel() the correct value is retrieved.
Many thanks for your help
Calvin