<?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: Mesuring Point's last measuring document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376494#M810719</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;IMPTT is the table storing Measuring point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMRG is the table for Measurement documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2008 08:07:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-31T08:07:40Z</dc:date>
    <item>
      <title>Mesuring Point's last measuring document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376492#M810717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having 1 measuring point and for that 3 measuring document numbers.I want to take latest document number.&lt;/P&gt;&lt;P&gt;suggest me how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;point : 000000000835&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;document : 00000000000000001287&lt;/P&gt;&lt;P&gt;                 00000000000000001690&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to take latest 00000000000000001690 pls help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 08:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376492#M810717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T08:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mesuring Point's last measuring document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376493#M810718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Garima,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT MAX( document )&lt;/P&gt;&lt;P&gt;INTO ...&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;WHERE ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 08:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376493#M810718</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-01-31T08:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Mesuring Point's last measuring document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376494#M810719</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;IMPTT is the table storing Measuring point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMRG is the table for Measurement documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 08:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376494#M810719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mesuring Point's last measuring document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376495#M810720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am doing like this but it is not working tell me the mistake.&lt;/P&gt;&lt;P&gt;actually i have to select this doc and according to that i have to fetch points position etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single MAX( MDOCM )&lt;/P&gt;&lt;P&gt;        from imrg&lt;/P&gt;&lt;P&gt;        into corresponding fields of i_mdocm&lt;/P&gt;&lt;P&gt;        where idate = dt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 08:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376495#M810720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T08:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mesuring Point's last measuring document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376496#M810721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can only select one field this way (i. e. with SELECT MAX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select MAX( MDOCM )&lt;/P&gt;&lt;P&gt;from imrg&lt;/P&gt;&lt;P&gt;into gv_mdocm&lt;/P&gt;&lt;P&gt;where idate = dt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have mdocm and you can select the whole record with a SELECT SINGLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An other option would be to select all lines into an internal table, sort the internal table by mdocm descending and now you have highest doc number in the first line of the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 08:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mesuring-point-s-last-measuring-document/m-p/3376496#M810721</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-01-31T08:25:38Z</dc:date>
    </item>
  </channel>
</rss>

