<?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: File creation in application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-creation-in-application-server/m-p/3216130#M766879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you download the data into a text file and download it into excel u will see that kind of symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you download it onto excel file to your local system juss select the entire column and format it to text ..... then u can see all the values properly...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2008 16:50:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-16T16:50:12Z</dc:date>
    <item>
      <title>File creation in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-creation-in-application-server/m-p/3216128#M766877</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;I am creating a file in the application server thru an internal table. I have few QUAN fields which are being displayed as "#" in the file. How i can handle the QUAN fields to get the correct value display in the file??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 16:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-creation-in-application-server/m-p/3216128#M766877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T16:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: File creation in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-creation-in-application-server/m-p/3216129#M766878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: quan(13).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;LOOP AT G_T_OUTTAB.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CLEAR QUAN.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WRITE G_T_OUTTAB-QUAN TO QUAN.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONCATENATE ALL YOUR ITAB FIELDS.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDLOOP.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 16:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-creation-in-application-server/m-p/3216129#M766878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T16:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: File creation in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-creation-in-application-server/m-p/3216130#M766879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you download the data into a text file and download it into excel u will see that kind of symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you download it onto excel file to your local system juss select the entire column and format it to text ..... then u can see all the values properly...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 16:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-creation-in-application-server/m-p/3216130#M766879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T16:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: File creation in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-creation-in-application-server/m-p/3216131#M766880</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 think you can ftp the data into application server directly. And you have a standard program for that.  Please check the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT RSFTP002 WITH USER     = P_FTPUSR&lt;/P&gt;&lt;P&gt;                  WITH PWD      = P_FTPPWD&lt;/P&gt;&lt;P&gt;                  WITH HOST     = P_FTPHST&lt;/P&gt;&lt;P&gt;                  WITH CMD1     = WA_PATH&lt;/P&gt;&lt;P&gt;                  WITH DEST     = 'SAPFTPA'&lt;/P&gt;&lt;P&gt;                  WITH COMPRESS = 'N'&lt;/P&gt;&lt;P&gt;                  AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSFTP002 is the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shylesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 18:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-creation-in-application-server/m-p/3216131#M766880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T18:04:54Z</dc:date>
    </item>
  </channel>
</rss>

