<?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: OK_CODE not captured... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315262#M1028567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks..i picked the correct message class and message number and now the message is displayed..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 18:52:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-29T18:52:29Z</dc:date>
    <item>
      <title>OK_CODE not captured...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315257#M1028562</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;i have a screen where i have a table control. user can select multiple lines from there and press a button. if all of them dont match a specific condition, i need to display a message and retain the user in the same screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing issues at 2 points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. error message is not displayed but yes the user is retained in that screen !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE E000(00) WITH 'text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. after this when i click that button again, OK_CODE is empty and next screen is displayed !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0110 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;&lt;/P&gt;&lt;P&gt;  CASE SAVE_OK.&lt;/P&gt;&lt;P&gt;    WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;      LEAVE TO SCREEN '0100'.&lt;/P&gt;&lt;P&gt;    WHEN 'CREATE'.&lt;/P&gt;&lt;P&gt;         if condition fails.&lt;/P&gt;&lt;P&gt;              MESSAGE E000(00) WITH 'TEXT'.&lt;/P&gt;&lt;P&gt;              LEAVE TO SCREEN '0110'.&lt;/P&gt;&lt;P&gt;         endif.&lt;/P&gt;&lt;P&gt;      LEAVE TO SCREEN '0120'.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen sequence is 0100, 0110, 0120.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats the issue ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 17:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315257#M1028562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T17:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: OK_CODE not captured...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315258#M1028563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you create a field/variable OK_CODE in the SCREEN? (screen-editor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's NOT the same field in your programm-code. (report-editor)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 18:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315258#M1028563</guid>
      <dc:creator>former_member190578</dc:creator>
      <dc:date>2008-07-29T18:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: OK_CODE not captured...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315259#M1028564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Jurgen, you were perfectly right !! OK_CODE was missing in the screen's element's list !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i am not getting the error message still !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the status bar blinks red but no message is displayed !! what cud be wrong ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 18:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315259#M1028564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T18:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: OK_CODE not captured...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315260#M1028565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey one more thing...my control stays in the same screen, but i am not able to operate on the table control anymore !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like initially i cud select couple of rows and click on that push button, if those rows are not valid, i want to stay in the same screen but the table should allow me to deselect the wrong rows and select the rest again !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 18:19:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315260#M1028565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T18:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: OK_CODE not captured...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315261#M1028566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt; the status bar blinks red but no message is displayed !! what cud be wrong ?? &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im sure, that the message-number '000' does'nt exist. Message-numbers start with '001' &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 18:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315261#M1028566</guid>
      <dc:creator>former_member190578</dc:creator>
      <dc:date>2008-07-29T18:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: OK_CODE not captured...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315262#M1028567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks..i picked the correct message class and message number and now the message is displayed..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 18:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ok-code-not-captured/m-p/4315262#M1028567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T18:52:29Z</dc:date>
    </item>
  </channel>
</rss>

