发送多个IDOC消息 [英] Send Multiple IDOC message

查看:80
本文介绍了发送多个IDOC消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含大量记录的文本文件。我在平面文件diassembler的帮助下为这个文本文件创建了一个模式。然后我 将此模式映射到另一个模式(让B)。现在我将模式B映射到Idoc模式。我怎样才能得到多条IDOC消息?
我是否应该申请debatching?如果是,那么如何?

I have a text file which contains lots of records.I created a schema for this text file with the help of flat file diassembler. Then I  map this schema to a another schema(let B).Now I mapped schema B to Idoc schema. How can I get multiple IDOC message?Should I apply debatching or not ? If yes then how ?

请给我任何解决方案。

Prakash

推荐答案

您的IDOC架构可能如下所示:

Your IDOC schema will probably look something like this:

现在要向SAP发送多个IDOC消息,您需要重复idocData段,如下所示(您的架构必须允许it):

每个idocData元素将在SAP中产生1个IDOC。请注意下面的代码是伪XSLT代码,只是演示了如何解决这个问题。

Now to send multiple IDOC messages towards SAP you will need to repeat the idocData segment like shown below (your schema has to allow it):
each idocData element will result in 1 IDOC in SAP. Please note the code below is pseudo XSLT code just do demonstrate how you should tackle this problem.


这篇关于发送多个IDOC消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆