<?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: selecting single record from Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386194#M1841240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;In Where condition try to use SUB Query:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800080;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;... AND AEDTM = ( SELECT MAX( AEDTM ) FROM HRP1000 WHERE ... ).&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Angelo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2014 13:19:15 GMT</pubDate>
    <dc:creator>former_member302911</dc:creator>
    <dc:date>2014-05-15T13:19:15Z</dc:date>
    <item>
      <title>selecting single record from Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386191#M1841237</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;My code is as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;S_COUNTER_DATAPAKID &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #3399ff; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;OPEN CUSRSOR WITH HOLD S_CURSOR &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FOR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SELECT OBJID AEDTM &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;HRP1000&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;WHERE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;PLVAR &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;'A1' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;OTYPE &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;'S' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AND &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;ENDDA &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-size: 10pt;"&gt;'99991231'&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;here, i am getting more than one AEDTM for 1 OBJID. But, i want only latest date(AEDTM) , how to change this code. I am adding sort statement but it is not allowing to add SORT before SELECT.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;Please guide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 12:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386191#M1841237</guid>
      <dc:creator>anuja_s</dc:creator>
      <dc:date>2014-05-15T12:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: selecting single record from Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386192#M1841238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuja ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the HRP1000-LANGU field, maybe this field can filter the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Özgün&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386192#M1841238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-15T13:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: selecting single record from Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386193#M1841239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anuja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use select single in SELECT statement with where conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abbas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386193#M1841239</guid>
      <dc:creator>former_member194739</dc:creator>
      <dc:date>2014-05-15T13:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: selecting single record from Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386194#M1841240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;In Where condition try to use SUB Query:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #800080;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;... AND AEDTM = ( SELECT MAX( AEDTM ) FROM HRP1000 WHERE ... ).&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Angelo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386194#M1841240</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2014-05-15T13:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: selecting single record from Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386195#M1841241</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;I can not use SELECT SINGLE and MAX, as it is not allowing to use inside CURSOR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386195#M1841241</guid>
      <dc:creator>anuja_s</dc:creator>
      <dc:date>2014-05-15T13:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: selecting single record from Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386196#M1841242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You not need to use SELECT MAX inside CURSOR but use SUB Query, is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case the code becomes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OPEN CURSOR WITH HOLD S_CURSOR &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; color: #0000ff;"&gt;FOR&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: #333333; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT OBJID AEDTM &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;FROM &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;HRP1000&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;WHERE &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;PLVAR &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;'A1' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;AND &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;OTYPE &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;'S' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;AND &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;ENDDA &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #4da619; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;'99991231'&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: #800080; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: #800080; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;AND&lt;/STRONG&gt; &lt;SPAN style="color: #800080;"&gt;&lt;STRONG&gt;AEDTM = ( SELECT MAX( AEDTM ) FROM HRP1000 WHERE &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: #800080; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #333333; font-size: 10pt;"&gt;PLVAR &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #4da619; font-size: 10pt;"&gt;'A1' &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #0000ff; font-size: 10pt;"&gt;AND &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #333333; font-size: 10pt;"&gt;OTYPE &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #4da619; font-size: 10pt;"&gt;'S' &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #0000ff; font-size: 10pt;"&gt;AND &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #333333; font-size: 10pt;"&gt;ENDDA &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit; font-weight: inherit; color: #4da619; font-size: 10pt;"&gt;'99991231'&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt; &lt;/SPAN&gt; ).&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: #800080; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: #800080; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: #800080; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px;"&gt;&lt;SPAN style="color: #800080; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;Angelo.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 13:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386196#M1841242</guid>
      <dc:creator>former_member302911</dc:creator>
      <dc:date>2014-05-15T13:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: selecting single record from Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386197#M1841243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Select the max date with single statement&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 15:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386197#M1841243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-15T15:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: selecting single record from Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386198#M1841244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;With subquery of course&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 15:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selecting-single-record-from-table/m-p/10386198#M1841244</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-15T15:18:56Z</dc:date>
    </item>
  </channel>
</rss>

