点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
嗨,
C4C集成的DefaultSapC4cCustomerPublicationService类具有一段代码:
@Override 公共无效publishCustomerToCloudPlatformIntegration(最终C4CCustomerData customerJson)引发IOException { 字符串strReplicationEnabled = getConfigurationService()。getConfiguration()。getString(Sapc4ccustomerb2cConstants.C4C_CUSTOMER_CPI_REPLICATE); boolean isReplicationEnabled = false; if(StringUtils.isBlank(strReplicationEnabled)){ isReplicationEnabled = Boolean.parseBoolean(strReplicationEnabled); } if(isReplicationEnabled){ getCloudPlatformIntegrationConnection()。sendPost( getConfigurationService()。getConfiguration()。getString(Sapc4ccustomerb2cConstants.C4C_CUSTOMER_SCPI_IFLOW_KEY), customerJson.toString()); } }
您可以看到,即使将配置Sapc4ccustomerb2cConstants.C4C_CUSTOMER_CPI_REPLICATE设置为true,该代码也将永远无法工作。
谢谢
维克拉姆
我也注意到了。 这是来自2018年的课程。但是,即使无法使用" isNotBlank"覆盖它,由于无法关闭csrf令牌,它也无法与从SAP商业云复制到SAP云客户的IFlow通信
一周热门 更多>