<?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: Display records from database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491859#M1063059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might have to create a small utitlity program to download your data to server first and than read them back to your local drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the way suggested by Venktesh, you will have the repetative headers after your page end. E.g. if you select 65_X_132, than you will have header after each 65 rows, and for 500K odd records those will be so many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2008 16:51:42 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2008-09-15T16:51:42Z</dc:date>
    <item>
      <title>Display records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491855#M1063055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My database table has 495K records i want to display them all in se11 tcode and than download into excel ...but because of huge records it timeout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to write a program for this?&lt;/P&gt;&lt;P&gt;Or is there any other smarter way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DNP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 15:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491855#M1063055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T15:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Display records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491856#M1063056</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;Please follow the steps below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to the selection screen of SE11 and provide your selection criteria (if required).&lt;/P&gt;&lt;P&gt;2. Click on Settings menu-&amp;gt;User parameters-&amp;gt;ALV Grid display.&lt;/P&gt;&lt;P&gt;3. Now click on Program menu-&amp;gt;Execute in background-&amp;gt;Provide output device name as LP01 or LOCAL or any valid printer parameters-&amp;gt;Click continue-&amp;gt;Click Immediate button-&amp;gt;Click Save.&lt;/P&gt;&lt;P&gt;4. You can see the background job for this in SM37.&lt;/P&gt;&lt;P&gt;5. Once the background job is completed, it will appear in gleen color.&lt;/P&gt;&lt;P&gt;6. Click on the completed job and then click on Spool button.&lt;/P&gt;&lt;P&gt;7. Once the output is displayed in spool you can now easily download it to excel by clicking on System menu-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 16:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491856#M1063056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T16:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491857#M1063057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkatesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried but, my version is ABAP 4.0B so it doesnot have many feature like ALV display options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover when I tried to run in background it said &lt;/P&gt;&lt;P&gt;"Immed. printing in background not poss. for printer LP01 (access method F)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DNP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 16:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491857#M1063057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T16:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491858#M1063058</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;Its not mandatory to user ALV grid, you can use simple SE16 view. you can use any acceptable printer parameters. press F4 on the output devices input box and select any printer name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 16:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491858#M1063058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491859#M1063059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might have to create a small utitlity program to download your data to server first and than read them back to your local drive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the way suggested by Venktesh, you will have the repetative headers after your page end. E.g. if you select 65_X_132, than you will have header after each 65 rows, and for 500K odd records those will be so many.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 16:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491859#M1063059</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-09-15T16:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491860#M1063060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that suggestion it worked I was able to create a session. But the job cancelled due to process termination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DNP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 17:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491860#M1063060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T17:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Display records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491861#M1063061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it by writing a code to download the data in .txt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;DNP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 18:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491861#M1063061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T18:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491862#M1063062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to define the xls file....rather than txt file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 18:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/display-records-from-database-table/m-p/4491862#M1063062</guid>
      <dc:creator>BH2408</dc:creator>
      <dc:date>2008-09-26T18:50:17Z</dc:date>
    </item>
  </channel>
</rss>

