The setting settings for the outbound messages:
...
Rel. for resend |
---|
...
The E4C Object type is relevant for Resend. The Resend action is triggered by the Cloud (forces resending of the data from SAP to the Cloud). | |
FullSync relevant |
...
The E4C Object type is relevant for Fullsynch (Initial Load). The Fullsync action is triggered by the Cloud (forces initial sending of the data from SAP to the Cloud). | |
FSync Max Age |
...
When the objects are sent during Fullsynch, only the objects not older than the given number of days will be considered. | |
Use Hash |
...
Once the given object in SAP is changed, it is sent to the Cloud automatically and store in hash DB. The Cloud contains normally the subset of the fields of the SAP objects.
| |||||
Action not needed | For each outgoing object, it is possible to define an action after calling BADI not needed (/PACG/ECM_OBJ_NEEDED) results as true (in parameter cv_not_needed) - meaning the object is not needed in FSM. The possible options include: Set to inactive – send the object as inactive Soft delete – send the object as soft deleted Delete – send the object as hard deleted Do not send to FSM – the object won’t be sent to FSM; because of backwards compatibility, it is the standard value
The field is useful if an object used to be relevant for the cloud, but then stopped. Using the BAdI, it can be determined as such and then sent as inactive/deleted to FSM. |