<?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: Going forward - pl. help ASAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-forward-pl-help-asap/m-p/2790939#M651109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh&lt;/P&gt;&lt;P&gt;  But pl. tell me where I should put this line .PAI /PBO ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2007 06:45:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-12T06:45:17Z</dc:date>
    <item>
      <title>Going forward - pl. help ASAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-forward-pl-help-asap/m-p/2790937#M651107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone !&lt;/P&gt;&lt;P&gt;    I have no screens in my prg. I am using OOPS ALV. &lt;/P&gt;&lt;P&gt;    I am able to go forward from selection screen to 9001 to 9002 screens.&lt;/P&gt;&lt;P&gt;    But when I go back to 9001 from 9002, when I select different set of materials in 9001 and hit on one button which takes forward to 9002 its not going anywhere, i am still in the same screen 9001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PBO&lt;/P&gt;&lt;P&gt;IF  g_custom_container IS INITIAL.&lt;/P&gt;&lt;P&gt;     PERFORM create_and_init_alv_9001.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    CALL METHOD g_grid-&amp;gt;refresh_table_display.&lt;/P&gt;&lt;P&gt;    CALL METHOD cl_gui_cfw=&amp;gt;flush.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI&lt;/P&gt;&lt;P&gt;MODULE pai_9001 INPUT.&lt;/P&gt;&lt;P&gt;  save_ok = ok_code.&lt;/P&gt;&lt;P&gt;  CLEAR ok_code.&lt;/P&gt;&lt;P&gt;  CASE save_ok.&lt;/P&gt;&lt;P&gt;    WHEN 'BACK' OR 'EXIT' OR 'CANCEL'.&lt;/P&gt;&lt;P&gt;      LEAVE TO SCREEN 0.&lt;/P&gt;&lt;P&gt;      CALL METHOD g_grid-&amp;gt;free.   &lt;/P&gt;&lt;P&gt;      FREE g_grid.               &lt;/P&gt;&lt;P&gt;    WHEN 'DEMD'.&lt;/P&gt;&lt;P&gt;      PERFORM get_selected_line .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;  CLEAR save_ok.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " PAI_9001  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Observation - when v come back to 9001 from 9002 in PBO g_custom_container IS not INITIAL so its going to else part and clearing its not taking forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl. kindly help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 04:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-forward-pl-help-asap/m-p/2790937#M651107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T04:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Going forward - pl. help ASAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-forward-pl-help-asap/m-p/2790938#M651108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes your observation is correct .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also make the container free by using this method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method g_custom_container -&amp;gt;free.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 05:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-forward-pl-help-asap/m-p/2790938#M651108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T05:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Going forward - pl. help ASAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-forward-pl-help-asap/m-p/2790939#M651109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh&lt;/P&gt;&lt;P&gt;  But pl. tell me where I should put this line .PAI /PBO ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 06:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-forward-pl-help-asap/m-p/2790939#M651109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T06:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Going forward - pl. help ASAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/going-forward-pl-help-asap/m-p/2790940#M651110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved it myself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 05:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/going-forward-pl-help-asap/m-p/2790940#M651110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T05:31:43Z</dc:date>
    </item>
  </channel>
</rss>

