<?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: Batch Split - in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split/m-p/7086599#M1506710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not really answered but .I want to close it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Sep 2010 16:57:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-02T16:57:18Z</dc:date>
    <item>
      <title>Batch Split -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split/m-p/7086596#M1506707</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;using user-exit USEREXIT_BATCH_DETERMINATION in MV50AFZZ, we can determine batch for a line item and it looks like this ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Line 10 Batch1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to know, if we available qty is not sufficient, can we created another subline item and assign another batch ? as shown below.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Line 10&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;900001    Batch1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;900002    Batch2.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anitha Reddy Rapole on Jul 26, 2010 10:26 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anitha Reddy Rapole on Jul 26, 2010 10:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 20:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split/m-p/7086596#M1506707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-26T20:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Split -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split/m-p/7086597#M1506708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;This is a valid case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the parent line item (POSNR) field in LIPS is 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this parent item, the child line item numbers will be 900001 and 900002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to find out the parent line item of these child (batch split line items) from the field LIPS-UECHA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the field value of LIPS-UECHA will be 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This indicates that UECHA 10 is teh parent line item of the child line items 900001 and 900002, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you to code correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 05:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split/m-p/7086597#M1506708</guid>
      <dc:creator>former_member183879</dc:creator>
      <dc:date>2010-07-27T05:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Split -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split/m-p/7086598#M1506709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Navaneetha, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I knew it is valid scenario but wanted to know how to code it and where is the right place to do that, &lt;/P&gt;&lt;P&gt;I am in user-exit : USEREXIT_BATCH_DETERMINATION  and having access to lips structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am little concern to just append new delivery sub-item 900001 here in this user-exit, populating most of the fields from lips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move corresponding fields from lips to xlips.&lt;/P&gt;&lt;P&gt;move 900001 to xlips-posnr.&lt;/P&gt;&lt;P&gt;move lips-posnr to  xlips-uecha.&lt;/P&gt;&lt;P&gt;move 'batch1' to xlips-charg. &lt;/P&gt;&lt;P&gt;append xlips. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anything else had to be done here. any inputs are greatly appreciated. &lt;/P&gt;&lt;P&gt;I am wondering how other related internal tables like ilips, etc will be impacted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jul 2010 15:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split/m-p/7086598#M1506709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-27T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Split -</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split/m-p/7086599#M1506710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not really answered but .I want to close it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 16:57:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-split/m-p/7086599#M1506710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-02T16:57:18Z</dc:date>
    </item>
  </channel>
</rss>

