<?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 VB_BATCH_DETERMINATION function module parameters ??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-function-module-parameters/m-p/4218686#M1007993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on bdc for outbound delivery i.e VL01N.&lt;/P&gt;&lt;P&gt;I need to identify the batches for every material.&lt;/P&gt;&lt;P&gt;I found that fm VB_BATCH_DETERMINATION is used to&lt;/P&gt;&lt;P&gt;determine batches in standard code. &lt;/P&gt;&lt;P&gt;If anyone has used this fm then please tell how to call this fm&lt;/P&gt;&lt;P&gt;i.e paramters needs to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2008 06:25:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-14T06:25:51Z</dc:date>
    <item>
      <title>VB_BATCH_DETERMINATION function module parameters ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-function-module-parameters/m-p/4218686#M1007993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on bdc for outbound delivery i.e VL01N.&lt;/P&gt;&lt;P&gt;I need to identify the batches for every material.&lt;/P&gt;&lt;P&gt;I found that fm VB_BATCH_DETERMINATION is used to&lt;/P&gt;&lt;P&gt;determine batches in standard code. &lt;/P&gt;&lt;P&gt;If anyone has used this fm then please tell how to call this fm&lt;/P&gt;&lt;P&gt;i.e paramters needs to be passed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 06:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-function-module-parameters/m-p/4218686#M1007993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T06:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION function module parameters ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-function-module-parameters/m-p/4218687#M1007994</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 can see it's been a while (5 YEARS SINCE YOUR QUESTION!!!), still I would like to respond as I had the same question, until I found somehow by trying and trying in the system. &lt;/P&gt;&lt;P&gt;What you are going to use will be the function module &lt;SPAN style="font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;VB_BATCH_DETERMINATION . &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;You need to fill the following data (I just did it in SE37 testing it, the ABAPer will be using it in a Z program) : &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;I_KOMKH-MANDT = ‘100’ &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;I_KOMKH-VBELN = LIKP-VBELN &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;I_KOMKH-POSNR = LIPS-POSNR &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;I_KOMKH-VKORG = LIKP-VKORG &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;I_KOMKH-VTWEG = LIPS-VTWEG &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;I_KOMKH-SPART = LIPS-SPART &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;I_KOMPH-MATNR = LIPS-MATNR &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;I_KOMPH-WERKS = LIPS-WERKS &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;I_KOMPH-LGORT = LIPS-LGORT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;X_BDCOM-KAPPL = ‘V’ &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;X_BDCOM-KALSM = LIKP-KALSM_CH &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;X_BDCOM-KNUMH = LIPS-KNUMH_CH &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;X_BDCOM-MENGE = LIPS-LFIMG &lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;X_BDCOM-MEINS = LIPS-MEINS &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;X_BDCOM-MBDAT = LIPS-MBDAT &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: 'Calibri','sans-serif';"&gt;Hope it helps!! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 14:33:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-function-module-parameters/m-p/4218687#M1007994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-27T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION function module parameters ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-function-module-parameters/m-p/4218688#M1007995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Canan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for information. I was skeptical about using VB_BATCH_DETERMINATION function module. I debugged VL01n and standard SAP was populating so much of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your reply was precise and very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using FM to determine whether batch entered by the user is valid for processing by verifying batch characteristics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be achieved by populating additional parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S31"&gt;* Populate I_BDBATCH&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lwa_bdbatch_i&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;matnr &lt;SPAN class="L0S55"&gt;=LIPS&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;matnr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lwa_bdbatch_i&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;charg &lt;SPAN class="L0S55"&gt;= LIPS&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;charg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lwa_bdbatch_i&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;werks &lt;SPAN class="L0S55"&gt;= LIPS&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;werks&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lwa_bdbatch_i&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;lgort&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= LIPS&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;lgort&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lwa_bdbatch_i&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;bwtar&amp;nbsp; &lt;SPAN class="L0S55"&gt;= LIPS&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;bwtar&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lwa_bdbatch_i&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;menge &lt;SPAN class="L0S55"&gt;= LIPS&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;lfimg&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lwa_bdbatch_i&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;meins&amp;nbsp; &lt;SPAN class="L0S55"&gt;= LIPS&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;meins&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;lwa_bdbatch_i &lt;SPAN class="L0S52"&gt;TO i_&lt;/SPAN&gt;bdbatch.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Upon passing the paramaters in addition to one mentioned by Canan, e_bdbatch will be populated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;If e_bdbatch-subrc &amp;lt;&amp;gt; 00 for particular CHARG, then CHARG cannot be used for delivery creation as per batch setup rules.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;Joseph M&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2013 19:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-function-module-parameters/m-p/4218688#M1007995</guid>
      <dc:creator>joseph_manjiyil</dc:creator>
      <dc:date>2013-09-13T19:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION function module parameters ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-function-module-parameters/m-p/4218689#M1007996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;Thank you very much for your response. &lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;VB_BATCH_DETERMINATION has been sufficient for me. However, I am having difficulty removing the entries in VBUV for incompletion. Same thing happens for the entries in VBUK/VBUP, the items seem incomplete in the table as well. Have you experienced anything like this? The lines come to the program selection everytime, though when I check through VL02N, the batches have been assigned and there shouldn't be any entry about incompleteness. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 06:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-function-module-parameters/m-p/4218689#M1007996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-16T06:39:44Z</dc:date>
    </item>
  </channel>
</rss>

