<?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 sy-ucomm problem when hitting enter button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-problem-when-hitting-enter-button/m-p/8345071#M1639504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am implementing a user exit for CO11N screen and i want the control after hitting save button so i made a control for sy-ucomm and i gave an error message. But when i hit enter button after this error message, sy-ucomm still equal to BU so it gives error message again. How can i prevent this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2011 10:03:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-11T10:03:06Z</dc:date>
    <item>
      <title>sy-ucomm problem when hitting enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-problem-when-hitting-enter-button/m-p/8345071#M1639504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am implementing a user exit for CO11N screen and i want the control after hitting save button so i made a control for sy-ucomm and i gave an error message. But when i hit enter button after this error message, sy-ucomm still equal to BU so it gives error message again. How can i prevent this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 10:03:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-problem-when-hitting-enter-button/m-p/8345071#M1639504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T10:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm problem when hitting enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-problem-when-hitting-enter-button/m-p/8345072#M1639505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont just provide the blank error message, instead provide the message in some condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 10:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-problem-when-hitting-enter-button/m-p/8345072#M1639505</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-11-11T10:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm problem when hitting enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-problem-when-hitting-enter-button/m-p/8345073#M1639506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im not creating blank message &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;i use the a term but the problem is, when i first hit save button and see the error message,than  i hit enter button to pass the message and make the input fields editable again. But sy-ucomm is still equal to BU so it show the message again and again and i cant return to normal input screen. And if i make the message type 'S' i cant block the saving process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to option first i will use type E message but i have to get over the problem above, or i will use type 'S' message but i have to stop the transaction after this message. I used type E like S or type S like E. They didnt work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 10:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-problem-when-hitting-enter-button/m-p/8345073#M1639506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T10:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: sy-ucomm problem when hitting enter button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-problem-when-hitting-enter-button/m-p/8345074#M1639507</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;Are you clearing your OK_CODE field after transferring it to the program ok code field. Always use a seperate ok code field in the program to recieve the OK_CODE from the screen and clear the OK_CODE. I guess that will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 11:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sy-ucomm-problem-when-hitting-enter-button/m-p/8345074#M1639507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T11:52:26Z</dc:date>
    </item>
  </channel>
</rss>

