<?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: function module to fetch data from table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750404#M1114195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a SELECT statement to get the entries with the date in your where condition. You need not use a function module for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2008 06:30:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-05T06:30:00Z</dc:date>
    <item>
      <title>function module to fetch data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750403#M1114194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the entries from the table 'arfcsstate'  for a particular date. Is there a function module to get the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 06:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750403#M1114194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T06:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: function module to fetch data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750404#M1114195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a SELECT statement to get the entries with the date in your where condition. You need not use a function module for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 06:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750404#M1114195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T06:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: function module to fetch data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750405#M1114196</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 wanted to fetch data using a standard function to fetch data as there are function modules available to fetch data from standard tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 06:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750405#M1114196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: function module to fetch data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750406#M1114197</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;You can use select query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from arfcsstate into &amp;lt;Internal table name&amp;gt; &lt;/P&gt;&lt;P&gt;where date &amp;lt;give ur condition.&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if date is in selection screen than write&lt;/P&gt;&lt;P&gt;date in s_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx &lt;/P&gt;&lt;P&gt;Ankur Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 06:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750406#M1114197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T06:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: function module to fetch data from table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750407#M1114198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 06:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-fetch-data-from-table/m-p/4750407#M1114198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T06:06:03Z</dc:date>
    </item>
  </channel>
</rss>

