cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a dynamic attribute in UME

Former Member
0 Kudos

HI All,

The requirement is to create a dynamic attribute in the UME. The value should either be true or false. If for any user the attribute is not available then at run time we have to create the same and assign it the value true.

I have gone through many forum threads but none of them are close to my requirement. I request you all to please help me getting the approach.

Regards

DK

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192152
Active Participant
0 Kudos

Hi DK,

try this thread

regards,

Angelo

former_member185086
Active Contributor
0 Kudos

Hi,

It a standard API , so modification in terms of creating method or variable is not possible , but you can achieve this through : If for any user the attribute is not available then at run time pass the required information true/false using context node.

Other detailed information are : [Interface IUser|http://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/IUser.html#getParentGroups]

[Portal related activities (Roles / permission)are possible |;

Best Regards

Satish Kumar