为 XML BPC 找到了 2 篇文章

在 SAP Business One 中提出具有 SOAP 正文 HTTP 请求

SAP Developer
更新于 06-Mar-2020 05:16:53

343 次浏览

您可以使用 SAP 提供的 Web 服务包装器,它允许程序员使用 DIS 提供的服务。为了执行简单的集成,可以在开放源代码版本中使用 SoapUI。使用登录服务进行连接,并参考其 wsdl,可以创建登录请求并查看消息的 XML 定义。                         192.168.90.118          DB_TestConnection          dst_MSSQL2008          manager          Kuldip          ln_English          192.168.90.118:30000          要将 SAP Business One 连接到程序,您可以尝试各种选项。有关更多详情,您可以参考该链接 −https://blogs.sap.com/2014/07/28/connecting-an-add-on-to-sap-business-one/

将 XML 文件转换为 SAP 中固定长度平面文件

karthikeya Boyini
更新于 12-Mar-2020 12:48:46

547 次浏览

This is an EDIfact invoice. Try using the script, and it can help −                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   ERROR: The maximum length of "TABNAM" is 10 characters.                                                                                                                                                                                                                                                                               ERROR: The maximum length of "MANDT" is 3 characters.                                                                                                                                                                                                                                                                                                                                                                                                              ERROR: The maximum length of "ACTION" is 3 characters.                                                                                                                                                                                                          ERROR: The maximum length of "KZABS" is 1 character.                                                                                                                                     There are various sites which provide a built-in script to convert your EDIfact to XSLT.  Check this site and it may also help −https://www.codeproject.com/Articles/11278/EDIFACT-to-XML-to-Anything-You-Want

1
广告