<?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: Debugging and preview screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223913#M1826939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to know the entries that will be displayed in ALV finally?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2014 15:18:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-04-23T15:18:12Z</dc:date>
    <item>
      <title>Debugging and preview screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223912#M1826938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I am debugging a report, is it possible to view the window that is building or the alv that is showing step by step according I am debugging the report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223912#M1826938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-23T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging and preview screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223913#M1826939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to know the entries that will be displayed in ALV finally?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223913#M1826939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-23T15:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging and preview screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223914#M1826940</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 know the entries, that's the internal table I give to ALV FM, I am building a report with many ALVs, so according I am debugging I wonder if it is possible&amp;nbsp; to preview each complete ALV that is painting at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for answering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:28:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223914#M1826940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-23T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging and preview screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223915#M1826941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Enrique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you can see what is in the internal table before it is passed over for output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just identify what internal table is passed to output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( Attach the source code, then we will help in identifying the internal table.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the report is using the function module REUSE_ALV_GRID_DISPLAY, check what is assigned to t_outtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the method SET_TABLE_FOR_FIRST_DISPLAY is used, then check what is assigned to it_outtab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigned to any of the above is the internal table you can view in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223915#M1826941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-23T15:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging and preview screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223916#M1826942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223916#M1826942</guid>
      <dc:creator>former_member194739</dc:creator>
      <dc:date>2014-04-23T15:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging and preview screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223917#M1826943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Enrique,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to see the o/p in an ALV format even before the output is displayed. But it will not have any of the custom buttons you might have added. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the new debugger, open the internal table which is to be displayed in the o/p. The click on the button "table display in ALV" to view the o/p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/439264" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 15:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-and-preview-screen/m-p/10223917#M1826943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-04-23T15:38:33Z</dc:date>
    </item>
  </channel>
</rss>

