<?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 inner joint ( memory ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-joint-memory/m-p/3061059#M725059</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;i am writing the code for inner joint in se38 . That select qurrie is not completed also but from server its using more memory .  why like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT&lt;/P&gt;&lt;P&gt;          A~MBLNR&lt;/P&gt;&lt;P&gt;          A~BUDAT&lt;/P&gt;&lt;P&gt;          A~XBLNR&lt;/P&gt;&lt;P&gt;          B~BWART&lt;/P&gt;&lt;P&gt;          B~MATNR&lt;/P&gt;&lt;P&gt;          B~WERKS&lt;/P&gt;&lt;P&gt;          B~LIFNR&lt;/P&gt;&lt;P&gt;          B~MENGE&lt;/P&gt;&lt;P&gt;          B~SGTXT&lt;/P&gt;&lt;P&gt;          B~UMWRK&lt;/P&gt;&lt;P&gt;          INTO CORRESPONDING FIELDS OF TABLE IT_SEL&lt;/P&gt;&lt;P&gt;          FROM MKPF AS A     INNER JOIN MSEG AS B&lt;/P&gt;&lt;P&gt;          ON    A&lt;SUB&gt;MBLNR = B&lt;/SUB&gt;MBLNR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         AND   A&lt;SUB&gt;MJAHR = B&lt;/SUB&gt;MJAHR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          WHERE A~MBLNR IN S_MBLNR&lt;/P&gt;&lt;P&gt;          AND   A~BUDAT IN S_BUDAT&lt;/P&gt;&lt;P&gt;          AND   B~WERKS IN S_WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   i dint   save or  syntac-chek   or  exicute  just i wrote code on SE38 thats it but at that time my system process ( crt + alt + del )  task manager ---preocesser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; its occuring more memory for that nearly 90% usage of memory .... why why why like so ......( just writing the code why its coming like that)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   this above statement was not showing like that if I do any changes in this ( if suppose its wrong select qurrie its taking more memory )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if its wrong or  any thing why its occuping more memory ( while writing the code in SE38 at that time only any back-ground will go or eny thing else)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plse give detail responce&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i am using  6.0 ver.........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Nov 2007 07:21:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-25T07:21:47Z</dc:date>
    <item>
      <title>inner joint ( memory )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-joint-memory/m-p/3061059#M725059</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;i am writing the code for inner joint in se38 . That select qurrie is not completed also but from server its using more memory .  why like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      SELECT&lt;/P&gt;&lt;P&gt;          A~MBLNR&lt;/P&gt;&lt;P&gt;          A~BUDAT&lt;/P&gt;&lt;P&gt;          A~XBLNR&lt;/P&gt;&lt;P&gt;          B~BWART&lt;/P&gt;&lt;P&gt;          B~MATNR&lt;/P&gt;&lt;P&gt;          B~WERKS&lt;/P&gt;&lt;P&gt;          B~LIFNR&lt;/P&gt;&lt;P&gt;          B~MENGE&lt;/P&gt;&lt;P&gt;          B~SGTXT&lt;/P&gt;&lt;P&gt;          B~UMWRK&lt;/P&gt;&lt;P&gt;          INTO CORRESPONDING FIELDS OF TABLE IT_SEL&lt;/P&gt;&lt;P&gt;          FROM MKPF AS A     INNER JOIN MSEG AS B&lt;/P&gt;&lt;P&gt;          ON    A&lt;SUB&gt;MBLNR = B&lt;/SUB&gt;MBLNR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         AND   A&lt;SUB&gt;MJAHR = B&lt;/SUB&gt;MJAHR&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          WHERE A~MBLNR IN S_MBLNR&lt;/P&gt;&lt;P&gt;          AND   A~BUDAT IN S_BUDAT&lt;/P&gt;&lt;P&gt;          AND   B~WERKS IN S_WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   i dint   save or  syntac-chek   or  exicute  just i wrote code on SE38 thats it but at that time my system process ( crt + alt + del )  task manager ---preocesser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; its occuring more memory for that nearly 90% usage of memory .... why why why like so ......( just writing the code why its coming like that)  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   this above statement was not showing like that if I do any changes in this ( if suppose its wrong select qurrie its taking more memory )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if its wrong or  any thing why its occuping more memory ( while writing the code in SE38 at that time only any back-ground will go or eny thing else)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plse give detail responce&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i am using  6.0 ver.........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Nov 2007 07:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-joint-memory/m-p/3061059#M725059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-25T07:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: inner joint ( memory )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-joint-memory/m-p/3061060#M725060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the structure defined for IT_SEL also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 11:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-joint-memory/m-p/3061060#M725060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T11:59:37Z</dc:date>
    </item>
  </channel>
</rss>

