<?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: Function module to check if a material is batch managed or not in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-if-a-material-is-batch-managed-or-not/m-p/6914483#M1483377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Will be even more useful if u can tell me a function module.&lt;/P&gt;&lt;P&gt;I have awarded u points for this answer. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 May 2010 15:56:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-17T15:56:31Z</dc:date>
    <item>
      <title>Function module to check if a material is batch managed or not</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-if-a-material-is-batch-managed-or-not/m-p/6914481#M1483375</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;What is the function module to check if a particular material is classified as 'batch managed' or not?&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 14:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-if-a-material-is-batch-managed-or-not/m-p/6914481#M1483375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-17T14:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to check if a material is batch managed or not</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-if-a-material-is-batch-managed-or-not/m-p/6914482#M1483376</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;You can check this with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT XCHPF INTO W_XCHPF FROM MARC WHERE MATNR = W_MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where XCHPF = X indicate that the material is "batch managed".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 15:51:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-if-a-material-is-batch-managed-or-not/m-p/6914482#M1483376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-17T15:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to check if a material is batch managed or not</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-if-a-material-is-batch-managed-or-not/m-p/6914483#M1483377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Will be even more useful if u can tell me a function module.&lt;/P&gt;&lt;P&gt;I have awarded u points for this answer. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 15:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-if-a-material-is-batch-managed-or-not/m-p/6914483#M1483377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-17T15:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to check if a material is batch managed or not</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-if-a-material-is-batch-managed-or-not/m-p/6914484#M1483378</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;Check below FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;READ_MATERIAL_BATCH_FLAG&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the FM documentation for input values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 16:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-check-if-a-material-is-batch-managed-or-not/m-p/6914484#M1483378</guid>
      <dc:creator>former_member206439</dc:creator>
      <dc:date>2010-05-17T16:12:37Z</dc:date>
    </item>
  </channel>
</rss>

