Hi!
I'm trying to retrieve the external Id of the current phase of a contract document, in order to identify in which phase it actually is (or changed to).
The problem I'm encountering is that, the method of the LocalizedObjectReference object (the one that getCurrentPhase returns) that calls the externa ld (getExternalId(com.sap.odp.common.platform.SessionContextIfc session)) is asking for a parameter that is actually different from a IapiSessionContextIfc. I tried to find what kind of object is that of SessionContextIfc but I couldn't find it anywhere on the Iapi documentation.
Does anyone know what kind of object is that method expecting?
Thanks in advance!