<?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: REG abap query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-query/m-p/2194438#M468214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rammohan Nagam &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply...I know this procedure already....i want reasons and benefits for all tools...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abap query has two options excel and word...it hasn't option for text file(but there is file store)...what we to do in this situation....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we extract data from sap to txt file or not (using abap query)....is have seperator.....(adv &amp;amp; disadvantages)please telll me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mani R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Apr 2007 09:34:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-21T09:34:06Z</dc:date>
    <item>
      <title>REG abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-query/m-p/2194435#M468211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.I want to extract data from sap to text file..&lt;/P&gt;&lt;P&gt;2.The possible three ways are using report program,abap query and report writer.....which extract method(tool) is best.....&lt;/P&gt;&lt;P&gt;3.What is report writer?(please provide clear idea.....and actual use)&lt;/P&gt;&lt;P&gt;4.If abap query is best ....how to do..... Is this Possible to take out...please mention the option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please, tell me......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mani R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 07:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-query/m-p/2194435#M468211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T07:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: REG abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-query/m-p/2194436#M468212</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;Report Program is better..using function module GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; SELECT * FROM SPFLI into table t_spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CALL FUNCTION 'GUI_DOWNLOAD'&amp;lt;/b&amp;gt;  &lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BIN_FILESIZE                  =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    FILENAME                       = 'C:\RAM\TST.TXT'&lt;/P&gt;&lt;P&gt;    FILETYPE                        = 'ASC'&lt;/P&gt;&lt;P&gt;    FIELD_SEPERATOR        = 'X'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;     TABLE                            = T_SPFLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Report writer:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Why List &amp;amp; Label as Report Writer?&lt;/P&gt;&lt;P&gt;With the reporting tool List &amp;amp; Label you enhance your applications with reports, lists, diagrams, forms, labels, mail merges and web reporting with only a few lines of code. It takes only one step to add classic printing options, intelligent preview and comprehensive export functions. Moreover, you add real value to your application by integrating the List &amp;amp; Label Designer: provide your end users with the opportunity to create custom print projects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 08:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-query/m-p/2194436#M468212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T08:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: REG abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-query/m-p/2194437#M468213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rammohan Nagam  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply...I know this procedure already....i want reasons and benefits for all tools...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abap query has two options excel and word...it hasn't option for text file(but there is file store)...what we to do in this situation....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we extract data from sap to txt file or not....is have seperator.....please telll me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mani R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 09:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-query/m-p/2194437#M468213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T09:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: REG abap query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-query/m-p/2194438#M468214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rammohan Nagam &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur reply...I know this procedure already....i want reasons and benefits for all tools...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abap query has two options excel and word...it hasn't option for text file(but there is file store)...what we to do in this situation....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we extract data from sap to txt file or not (using abap query)....is have seperator.....(adv &amp;amp; disadvantages)please telll me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mani R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Apr 2007 09:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-query/m-p/2194438#M468214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-21T09:34:06Z</dc:date>
    </item>
  </channel>
</rss>

