<?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 Question on Dialog Programming user command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220403#M1523746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have question regarding the dialog programming user command. I need a certain code to be triggered when 'ENTER'  key is pressed on the screen and not on any other user command. The problem is when I press 'enter' ther is no user comamnd recorded. so the code i being triggered on any action on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can any one pelase let  me know if there is any option to capture 'ENTER'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Aug 2010 13:36:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-13T13:36:20Z</dc:date>
    <item>
      <title>Question on Dialog Programming user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220403#M1523746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have question regarding the dialog programming user command. I need a certain code to be triggered when 'ENTER'  key is pressed on the screen and not on any other user command. The problem is when I press 'enter' ther is no user comamnd recorded. so the code i being triggered on any action on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Can any one pelase let  me know if there is any option to capture 'ENTER'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 13:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220403#M1523746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T13:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Dialog Programming user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220404#M1523747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to assign it in your GUI status...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 13:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220404#M1523747</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-08-13T13:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Dialog Programming user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220405#M1523748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just need to activate the first standard function on STATUS-GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give a function code like 'ENTER' to the first button of standard bar, the one like a green button with a positive icon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 13:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220405#M1523748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T13:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Dialog Programming user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220406#M1523749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check documentation ([Using GUI Statuses|http://help.sap.com/saphelp_crm50/helpdata/en/9f/dba99935c111d1829f0000e829fbfe/frameset.htm]) look for "The ENTER Key".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 13:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220406#M1523749</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-08-13T13:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Question on Dialog Programming user command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220407#M1523750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. Solved my Problem. Thanks all for the instant replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 13:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-dialog-programming-user-command/m-p/7220407#M1523750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T13:52:23Z</dc:date>
    </item>
  </channel>
</rss>

