2008 Jan 29 9:05 AM
Hi, I've got a tabstrip object. It has 3 tabs. In one of them there's a input text field. When user enters some value into that field and then press ENTER I'd like my program to make some action (in that case call subscreen). How to achieve that? Greetings. P.
2008 Jan 29 10:12 AM
Hi,
Check this standard reports may be this will help u a bit.
<b>demo_sel_screen_in_tabstrip
demo_sel_screen_with_tabstrip</b>
<b>reward if useful</b>
Regards,
sunil kairam.
Hi, I've got a tabstrip object. It has 3 tabs. In one of them there's a input text field. When user enters some value into that field and then press ENTER I'd like my program to make some action (in that case call subscreen). How to achieve that? Greetings. P.
2008 Jan 29 9:26 AM
hi,
I think it is not possible with simple io field, because we can not provide the F-code to io field.
so when we press enter on io field after providing input to it, it is not going into the use command so that we can call subscreen.
I think use Listbos or Listbox with key.
Here we can provide the F-code.
thanks
Dharmishta
2008 Jan 29 10:12 AM
Hi,
Check this standard reports may be this will help u a bit.
<b>demo_sel_screen_in_tabstrip
demo_sel_screen_with_tabstrip</b>
<b>reward if useful</b>
Regards,
sunil kairam.
2008 Jan 29 10:15 AM
you can do it by writing a code in PAI of the program.
case sy-ucomm = ' '.
........logic........
call subscreen.
endcase.
reward for helpful replies,
kushagra
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |