cancel
Showing results for 
Search instead for 
Did you mean: 

C4C: How to get RemoteBusinessSystemUUID

former_member249896
Participant
0 Kudos

Dear all,

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.

Thanks
Stefan

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee

Hi,

Please query CommunicationSystem BO based on your Remote System ID. Root-->ParticipatingBusinessSystem-->UUID will be holding the value of RemoteBusinessSystemUUID.

Thanks

Saurabh

former_member249896
Participant
0 Kudos

Hi Saurabh,

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.

Regards
Stefan

Answers (0)