FM BAPI_PO_CHANGE 如何添加项目?
我尝试将项目添加到现有采购订单中。
我使用 BAPI_PO_CHANGE。 也许有人有如何将项目添加到采购订单的工作示例? 我已经可以更新 PO 中的现有项目。 我需要添加一些新内容。 是的,我们正在谈论 AFS 系统。 :((( 预先感谢,亚历山大。
I try to add items to existing PO.
And I use BAPI_PO_CHANGE.
Maybe somebody have WORKING example how to ADD item to PO?
I ALREADY CAN UPDATE EXISTING items in PO.
I need to add some NEW.
And yes, we talking about AFS system. :(((
Thanks in advance, Alexander.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将 Xstrucuture 中提交的相关事件传递给所有必填字段。
例如
Pass the relevent filed ON in the Xstrucuture for all the required fields.
E.g.
尝试 BAPI_PO_CREATE1,它也可以处理 AFS 数据需求。您应该能够打开现有采购订单并向该现有采购订单添加新项目。 PO_CHANGE 只允许更改现有项目。我已经有一段时间没有使用这些了,但是您可以通过在开发编程时跟踪其中的一些逻辑来更好地了解 SAP 如何使用 BAPI。
Try BAPI_PO_CREATE1 it will handle the AFS data needs as well. You should be able to open an existing PO and add a NEW item to that existing PO. PO_CHANGE will only allow changes to existing items. I have not used these in some time, but you can get a better idea of how SAP uses BAPI's by tracing some of the logic within as you develop your programming.