<?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 Execution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770058#M332558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha&lt;/P&gt;&lt;P&gt;  I am using the below code:&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_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;    REFRESH itab_stock.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;Plz suggest me the solution immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 06:28:18 GMT</pubDate>
    <dc:creator>sreeramkumar_madisetty</dc:creator>
    <dc:date>2007-01-03T06:28:18Z</dc:date>
    <item>
      <title>Regarding Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770054#M332554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus&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;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 05:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770054#M332554</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-01-03T05:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770055#M332555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u might be using ALV Fms to display the report.&lt;/P&gt;&lt;P&gt;could u pls send the code, so that, probelm can be traced out quickly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 05:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770055#M332555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T05:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770056#M332556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;u might have created the screen nad declared the pf-status for the screen .&lt;/P&gt;&lt;P&gt;there seems to be some problem in the screen pf-status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 05:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770056#M332556</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-01-03T05:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770057#M332557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;This can happen if you are using a screen and write statements to display the report.&lt;/P&gt;&lt;P&gt;May be your execution will be going like this, I am assuming you are displaying ALV report with OO&lt;/P&gt;&lt;P&gt;1.You are filling your selection screen and executing the report then screen 9000(or your given screen number) will be called and will be displayed according to your requirement .&lt;/P&gt;&lt;P&gt;2. Apart from this display you will be having some another write statement which may be displaying some internal table contents which doestn't have value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check once for your program display portion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 05:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770057#M332557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T05:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770058#M332558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha&lt;/P&gt;&lt;P&gt;  I am using the below code:&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_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;    REFRESH itab_stock.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;Plz suggest me the solution immediately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 06:28:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770058#M332558</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-01-03T06:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Execution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770059#M332559</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:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-execution/m-p/1770059#M332559</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-23T10:30:41Z</dc:date>
    </item>
  </channel>
</rss>

