处理入站 997
处理入站 997
我有以下场景:
我在 BizTalk 中配置了多方。我同时向许多方发送许多 EDI,即
- 850 个 EDI 发送给甲方
- 850 个 EDI 发送给乙方
- 850 个 EDI 发送给乙方
- 850 个 EDI 发送给甲方
发送以上四个 EDI 后,我将有四个入站我的收件箱里有 997。
处理所有找到的入站 997 的最佳方式是什么?我如何将任何特定的 997 与特定 EDI 关联起来?
Process Inbound 997
I have following scenario:
I have multiple parties configure in BizTalk. And I am sending many EDIs at the same time to many parties i.e.
- 850 EDI sent to Party A
- 850 EDI sent to Party B
- 850 EDI sent to Party B
- 850 EDI sent to Party A
After sending above four EDI, I’ll have four inbound 997 in my inbox.
What is the best way to process all found inbound 997? And how do I come correlate any perticular 997 to Specific EDI?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
997应参考出境文件的集团控制号码。
因此,如果您向 A 发送采购订单,该文档将有一个组控制编号 (GS06),该编号对该文档来说应该是唯一的。
换句话说,发送给您的贸易伙伴的每个“组”的组控制编号都应该递增。
当 997 进来时(假设 BizTalk 不为您协调),您可以查看 AK102 以确定它所指的出站组。
大多数 EDI 翻译器/通信平台会自动为您执行此操作。除非我在您的问题中遗漏了某些内容(而事实并非如此),否则您可能需要创建一个流程,a)捕获出站组控制号码,b)在返回时对其进行协调。
请注意,它已被自从我查看 BizTalk 以来已经很多很多年了,但 EDI 就是 EDI。
The 997 should have reference the group control number of the outbound document.
So if you send a PO to A, that document will have a group control number (GS06), which should be unique to that document.
In other words, the group control number should increment for each "group" sent to your trading partner.
When the 997 comes in (assuming BizTalk doesn't reconcile this for you), you can look at the AK102 to determine what outbound group it refers to.
Most EDI translator / communication platforms do this automatically for you. Unless I'm missing something in your question, and it doesn't, then you'll probably want to create a process that a) captures the outbound group control number and b) reconciles it on the way back in.
Please note it's been many, MANY years since I looked at BizTalk, but EDI is EDI.