on 2019 Sep 19 7:56 PM
Hi,
I have a use case where I have to check ume.superadmin.activated property is true or false. I was gone through the API's https://help.sap.com/doc/javadocs_nwce_current/7.2.1/en-US/se/com.sap.se/index.html and found that UMFactory.getProperties() api provide the object of IUMParameters and then i can get the values for the required property. But UMFactory.getProperties() api is deprecated, is there any alternate api for it or any other way to get this property value?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Sriram for the comment. I am looking from the coding point of view, how we can read those properties in our custom services/components which is deployed on the NetWeaver. There is API for it but that is deprecated so I am looking for alternate API which replaces it.
IUMParameters parameters = UMFactory.getProperties(); //Deprecated
String status = parameters.get(IUMParameters.UME_SUPERADMIN_ACTIVATED);
User | Count |
---|---|
73 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.