cancel
Showing results for 
Search instead for 
Did you mean: 

Push License attributes in IDM8 to ABAP System

akanksha_pandey
Participant
0 Kudos
257

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

The main issue is how to figure out which license type to push... you could tie it into your IdM business role setup. I don't think it would have to be repository specific, but that's something only you can decide, based on your setup.

Technically, you use the uclassLicType attribute in the to-abap pass to write it to SAP.

Also, don't forget to add it to the list of fields that trigger ABAP user update.

/henrik

akanksha_pandey
Participant
0 Kudos

Hi Henrik,


Thanks for the reply.

We just wanted to add the license data while the user is getting provisioned to the ABAP system.

I’m aware about the attribute uClassLicType but not sure about how to set the value for this attribute.

Thanks.