Skip to Content
0
Former Member
Dec 08, 2009 at 06:10 PM

EVENT PROGRAMING

37 Views

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

Case sy-ucomm .
 When space . 
 When others . 
Endcase .

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 .

FROM ARUN