<?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 Re: Re:Logic Finding Batch Split Maintained for Outbound Delivery in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logic-finding-batch-split-maintained-for-outbound-delivery/m-p/1357172#M178066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you can check the table LIPS for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this table UECHA field indicates the sales order item number which is splitted.&lt;/P&gt;&lt;P&gt;and the splitted line items will have different number in POSNR  of LIPS like 900010 like this rather than 10 ,20 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the logic will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from lips &lt;/P&gt;&lt;P&gt;         into i_lips &lt;/P&gt;&lt;P&gt;         where vbeln eq delivery number &lt;/P&gt;&lt;P&gt;         and posnr eq deliovery item &lt;/P&gt;&lt;P&gt;         and uecha ne ' '.&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;" then you have line items with batch split.&lt;/P&gt;&lt;P&gt;write the ligic like loop at i_lips and see the line items there.&lt;/P&gt;&lt;P&gt;by which you can get the line items  which is batch  splitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 May 2006 06:07:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-19T06:07:44Z</dc:date>
    <item>
      <title>Re:Logic Finding Batch Split Maintained for Outbound Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logic-finding-batch-split-maintained-for-outbound-delivery/m-p/1357171#M178065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Can any one tell me how to find a outbound delivery has batch split maintained..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In VL02n Transaction.. I gave a delivery number and logged in.. &lt;/P&gt;&lt;P&gt;if there is batchsplit maintained then by clicking the bathsplit tab. the transaction takes to the Batchsplit screen..&lt;/P&gt;&lt;P&gt;else.. triggers saying batch split not maintained..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same i wanted to incorporate in my program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the LOGIC for Finding whether the batchsplit maintained for an line item..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guhapriyan Subrahmanyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 05:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logic-finding-batch-split-maintained-for-outbound-delivery/m-p/1357171#M178065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-19T05:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Logic Finding Batch Split Maintained for Outbound Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logic-finding-batch-split-maintained-for-outbound-delivery/m-p/1357172#M178066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think you can check the table LIPS for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this table UECHA field indicates the sales order item number which is splitted.&lt;/P&gt;&lt;P&gt;and the splitted line items will have different number in POSNR  of LIPS like 900010 like this rather than 10 ,20 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the logic will be &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from lips &lt;/P&gt;&lt;P&gt;         into i_lips &lt;/P&gt;&lt;P&gt;         where vbeln eq delivery number &lt;/P&gt;&lt;P&gt;         and posnr eq deliovery item &lt;/P&gt;&lt;P&gt;         and uecha ne ' '.&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;" then you have line items with batch split.&lt;/P&gt;&lt;P&gt;write the ligic like loop at i_lips and see the line items there.&lt;/P&gt;&lt;P&gt;by which you can get the line items  which is batch  splitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 06:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logic-finding-batch-split-maintained-for-outbound-delivery/m-p/1357172#M178066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-19T06:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Logic Finding Batch Split Maintained for Outbound Delivery</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-logic-finding-batch-split-maintained-for-outbound-delivery/m-p/1357173#M178067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;i think the above answer is helpful to u.&lt;/P&gt;&lt;P&gt;Reward points if you found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 06:09:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-logic-finding-batch-split-maintained-for-outbound-delivery/m-p/1357173#M178067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-19T06:09:40Z</dc:date>
    </item>
  </channel>
</rss>

