in order to manipulate the ObjectIdentifierMapping (Mapping between C4C and e.g. ERP) using ABSL, you need to know the RemoteBusinessSystemUUID.
For the same process via the UI (Administrator => ID Mapping for Integration) the Remote Business System can be selected via OVS (/SAP_BYD_APPLICATION_UI/base/om/localovs/CommSystemBusSystem_OVS.OVS.uicomponent) - however the bindings of those fields are not visible.
So I am wondering: Is there anyway of determining the RemoteBusinessSystemUUID at runtime (if I only know the technical name of the system)?
My current workaround is to create a mapping to the desired system via Administrator => ID Mapping, then edit the object for which the mapping was created, take note of the remote system UUID via debugger and then update a code list data type in fine-tuning from which my coding retrieves the UUID.
Please query CommunicationSystem BO based on your Remote System ID. Root-->ParticipatingBusinessSystem-->UUID will be holding the value of RemoteBusinessSystemUUID.
thanks a lot, this is what I was looking for! I'm wondering how I missed that BO - but I guess I was looking further down in terms of "Remote..." and "ObjectIdentifier..." in the Repository Explorer.
Add comment