简体   繁体   English

通过 SAP Business ByDesign 上的 API 更新由帐户支付的供应商发票

[英]Update Supplier Invoices as Paid by an Account via API on SAP Business ByDesign

Currently, I'm integrating with SAP Business ByDesign .目前,我正在与SAP Business ByDesign集成。 I already using the OData API's that I customized and some of the SOAP web services .我已经在使用我定制的OData API 和一些SOAP web 服务 Anyway, the last thing I have to do is to pay the supplier invoices through our 3rd party system via ACH and we already have all the data we need to make the payment.无论如何,我要做的最后一件事是通过我们的第三方系统通过 ACH 支付供应商发票,我们已经拥有支付所需的所有数据。

It happens that after make the payments at the bank, we need to update the SAP and tell it that we paid the given invoices with a given house bank account to reflect the changes in our registries.碰巧在银行付款后,我们需要更新 SAP 并告诉它我们使用给定的开户银行账户支付给定的发票以反映我们注册表中的更改。

Anyway, I've already tried to customize a bunch of SAP objects inside the OData Modeler, but I was never able to find an action attached to any of these objects.无论如何,我已经尝试在 OData 建模器中自定义一堆 SAP 对象,但我从未能够找到附加到这些对象中的任何一个操作。 I've looked for a SOAP API and even made some changes in the configurations of our SAP.我一直在寻找 SOAP API 甚至对我们的 SAP 的配置进行了一些更改。 Yet, no success.然而,没有成功。

Apparently, what I'm looking for is an Outgoing Bank Transfer that I was able to create via web interface.显然,我正在寻找的是我能够通过 web 接口创建的Outgoing Bank Transfer I found this object on the OData Modeler, but no action attached to it.我在 OData Modeler 上找到了这个 object,但没有附加任何操作。

Right now, I have no leads on how to solve this.现在,我没有关于如何解决这个问题的线索。 Is there anyone there that could help me?有没有人可以帮助我? Even with some leads.即使有一些线索。

Thanks in advance.提前致谢。

Well, I could not get a definitive and straight answer, even among the SAP Community and the official support.好吧,即使在 SAP 社区和官方支持中,我也无法得到明确而直接的答案。 Apparently, SAP has a policy of automating the payment routines inside the ERP, abstracting this part.显然,SAP 有一个在 ERP 中自动执行支付程序的策略,将这部分抽象出来。 So, it appears they don't provide an official way of doing that.因此,似乎他们没有提供这样做的官方方式。

So, you would need to implement your service or adapt to an existing one.因此,您需要实施您的服务或适应现有的服务。 For now, I'm using the service ManageCashPaymentOrderIn (Maintain cash payments with reference to items), docs here:现在,我正在使用服务ManageCashPaymentOrderIn (参考项目维护现金支付),文档在这里:

https://help.sap.com/doc/a2b4c7ef61d64397b2b1d052082a8a08/1911/en-US/PSM_ISI_R_II_FOP_MANAGE_PAYORD_CASH_IN.html https://help.sap.com/doc/a2b4c7ef61d64397b2b1d052082a8a08/1911/en-US/PSM_ISI_R_II_FOP_MANAGE_PAYORD_CASH_IN.ZFC35FDC70D5FC69D2268C

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SAP Business One -> 嵌入式事件的Rest API - SAP Business One - > Rest API for embedded incident 如何通过 Rest API 获取/更新客户 GL 帐户信息 - How to Get / Update Customer GL Account info via Rest API 在WhatsApp商业API帐户中使用不同的电话号码 - Using different phone numbers in whatsapp business api account 是否有任何 REST API 用于在 SAP HANA 登录中创建和更新用户 - Is there any REST API for create and update user in SAP HANA logon OneDrive-如何使用Rest API访问我的企业帐户中的用户文件? - OneDrive - how to access files of users in my Business account using the Rest API? 是否可以使用PayPal Rest API获取帐户上的公司名称(“获取用户信息”中缺少)? - Can business name on account be obtained using the PayPal Rest API (missing in “get user information”)? PayPal REST API创建只读发票 - PayPal REST API creates readonly invoices 使用 NetSuite RESTLET API 批量创建发票 - Create invoices in bulk using NetSuite RESTLET API Outlook 365通过REST API访问服务帐户中的日历 - Outlook 365 Accessing Calendars in Service Account via REST API 在.NET应用程序以外的其他方面通过REST api访问Onedrive for Business Files? - Accessing Onedrive For Business Files via REST api in something other than a .NET application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM