For Customer Integration between Cloud for Customer and S4HANA the standard technology is SOAP using Service Provider BusinessPartnerRelationshipSUITEBulkReplicateRequest_In.In Cloud for Customer there is a custom field that should be integrated with...
Dear experts,
S/4 integration with Cloud for Customer uses the Data Replication Framework to send Customer and Material data from S/4 to the Cloud.
The DRF Filter allows to send Customers based on specific criteria. We have the requirement to exc...
Hi experts,
we want to replicate exchange rates from S4 to Sales Cloud once a day using the Data Replication Framework.
Exchange rates are replicated using transaction DRFOUT and normally I would create a variant for it and schedule background pr...
In MDG-projects it is always necessary to read some data. This can be done in a convenient way using the Read-API. From my point of view it is easier to use that the Model API or the Governance API.
Princpally you only need the required Entity Type,...
Hello experts,I try to create a BP in MDG using BusinessPartnerSUITEBulkReplicateRequest.The inbound processing results in the following error:Error for mapping BPBUPA_RPLRQ_BSFND_IN step BUSINESSPARTNER (SMT 151)Error on call-up of transformation me...
Hi deborah.albrecht2,ERP - C4C Integration uses IDocs to send the data from ERP. For IDocs you can use Transaction BD52 for this purpose. Another option would be to implement BAdI IDOC_CREATION_CHECK.Best regards,Markus
I would say lo_application->if_fdt_transaction~activate() and lo_application->if_fdt_transaction~save() should be called in the try and not in the catch block. Best regards,Markus
Hi Philipp,unfortunately our requirement is not covered by DRFF. For example you make a mass change on transportation zone of customers but this information is not relevant for any target system. DRFF only checks the current value of specific fields....
One possibilty would be to overwrite method IF_DRF_OUTBOUND~ENRICH_FILTER_CRITERIA of implementation class CL_FNDEI_EXCHANGERATE and add sy-datum to ET_ADD_EXTERNAL_CRITERIA. But unfortunately the class is finalSo it would be necessary to create an e...
With the old version I never got an error. It just did not provide the data.This is the result of a successfull message mapping:<?xml version="1.0" encoding="UTF-8"?>
<ns4:QueryStringOptions xmlns:ns4="http://sap.com/xi/XI/OData">
<filter>Interactio...