cancel
Showing results for 
Search instead for 
Did you mean: 

Push License attributes in IDM8 to ABAP System

akanksha_pandey
Participant
0 Kudos
256

Hi,


Could you please help me with the process of pushing license data from IDM 8.0 to ABAP system.

View Entire Topic
Henrik1
Participant
0 Kudos

Hi, you would have to determine the license value somehow, and then push it to the ABAP system.

That's what I said above - it's not hard to push it, but you need to define the logic for how to determine the license type to provision.

You could have a process that looks at what roles are assigned, and based on a role attribute Z_LICENSE_VALUE for instance, you could assign a value to each role, then calculate the appropriate license type for the user, and set that. run that as a periodic job. That's just one way - there are many many ways of doing this, but it all comes down to what data you have, what your processes are and how you have automated things...

Your question didn't quite make it clear what you were after - you could add a little more detail that you are after the logic to populate, and not the technical config. It reads like you are after the attribute to populate, not specifically how to populate it...