Objects’ keys mapping
SAP backend system uses ‘normal’ objects’ identifiers. FSM uses GUIDs. These must match.
Both Connector and FSM have their own mapping tables - /PACG/ECM_EOBREF and IdentifierMap (FSM IdentifierMap is internal table with no public access).
Mapping is done a bit differently for objects sent to FSM and received from FSM.
For new object sent to FSM (new to FSM) the corresponding FSM Guid is returned as part of confirmation
For new objects received from FSM the logic is a bit more complex and depends on the objects.
Objects that are updated in FSM are transferred to the Connector containing both SAPKEY and FSM GUID
These can be also found in corresponding IDOC:
When an object is created in FSM, there is simply no SAPKEY. After object’s creation, SAPKEY must be delivered to FSM. For most of the objects, it is included in the GENERIC message
But for some (due to historical reasons) addition message is sent – the OBJCONF
Which is nothing but mapping between SAPKEY and FSM GUID
Related content
If you'd like to help us improve the documentation, please provide your feedback using the communication channels listed /wiki/spaces/PFCC/pages/1561427969. Learn about support possibilities here.