<?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 for listing Equipments based on Material Number in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-listing-equipments-based-on-material-number/m-p/10321347#M1835492</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shirlatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to&amp;nbsp; only above code&amp;nbsp; value&amp;nbsp; then you can create own FM&amp;nbsp; and pass the MATNR only.&lt;/P&gt;&lt;P&gt;In SAP BAPI_EQMT_DETAIL&amp;nbsp; one FM is there to get complete Equipment details but need to pass matnr and Equipment&amp;nbsp; number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to use this FM or you can create Own FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2014 10:45:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-06-04T10:45:13Z</dc:date>
    <item>
      <title>Function Module for listing Equipments based on Material Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-listing-equipments-based-on-material-number/m-p/10321346#M1835491</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;&amp;nbsp;&amp;nbsp; I need to display list of Equipments based on the given Material Number. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; This can be done by simple query statement as given below,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT &lt;/SPAN&gt;equnr matnr sernr &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;FROM &lt;/SPAN&gt;equi &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;INTO &lt;/SPAN&gt;CORRESPONDING &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;FIELDS &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;TABLE &amp;lt;Int Table&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;WHERE &lt;/SPAN&gt;matnr &lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;IN &lt;/SPAN&gt;im_matnr.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But, I need Function module to acheive this. Can anyone suggest me the Standard Function module which works as mentioned above?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-listing-equipments-based-on-material-number/m-p/10321346#M1835491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T10:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for listing Equipments based on Material Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-listing-equipments-based-on-material-number/m-p/10321347#M1835492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shirlatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to&amp;nbsp; only above code&amp;nbsp; value&amp;nbsp; then you can create own FM&amp;nbsp; and pass the MATNR only.&lt;/P&gt;&lt;P&gt;In SAP BAPI_EQMT_DETAIL&amp;nbsp; one FM is there to get complete Equipment details but need to pass matnr and Equipment&amp;nbsp; number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to use this FM or you can create Own FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-listing-equipments-based-on-material-number/m-p/10321347#M1835492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T10:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for listing Equipments based on Material Number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-listing-equipments-based-on-material-number/m-p/10321348#M1835493</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;i don't think so&amp;nbsp; Standrar function module for displaying Equipment list&lt;/P&gt;&lt;P&gt;instead you can make use of tcode IE08 i.e., program name RIEQUI20 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Submit and return statement for RIEQUI20.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 11:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-listing-equipments-based-on-material-number/m-p/10321348#M1835493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-06-04T11:29:24Z</dc:date>
    </item>
  </channel>
</rss>

