点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)如何使用SAP Cloud SD...
点击此处---> 群内免费提供SAP练习系统(在群公告中)加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)如何使用SAP Cloud SD...
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
如何使用SAP Cloud SDK for javascript格式化后发货功能调用? 以下返回错误:"无效的函数导入参数'OutboundDeliveryOrder'。无论是否传递obj,我都会得到完全相同的错误。这使我认为我没有正确传递函数输入参数,但是我找不到任何代码示例。 该怎么做。
var dh = require(" @ sap/cloud-sdk-vdm-warehouse-outbound-delivery-order-service"); //"^1.9.2" var obj = {" OutboundDeliveryOrder":MovementId}; var destination =等待cfDestinations.readTenant(constants.endpoint.S4Endpoint,req); S4Destination = { 网址:destination.url, 身份验证:destination.authType, 用户名:destination.user, 密码:destination.password }; dh.postGoodsIssue(obj) .execute(S4Destination) .then((response)=> { 返回res.status(200).send(response); }) .catch(function(err){ 返回res.status(400).send(err); });
奥斯汀·克洛斯克,
我看到您的API模块已经过时了。 是否有理由将1.9.2代替1.19.0用作可在npmjs上使用吗?
我请团队中的某人看一下,但是过时的VDM可能是失败的原因。
您可以在我们的官方文档中找到有关OData用例的更多示例,这些示例通常会快速更新:https://sap.github.io/cloud-sdk/docs/js/features/odata/use-typed-odata- javascript和打字脚本客户端
我还建议您更新依赖项中的最新内核:https://sap.github.io/cloud-sdk/docs/js/api-reference-js-ts/
让我知道它是否有帮助。
一周热门 更多>