<?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: Report using table mseg in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-using-table-mseg/m-p/1878598#M369188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    can u paste ur code here to know the exact pblm. if u r using read table statement then use binary search option with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  is u r using select in loop then avoid it and use for all entries to amke it faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it would be nice if u paste ur code to know the pblm clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  check tips in the run time analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  hope this helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2007 10:49:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-30T10:49:05Z</dc:date>
    <item>
      <title>Report using table mseg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-using-table-mseg/m-p/1878595#M369185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well i m makin a report on material consumption which gets the opening stock, purchase, consumption &amp;amp; closing stock of all the materials in a particular month.&lt;/P&gt;&lt;P&gt;i m getting mblnr from mkpf table &amp;amp; then go to mseg table. but it is taking a lot of time. can i make it faster. how??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 10:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-using-table-mseg/m-p/1878595#M369185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T10:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Report using table mseg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-using-table-mseg/m-p/1878596#M369186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make your report faster, the first things is to use &amp;lt;b&amp;gt;the table key or the index&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, you can use either a &amp;lt;b&amp;gt;JOIN&amp;lt;/b&amp;gt; between MKPF &amp;amp; MSEG( on MBLNR &amp;amp; MJAHR ), &amp;lt;b&amp;gt;or&amp;lt;/b&amp;gt;  after a MKPF selection, use the &amp;lt;b&amp;gt;FOR ALL ENTRIES&amp;lt;/b&amp;gt; Statement to select into MSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 10:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-using-table-mseg/m-p/1878596#M369186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T10:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Report using table mseg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-using-table-mseg/m-p/1878597#M369187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass MBLNR &amp;amp; MJAHR in where condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 10:48:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-using-table-mseg/m-p/1878597#M369187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Report using table mseg</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-using-table-mseg/m-p/1878598#M369188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;    can u paste ur code here to know the exact pblm. if u r using read table statement then use binary search option with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  is u r using select in loop then avoid it and use for all entries to amke it faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it would be nice if u paste ur code to know the pblm clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  check tips in the run time analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  hope this helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 10:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-using-table-mseg/m-p/1878598#M369188</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T10:49:05Z</dc:date>
    </item>
  </channel>
</rss>

