<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Batch split in DELVRY07 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-in-delvry07/m-p/7658432#M1573785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IDOC_INPUT_DELVRY FM to post an idoc. The idoc creates a new batch and does PGR. My requirement is I want to pass the batch split for the batch.&lt;/P&gt;&lt;P&gt;Idoc works fine when I try posting it with line item 10. Please let me know what all fields need to be passed to idoc for creating a batch split in the inbound delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am passing the following fields in the segment E1EDL24:&lt;/P&gt;&lt;P&gt;POSNR:000010&lt;/P&gt;&lt;P&gt;MATNR:100000148&lt;/P&gt;&lt;P&gt;WERKS:1AAX&lt;/P&gt;&lt;P&gt;LGORT:Q100&lt;/P&gt;&lt;P&gt;CHARG:1102050001&lt;/P&gt;&lt;P&gt;LFIMG:1&lt;/P&gt;&lt;P&gt;VRKME: CS&lt;/P&gt;&lt;P&gt;LGMNG:1&lt;/P&gt;&lt;P&gt;HIPOS:000010&lt;/P&gt;&lt;P&gt;HIEVW:1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the idoc doesn't create a batch split. Please provide an advice on what I am doing wrong.&lt;/P&gt;&lt;P&gt;If any qualifier needs to be passed in the E1EDL19, please let me know where I can find the qualifiers maintained in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joseph M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Feb 2011 10:07:35 GMT</pubDate>
    <dc:creator>joseph_manjiyil</dc:creator>
    <dc:date>2011-02-05T10:07:35Z</dc:date>
    <item>
      <title>Batch split in DELVRY07</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-in-delvry07/m-p/7658432#M1573785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using IDOC_INPUT_DELVRY FM to post an idoc. The idoc creates a new batch and does PGR. My requirement is I want to pass the batch split for the batch.&lt;/P&gt;&lt;P&gt;Idoc works fine when I try posting it with line item 10. Please let me know what all fields need to be passed to idoc for creating a batch split in the inbound delivery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I am passing the following fields in the segment E1EDL24:&lt;/P&gt;&lt;P&gt;POSNR:000010&lt;/P&gt;&lt;P&gt;MATNR:100000148&lt;/P&gt;&lt;P&gt;WERKS:1AAX&lt;/P&gt;&lt;P&gt;LGORT:Q100&lt;/P&gt;&lt;P&gt;CHARG:1102050001&lt;/P&gt;&lt;P&gt;LFIMG:1&lt;/P&gt;&lt;P&gt;VRKME: CS&lt;/P&gt;&lt;P&gt;LGMNG:1&lt;/P&gt;&lt;P&gt;HIPOS:000010&lt;/P&gt;&lt;P&gt;HIEVW:1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the idoc doesn't create a batch split. Please provide an advice on what I am doing wrong.&lt;/P&gt;&lt;P&gt;If any qualifier needs to be passed in the E1EDL19, please let me know where I can find the qualifiers maintained in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joseph M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Feb 2011 10:07:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-in-delvry07/m-p/7658432#M1573785</guid>
      <dc:creator>joseph_manjiyil</dc:creator>
      <dc:date>2011-02-05T10:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Batch split in DELVRY07</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-in-delvry07/m-p/7658433#M1573786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joseph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you are already on ERP 6.0. Thus, display structure E1EDL19 in SE11 and double-click on the data element -&amp;gt; domain &lt;STRONG&gt;EDI_VTDL19&lt;/STRONG&gt; -&amp;gt; fix values are the qualifiers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case you need to use &lt;STRONG&gt;E1EDL19-QUALF = 'BAS'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The split may work if you use:&lt;/P&gt;&lt;P&gt;POSNR = '900001'&lt;/P&gt;&lt;P&gt;CHARG = &amp;lt;first batch&amp;gt;&lt;/P&gt;&lt;P&gt;HIPOS   = '000010'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POSNR = '900002'&lt;/P&gt;&lt;P&gt;CHARG = &amp;lt;second batch&amp;gt;&lt;/P&gt;&lt;P&gt;HIPOS   = '000010'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer also to threads:&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="1660426"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="thread" id="1674773"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Feb 2011 10:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-in-delvry07/m-p/7658433#M1573786</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2011-02-05T10:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Batch split in DELVRY07</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-in-delvry07/m-p/7658434#M1573787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried passing the data as mentioned by you. But the batch split is not happening. Instead idoc fails with one or another error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible can you give the schema, of the idoc structure populated? I am using the Idoc basic type DELVRY07.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joseph M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Feb 2011 03:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split-in-delvry07/m-p/7658434#M1573787</guid>
      <dc:creator>joseph_manjiyil</dc:creator>
      <dc:date>2011-02-26T03:10:24Z</dc:date>
    </item>
  </channel>
</rss>

