<?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: looping at same screen until button clicked. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379112#M1041876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means you Set the Function code to the Screen field corresponding to Listbox. that is causing the Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove the Fcode assignment and see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 07:36:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-26T07:36:32Z</dc:date>
    <item>
      <title>looping at same screen until button clicked.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379109#M1041873</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 a problem in the screen...While I select a value from the drop down..the screen automatically moves to the next screen...I do not want this to happen...I need to select a value from drop down and click on the execute button only then move to the next screen....until then need to b on the same screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 06:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379109#M1041873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T06:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: looping at same screen until button clicked.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379110#M1041874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can just explain bit clearly&lt;/P&gt;&lt;P&gt;i think check ok_code(sy-ucomm)&lt;/P&gt;&lt;P&gt;clear this ok_code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 06:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379110#M1041874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T06:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: looping at same screen until button clicked.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379111#M1041875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugg the code,&lt;/P&gt;&lt;P&gt;                    Check for the ok_code value then, if it is same as what you have assigned for the next screen. Then clear the ok_code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this should help you resolve your problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With best wishes,&lt;/P&gt;&lt;P&gt;Rama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 07:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379111#M1041875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T07:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: looping at same screen until button clicked.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379112#M1041876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means you Set the Function code to the Screen field corresponding to Listbox. that is causing the Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove the Fcode assignment and see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 07:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379112#M1041876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T07:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: looping at same screen until button clicked.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379113#M1041877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Thanx...for the help...&lt;/P&gt;&lt;P&gt;It would be gr8 if u could give me some info about object oriented programming in sap...or some study material would be of gr8 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 07:48:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379113#M1041877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T07:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: looping at same screen until button clicked.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379114#M1041878</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;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/ce/b518b6513611d194a50000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/ce/b518b6513611d194a50000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/ce/b518b6513611d194a50000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/ce/b518b6513611d194a50000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 07:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379114#M1041878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T07:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: looping at same screen until button clicked.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379115#M1041879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the SAP help Documentation, and also there are so many articles , Tutorials &amp;amp; snippers in SDN wiki area ,SDN WebLogs, Lots of e-learning materials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just browse them you will be able to find. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I prefer SDN is the main source where you get every thing related to SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before posting a Question Do some research, Debug . If no solution then just browse the Forums first and Find it your self most of the answers for you coding related problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 07:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looping-at-same-screen-until-button-clicked/m-p/4379115#M1041879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T07:55:18Z</dc:date>
    </item>
  </channel>
</rss>

