<?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: Regarding ALV Execution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779758#M336107</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 check what events you are passing in itab_event[] , if you are not using that  no need to pass that .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Please mark useful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 11:17:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-03T11:17:29Z</dc:date>
    <item>
      <title>Regarding ALV Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779756#M336105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; I am facing problem while Executing the Report.&lt;/P&gt;&lt;P&gt;That is After displaying the selection screen and by making entries it is giving the correct list.&lt;/P&gt;&lt;P&gt;But when I press the Back button or Esc button in the list level insted of showing the Selection Screen it is showing the Empty screen and after that when I press again Back or Esc button, it is showing Selection Screen.&lt;/P&gt;&lt;P&gt;Please suggest me the Solution.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      i_callback_program = g_repid&lt;/P&gt;&lt;P&gt;      is_layout          = itab_layout&lt;/P&gt;&lt;P&gt;      it_fieldcat        = itab_fcat[]&lt;/P&gt;&lt;P&gt;      it_excluding       = itab_excluding&lt;/P&gt;&lt;P&gt;      it_sort            = itab_sort&lt;/P&gt;&lt;P&gt;      it_events          = itab_event[]&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      t_outtab           = itab_stock&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      program_error      = 1&lt;/P&gt;&lt;P&gt;      OTHERS             = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE e017.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  REFRESH itab_stock.&lt;/P&gt;&lt;P&gt;ENDFORM.          &lt;/P&gt;&lt;P&gt;I am using the Above code and I am displaying the ALV using FMS and I am not creating any GUI Statuses for my program.&lt;/P&gt;&lt;P&gt;Please suggest me the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 11:10:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779756#M336105</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-01-03T11:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779757#M336106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree ,&lt;/P&gt;&lt;P&gt;  Could you please tell me what all are you populating in your table itab_event and itab_excluding&lt;/P&gt;&lt;P&gt;and is possible please paste your entire code here.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Arun R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 11:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779757#M336106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T11:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779758#M336107</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 check what events you are passing in itab_event[] , if you are not using that  no need to pass that .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Please mark useful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 11:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779758#M336107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T11:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779759#M336108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;1. If you are using any write statement , remove that

2. If not then set PF STATUS 
    there is one exporting parameter of that FM  called I_CALLBACK_PFSTATUS
    CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
              EXPORTING
                 i_callback_pfstatus = 'PFSTATUS'.
                 i_callback_usercommand = 'USER_COMMAND'

FORM PFSTATUS.
   SET PF-STATUS 'STATUS'.
ENDFORM.

FORM USER_COMMAND using p_ucomm like sy-ucomm.
  case p_ucomm.
     when 'BACK'.
         leave to screen 0.
  endcase.
ENDFORM.

now double click on STATUS and enable ur back button&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 11:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779759#M336108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T11:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779760#M336109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please comment the &amp;lt;b&amp;gt;it_excluding = itab_excluding&amp;lt;/b&amp;gt; and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 11:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779760#M336109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T11:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779761#M336110</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;One reason can be u left a perform statement calling a form which needs to be called in the events...mostly top-of-page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls chk that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 11:19:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779761#M336110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T11:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779762#M336111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Validation of selection parameters should be at the event at selection screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779762#M336111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T12:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779763#M336112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Validation of selection parameters should be at the event at selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; ex : &lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN .&lt;/P&gt;&lt;P&gt;  PERFORM data_retrieval.&lt;/P&gt;&lt;P&gt;  IF itab_fn1[] IS INITIAL .&lt;/P&gt;&lt;P&gt;    MESSAGE e002.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;PERFORM build_fieldcatalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779763#M336112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T12:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding ALV Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779764#M336113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  It's Answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 10:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-alv-execution/m-p/1779764#M336113</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-23T10:31:31Z</dc:date>
    </item>
  </channel>
</rss>

