<?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: VB_BATCH_DETERMINATION - select batch with a specific characteristic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889334#M1790972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Already read it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2013 13:08:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-14T13:08:32Z</dc:date>
    <item>
      <title>VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889327#M1790965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have for all batches a client characteristic (the batch at the producer). I have to use a function module in order to determine the SAP batch available on stock having a specific batch at the producer (a specific characteristic for the SAP batch). I would like to use FM VB_BATCH_DETERMINATION but I don't know how to use i_chara and e_chara - the FM parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me? Or give me some others ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889327#M1790965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-13T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889328#M1790966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think so any documentation is released for this FM..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 07:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889328#M1790966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-14T07:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889329#M1790967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is another FM to determine the batch characteristics? Or could you suggest a work around for this requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 11:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889329#M1790967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-14T11:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889330#M1790968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to check whether a batch has this characterstic or not. You can do as follow. &lt;/P&gt;&lt;P&gt;Get CUOBJ_BM from MCHA based on matnr,werks and charg.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;CALL&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FUNCTION&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;'CONVERSION_EXIT_ALPHA_INPUT'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = lv_cuobj_bm&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IMPORTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;output&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = lv_cuobj_bm.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;CALL&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FUNCTION&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;'CONVERSION_EXIT_ATINN_INPUT'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = i_atnam-----------------------------&amp;gt; Name of characterstic&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IMPORTING&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;output&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; = lv_atinn.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;SINGLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; ausp &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; e_ausp&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;WHERE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; objek = lv_cuobj_bm&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AND&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; atinn = lv_atinn.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Or you can use &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CLAF_CLASSIFICATION_OF_OBJECTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 12:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889330#M1790968</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-14T12:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889331#M1790969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to determine a batch with a specific characteristic if it is available on stock.&lt;/P&gt;&lt;P&gt;I found that VB_BATCH_GET_DETAIL reads the material and batch characteristics - but I should use some FM to determine if the requested quantity is available on this batch...&lt;/P&gt;&lt;P&gt;I have the feeling that VB_BATCH_DETERMINATION could do this....but I lack the knowledge on how to use it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 12:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889331#M1790969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-14T12:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889332#M1790970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got it..Basically i will advice you is do a where used list on this FM. you will see many standard/custom(may be in your system) are using the same. Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 12:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889332#M1790970</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-14T12:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889333#M1790971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I couldnt find standard documentation for the FM. But I found a similar thread. Please check the link below: &lt;A _jive_internal="true" class="active_link" href="https://answers.sap.com/message/5781441" title="http://scn.sap.com/message/5781441"&gt;http://scn.sap.com/message/5781441&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AKPT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 12:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889333#M1790971</guid>
      <dc:creator>Prasoon</dc:creator>
      <dc:date>2013-11-14T12:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889334#M1790972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Already read it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 13:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889334#M1790972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-14T13:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889335#M1790973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try with where used list of the FM to get an idea of how tp fill data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 13:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889335#M1790973</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-11-14T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889336#M1790974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know about the FM's but you could simply query the MCHB table for the inventory data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 17:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889336#M1790974</guid>
      <dc:creator>former_member42743</dc:creator>
      <dc:date>2013-11-14T17:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889337#M1790975</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;Yes, I will agree with Craig Comments.&amp;nbsp; You are only &lt;STRONG&gt;looking for the batch stock&lt;/STRONG&gt;, So you can check in MCHB-CLABS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How ever they are a few function modules which will get the stocks. But these function modules are exclusively using at the time of goods movement. You can check the above function modules for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VB_BATCH_GET_ALL_STOCKS&lt;/P&gt;&lt;P&gt;MG_BATCH_CHECK_STOCK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 05:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889337#M1790975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-15T05:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: VB_BATCH_DETERMINATION - select batch with a specific characteristic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889338#M1790976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did but I didn't found how to use it for characteristics (i_chara parameter). For solving my problem I selected the information from mchb, mch1, ausp and for the batch with the requested characteristic I called BAPI_MATERIAL_AVAILABILITY. &lt;/P&gt;&lt;P&gt;It is not the solution I wanted, but works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 05:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vb-batch-determination-select-batch-with-a-specific-characteristic/m-p/9889338#M1790976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-15T05:45:51Z</dc:date>
    </item>
  </channel>
</rss>

