Symptom
You want to extend the standard integration content provided by SAP and add extension fields to the standard replication process.
Environment
SAP Service Cloud V2 Integration With SAP S4HANA Utilities
Resolution
- In C4C Utilities V2, we do not have extenstion_data structure as in V1 because the technical design in V2 is different
- As a first step, for field extensions please use ABAP 'APPEND STRUCTURE' concept and enhance the function modules IMPORTING/EXPORTING structures.
- Then using S4 HANA Enhancement Framework ( Explicit Enhancement / Implicit Enhancements ), you need to implement the enhancements.
- Once you add the extension fields in S4 via append structure, the fields will be available in the S4 payload
- Then add the same extension fields in V2 using the Extensibility Administration
- Now in SAP Cloud Integration Iflows, SAP provided custom exits which can be used to map these custom fields using groovy script.
Sample script and detailed steps are mentioned in the product documentation.
Keywords
"extend utilities integration" ; "how to add custom fields to utilities integration with service cloud v2" , KBA , CEC-CRM-INT , Integration for SAP Sales/Service Cloud , Problem
Product
SAP Sales Cloud and SAP Service Cloud Version 2 1.0
SAP Knowledge Base Article - Public