CIM-49 Change type of Ansatt.medarbeiderundergruppe to str
SAP API returns values as int
when they look like ints. This change
obviates to need to always remember to cast values when using this
property since comparisons between str
and int
are always False
in python.
Edited by Trond Aasan