<?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: ALV Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948228#M390719</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;ALV display do not allow you use WRITE statement on the same screen as ALV so it always appear on the separate screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2007 03:36:54 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2007-02-19T03:36:54Z</dc:date>
    <item>
      <title>ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948226#M390717</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;&lt;/P&gt;&lt;P&gt;I have developed an ALV Report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i enter the inputs in Selection screen and execute the data will appear in ALV Layout design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ALV Layout consist of 5 lines of comments (Like Heading, Date, Page No, etc) and ALV output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, when i click BACK, a screen will be displayed where the Comments will appear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why am i getting this screen when i click BACK..????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should get the selection screen instead of this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is the bug...????  Can anyone Help me in this issue..???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 03:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948226#M390717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T03:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948227#M390718</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;Refer this ocde sample.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/reporting/alv/alvgrid.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/reporting/alv/alvgrid.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 03:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948227#M390718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T03:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948228#M390719</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;ALV display do not allow you use WRITE statement on the same screen as ALV so it always appear on the separate screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 03:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948228#M390719</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-02-19T03:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948229#M390720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I THINK YOU ARE USING WRITE STATEMENT IN ALV GRID DISPLAY FOR TOP-OF-PAGE SO WHEN YOU ARE PRESS BACK IT WILL SHOW THE WRITE STATEMENTS YOU HAVE USED. IN ALV YOU HAVE TO WRITE TOP OF PAGE IN &lt;/P&gt;&lt;P&gt;IN REUSE-ALV_GRID_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;II_CALLBACK_TOP_OF_PAGE = 'TOPOFPAGE'.&lt;/P&gt;&lt;P&gt;FORM TOPOFPAGE.&lt;/P&gt;&lt;P&gt;DATA : ILIST SLIS_T_LISTHEADER,&lt;/P&gt;&lt;P&gt;           WLIST SLIS_LISTHEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WLIST-INFO = 'TOP OF PAGE'.&lt;/P&gt;&lt;P&gt;WLIST-TYP = 'H'.&lt;/P&gt;&lt;P&gt;APPEND WLIST TO ILIST.&lt;/P&gt;&lt;P&gt;WLIST-INFO = 'TOP OF PAGE1'.&lt;/P&gt;&lt;P&gt;WLIST-TYP = 'H'.&lt;/P&gt;&lt;P&gt;APPEND WLIST TO ILIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USE FM REUSE_ALV_COMMENTARY_WRITE .&lt;/P&gt;&lt;P&gt;IT_LIST_COMMENTARY = ILIST.&lt;/P&gt;&lt;P&gt;PASS ILIST HERE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 03:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948229#M390720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T03:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948230#M390721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 04:12:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-report/m-p/1948230#M390721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T04:12:18Z</dc:date>
    </item>
  </channel>
</rss>

