cancel
Showing results for 
Search instead for 
Did you mean: 

Set "Contractual User Type" when creating user in AS ABAP

Former Member
0 Kudos

Hello

For our productive landscape we use "mySAP ESS" user-types, see "Licence Data" in SU01 or table TUTYP.

In IdM 7.1 SP3 I have not seen any option for reading or setting these kind of values.

Is there any way to use this parameter in IdM? How?

Will it be implemented in future releases?

Regards

Michael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Michael,

The connector supports this setting:

Just uppdate the configuration with these attributes, and valid values.

(This sample is from a toSAP-pass)


# UClassLicType                  %MX_LICENSEDATA_LIC_TYPE%
# UClassSpecVers                 %MX_LICENSEDATA_SPEC_VERS%
# UClassCountrySurcharge         %MX_LICENSEDATA_COUNTRY_SURCHARGE%
# UClassSubstituteFrom           %MX_LICENSEDATA_SUBSTITUTE_FROM%
# UClassSubstituteUntil          %MX_LICENSEDATA_SUBSTITUTE_UNTIL%
# UClassSysid                    %MX_LICENSEDATA_SYSID%
# UClassClient                   %MX_LICENSEDATA_CLIENT%
# UClassBnameChargeable          %MX_LICENSEDATA_BNAME_CHARGEABLE%

Best Regards,

Matt

Former Member
0 Kudos

Thanks a lot, Matt!

More questions:

I suppose I can also use these values in an Initial-Load-Job in the ReadABAPUsers-Pass?

Have you ever read these values in a way a Read-Value-Help-Job does it so one will have a dropdown in the WebUI similar to AttributeValueHelp? I think TUTYP could be used as datasource...

In my case these values are quite important for productive use. Are you planning to implement them into the Provisioning Framework in the near future?

Regards

Michael

Answers (0)