<?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: Runtime Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3563397#M857478</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;are you sure, that you have datas inside MLGN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 11:05:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T11:05:43Z</dc:date>
    <item>
      <title>Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3563396#M857477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im displaying the material details based on Plant and Storage.&lt;/P&gt;&lt;P&gt;while executeing the program ,its taking too much time to select the material .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hv put inner join for the table MARA,MARD,MAKT,MARC,MLGN. For displaying ROL,UOM,Warehouse,Material Code,Material Desc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my select statement ,pls correct my mistake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT MARA&lt;SUB&gt;MATNR MARA&lt;/SUB&gt;MEINS&lt;/P&gt;&lt;P&gt;         MAKT~MAKTX&lt;/P&gt;&lt;P&gt;         MARC~MINBE&lt;/P&gt;&lt;P&gt;         MARD&lt;SUB&gt;WERKS MARD&lt;/SUB&gt;LGORT&lt;/P&gt;&lt;P&gt;         MLGN~LGNUM&lt;/P&gt;&lt;P&gt;    INTO CORRESPONDING FIELDS OF TABLE IMAT&lt;/P&gt;&lt;P&gt;    FROM MARA INNER JOIN MAKT ON MAKT&lt;SUB&gt;MATNR = MARA&lt;/SUB&gt;MATNR&lt;/P&gt;&lt;P&gt;              INNER JOIN MARC ON MARC&lt;SUB&gt;MATNR = MARA&lt;/SUB&gt;MATNR&lt;/P&gt;&lt;P&gt;              INNER JOIN MARD ON MARD&lt;SUB&gt;MATNR = MARA&lt;/SUB&gt;MATNR&lt;/P&gt;&lt;P&gt;              INNER JOIN MLGN ON MLGN&lt;SUB&gt;MATNR = MARA&lt;/SUB&gt;MATNR&lt;/P&gt;&lt;P&gt;    WHERE MARA~MATNR IN MATERIAL AND&lt;/P&gt;&lt;P&gt;          MARD~WERKS IN PLANT AND&lt;/P&gt;&lt;P&gt;          MARD~LGORT IN STORAGE.&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message 'No data Found for the selection ' type 'E'.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 11:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3563396#M857477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T11:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3563397#M857478</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;are you sure, that you have datas inside MLGN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 11:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3563397#M857478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T11:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3563398#M857479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first u use inner join for 2 table MARA,MARD and then for other table use for all entries in i_mara_mard( join of 2 table nmara &amp;amp; mard)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will solved ur problem and improve the performance also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 11:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error/m-p/3563398#M857479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T11:07:00Z</dc:date>
    </item>
  </channel>
</rss>

