<?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: Output internal table to screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969736#M1603635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You just need to use a normal ALV with top of page and end of page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://wiki.sdn.sap.com/wiki/display/ABAP/Add&lt;EM&gt;Header&lt;/EM&gt;to&lt;EM&gt;ALV&lt;/EM&gt;report]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF this doesnt suffice, then define an OOPS ALV with containers on your screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2011 10:28:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-01T10:28:33Z</dc:date>
    <item>
      <title>Output internal table to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969729#M1603628</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;is there any FM to output an internal table's content to screen, similar to Abap demo DEMO_LIST_GRID?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use any ALV grids or popup FM's since the content should be placed between some text on the screen, basically following this layout:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line 1&lt;/P&gt;&lt;P&gt;Line 2&lt;/P&gt;&lt;P&gt;   [grid 1]&lt;/P&gt;&lt;P&gt;   [grid 2]&lt;/P&gt;&lt;P&gt;Line 3&lt;/P&gt;&lt;P&gt;Line 4&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The mentioned demo application works almost correct, however, it misses the header of the internal table's fields. Before reinventing the wheel I would like to know if sbdy knows about any FM which does the job - write out an internal table with header and rows?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cu,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 14:13:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969729#M1603628</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2011-06-30T14:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Output internal table to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969730#M1603629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can display the internal table with header in part of the screen using OO ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 16:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969730#M1603629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-30T16:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Output internal table to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969731#M1603630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is called "block lists", see demo program BALVBT01 for instance. You may also use REUSE_ALV_LIST_DISPLAY with the parameter IS_LAYOUT-LIST_APPEND = 'X' starting from the second table (see FM documentation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use WRITE statement as usually between each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2011 18:15:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969731#M1603630</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-06-30T18:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Output internal table to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969732#M1603631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sandra thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've not tried your hints to get my internal table to screen, which works of course, however, this happens on a single, stand-alone screen. At least in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using some write statements to put out some lines to screen first. After those lines I would like to print out my internal table, now using a sequence of FMs REUSE_ALV_BLOCK_LIST_INIT, REUSE_ALV_BLOCK_LIST_APPEND and REUSE_ALV_BLOCK_LIST_DISPLAY, followed by some more lines, using write stmts again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those FMs immediately display the internal table on screen ignoring my initial write statements, however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I made sthg wrong or is it not possible to do such kind of screen layouts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cu,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 08:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969732#M1603631</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2011-07-01T08:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Output internal table to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969733#M1603632</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;yes FMs immediately display the internal table on screen. Did u try to press back button after the alv display, i guess now you r write statements will be seen on the screen. Instead of using write statements , use one more layout for header and use the fm REUSE_ALV_BLOCK_LIST_APPEND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 08:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969733#M1603632</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2011-07-01T08:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Output internal table to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969734#M1603633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct! After going back, my output, done by the write statements, are visible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intention, however, is to get a mixed layout as mentioned in my first posting: some lines of texts, one or two more grids and finally some lines again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 10:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969734#M1603633</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2011-07-01T10:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Output internal table to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969735#M1603634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must send the WRITE inside a callback routine of the ALV so that the same list level is used. You pass the name of your own subroutine where you do the WRITE in the IT_EVENTS parameter, for event code 'TOP_OF_LIST' or 'END_OF_LIST' for example (see example in program BALVBT01).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 10:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969735#M1603634</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-07-01T10:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Output internal table to screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969736#M1603635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You just need to use a normal ALV with top of page and end of page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://wiki.sdn.sap.com/wiki/display/ABAP/Add&lt;EM&gt;Header&lt;/EM&gt;to&lt;EM&gt;ALV&lt;/EM&gt;report]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF this doesnt suffice, then define an OOPS ALV with containers on your screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 10:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-internal-table-to-screen/m-p/7969736#M1603635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-01T10:28:33Z</dc:date>
    </item>
  </channel>
</rss>

