2009 Aug 06 4:38 PM
Hi All,
I have a requirement where i need to get the values from the selection-screen with out pressing enter button. If we run the report for first time, there will not be any problem, but if we run the report once and when we come back to the selection screen from the output by pressing F3 button and change the entries in the selection screen and press execute, with out pressing enter button, the selection parameters will be containg the old values but if we press enter then we get the changed values as the at selection-screen event gets triggered, but if dont press enter at selection-screen event does not getss triggered and the output will be based on old values. Can any one pls let me know how to handle this situation, without pressing enter if execute my fileds in the selection screen should get the new values.
Thanks,
Raj
2009 Aug 06 5:52 PM
Hi,
Why don't you write clear state at the end of the code.
write this code at the end of code.
CLEAR : p_matnr, s_werks." all your selection screen values
Regards
Bala Krishna
Hi All,
I have a requirement where i need to get the values from the selection-screen with out pressing enter button. If we run the report for first time, there will not be any problem, but if we run the report once and when we come back to the selection screen from the output by pressing F3 button and change the entries in the selection screen and press execute, with out pressing enter button, the selection parameters will be containg the old values but if we press enter then we get the changed values as the at selection-screen event gets triggered, but if dont press enter at selection-screen event does not getss triggered and the output will be based on old values. Can any one pls let me know how to handle this situation, without pressing enter if execute my fileds in the selection screen should get the new values.
Thanks,
Raj
2009 Aug 06 4:53 PM
2009 Aug 06 5:52 PM
Hi,
Why don't you write clear state at the end of the code.
write this code at the end of code.
CLEAR : p_matnr, s_werks." all your selection screen values
Regards
Bala Krishna
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |