2008 Oct 02 8:57 PM
Hi
It is possible to add action without ENTER for drop down listbox on screen.
When I change listbox PAI, PBO don't do any action.
2008 Oct 02 10:34 PM
Hi,
Try this..
In the List box screen field properties...give a function code...in the column "FctCode"....
this might trigger the PAI..when you change the value..
Thanks
Naren
Hi
It is possible to add action without ENTER for drop down listbox on screen.
When I change listbox PAI, PBO don't do any action.
2008 Oct 02 10:13 PM
Hi Kosmo,
Indeed PAI and PBO are not triggered then, use POV instead, it will work.
If you are using SELECTION SCREEN this code is applicable
AT SELECTION-SCREEN ON VALUE-REQUEST FOR listbox.
...
...otherwise in flow logic of the screen type
PROCESS ON VALUE-REQUEST.
FIELD listbox MODULE your_module_on_drop_down.
then in report itself write your module
MODULE your_module_on_drop_down INPUT.
...
ENDMODULE.
Hope it will help:)
Regards
Marcin
2008 Oct 02 10:34 PM
Hi,
Try this..
In the List box screen field properties...give a function code...in the column "FctCode"....
this might trigger the PAI..when you change the value..
Thanks
Naren
2008 Oct 03 8:44 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |