0

I have a requirement for doing a catalog data import from SAP to websphere commerce database. I am trying to figure out the best possible solutions that can be implemented and need your suggestions. 1. I did research that the data can be loaded through .csv files in the WCS. Is that a good way to ask SAP team to provide the feed in the csv format and upload that directly to the commerce database. 2. Or I should have a middleware in between SAP and WCS for the data processing which can actually get the data from SAP and convert it into the WCS format and then dataload can be done in WCS. 3. Is there any other approach which can be done.

4

2 回答 2

1

有一份 SAP 到 IBM 的白皮书。您的 IBM 技术联系人将能够提供给您。此外,如果您进行谷歌搜索,则会有很多条目 - https://www.google.com/search?q=websphere+commerce+sap&oq=websphere+commerce+sap&aqs=chrome..69i57j0j69i65l3j69i59.2683j0j7&sourceid=chrome&espv= 210&es_sm=93&ie=UTF-8

就个人而言,如果您使用的是 MDM 产品,我会使用适配器。如果您正在寻找速度,请使用 WCS 数据加载实用程序。如果您希望进行临时更改,请使用 WCS Web 服务。我还强烈建议您使用 ESB,因为您很可能会将内容推送到电子商务渠道以外的地方。IBM Integration Bus 有一个能够理解 SAP iDoc 的 SAP 适配器。

于 2014-01-10T22:06:30.780 回答
1

您可以将 SAP PO 服务用作 SAP 和 WCS 之间的中间件。最简单的方法是从 SAP 获取数据并将数据转换为 XML 文件中的 IBM 可读格式。这些文件可以拆分成不同的文件,包含catentry 数据、属性数据、catentry - catgroup 关系。将文件放在某个位置,以便 WCS 选择并加载它们。通过提供正确的加载程序顺序在 WCS 中运行数据加载实用程序。

SAP PO 在单个 Java 堆栈中包含 PI 的所有功能以及 BPM 和 BRM。我希望您能够想象 SAP 中间件的演变。

于 2018-12-12T22:07:11.950 回答