<?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 EVENT PROGRAMING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-programing/m-p/6369291#M1401613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi This is a u201Cgoods received noteu201D Program . In this actualy We no need to keep button , because we are going to run this Application in dos mode through telenet via shell in mobile device. Now we configured everything but in dos mode buttons will not work. So they need f1 or f2 key press event for executing the same , is it possible to do so please let me know. I tried with in my PAI MODULE THE FOLLOWING LINES&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Case sy-ucomm .
 When space . 
 When others . 
Endcase .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we need to execute only one task the above line is comfortable . But in my case i have to execute 3 diffrent task with the help of 3 different key press event . Is it possible pls help me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM ARUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2009 18:10:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-08T18:10:06Z</dc:date>
    <item>
      <title>EVENT PROGRAMING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-programing/m-p/6369291#M1401613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi This is a u201Cgoods received noteu201D Program . In this actualy We no need to keep button , because we are going to run this Application in dos mode through telenet via shell in mobile device. Now we configured everything but in dos mode buttons will not work. So they need f1 or f2 key press event for executing the same , is it possible to do so please let me know. I tried with in my PAI MODULE THE FOLLOWING LINES&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Case sy-ucomm .
 When space . 
 When others . 
Endcase .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we need to execute only one task the above line is comfortable . But in my case i have to execute 3 diffrent task with the help of 3 different key press event . Is it possible pls help me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM ARUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 18:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-programing/m-p/6369291#M1401613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-08T18:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: EVENT PROGRAMING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-programing/m-p/6369292#M1401614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if you are creating a program to be ran on a RF device, you should copy the gui status LMOB_GROUP8 from program RLMENU into your program.  The gui status is designed to handle F1, F2, F3, and F4 keys on a RF device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your PAI, you can do a case statement like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Case sy-ucomm.
    when  'SAVE' or 'F1'.
    when 'CLR' or 'F2'.
    when 'BACK' or 'F3'.
    when 'NEXT' of 'F4'.
endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2009 18:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-programing/m-p/6369292#M1401614</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-12-08T18:24:22Z</dc:date>
    </item>
  </channel>
</rss>

