<?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: Creating an output  file using 'GUI_DOWNLOAD' function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-an-output-file-using-gui-download-function/m-p/8563495#M1659286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check your output definition....are you doing something like below?  SAP will transfer 1024 bytes per line with GUI_DOWNLOAD.    After you download, how do you view the data?  Be sure you're looking at the data with something that will show all 1024 bytes, and not jsut 256 or 512.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;types: begin of outline,&lt;/P&gt;&lt;P&gt;           txt(1024),&lt;/P&gt;&lt;P&gt;         end of outline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: outtab type table of outline,&lt;/P&gt;&lt;P&gt;         ls_out type outline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 16:11:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-08T16:11:18Z</dc:date>
    <item>
      <title>Creating an output  file using 'GUI_DOWNLOAD' function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-an-output-file-using-gui-download-function/m-p/8563493#M1659284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SapAll.&lt;/P&gt;&lt;P&gt;when i try to create an out put text file using the FM 'GUI_DOWNLOAD' by wiring the follwoing below source code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE 'ASORT' c_tab 'ASORTYP' c_tab&lt;/P&gt;&lt;P&gt;                'VKORG' c_tab 'DATAB' c_tab&lt;/P&gt;&lt;P&gt;                'DATBI' INTO outtab-txt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam not able to create the text file with more than 16 fields.i have tried to create an out put file with 24 fields but i can only see 16 fields in it.so could any body help me in finding out how i can create an Output file with more than 16 fields in the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your help will be appreciated.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 15:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-an-output-file-using-gui-download-function/m-p/8563493#M1659284</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2012-02-08T15:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an output  file using 'GUI_DOWNLOAD' function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-an-output-file-using-gui-download-function/m-p/8563494#M1659285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How many characters can  outtab-txt hold ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the internal table that you are using with FM GUI_DOWNLOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 15:59:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-an-output-file-using-gui-download-function/m-p/8563494#M1659285</guid>
      <dc:creator>mithun_shetty4</dc:creator>
      <dc:date>2012-02-08T15:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an output  file using 'GUI_DOWNLOAD' function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-an-output-file-using-gui-download-function/m-p/8563495#M1659286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check your output definition....are you doing something like below?  SAP will transfer 1024 bytes per line with GUI_DOWNLOAD.    After you download, how do you view the data?  Be sure you're looking at the data with something that will show all 1024 bytes, and not jsut 256 or 512.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;types: begin of outline,&lt;/P&gt;&lt;P&gt;           txt(1024),&lt;/P&gt;&lt;P&gt;         end of outline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: outtab type table of outline,&lt;/P&gt;&lt;P&gt;         ls_out type outline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-an-output-file-using-gui-download-function/m-p/8563495#M1659286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-08T16:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating an output  file using 'GUI_DOWNLOAD' function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-an-output-file-using-gui-download-function/m-p/8563496#M1659287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your advice mr Mithin Shetty.&lt;/P&gt;&lt;P&gt;i have changed  the lenght of the character field in the internal table outtab and resulted output file has got all the fields in it.&lt;/P&gt;&lt;P&gt;great help.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 16:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-an-output-file-using-gui-download-function/m-p/8563496#M1659287</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2012-02-08T16:13:03Z</dc:date>
    </item>
  </channel>
</rss>

