when user enter select option input.. I want SELECT-OPTIONS-HIGH is by default '999' number. user not able to change SELECT-OPTIONS-HIGH value. how I do this? Thanks in advance. asked 10 Feb '13, 23:25 sandy |
Use AT SELECTION-SCREEN OUTPUT or INITIALIZATION event to set SELECT-OPTIONS-HIGH by default (manualy add proper line). Then use
answered 11 Feb '13, 02:24 Pawel Hixohe... its working but user can change that number when run. I want user cant change this number. Number is Fix. Is there property like disable to set?
(11 Feb '13, 03:43)
sandy
LOOP AT SCREEN part will do the job.
(11 Feb '13, 05:20)
Pawel Hixohe...
|
yes you are right.I just added one word and now user not able change P_FIELDNAME-HIGH input field .
Thanks for help. answered 13 Feb '13, 01:06 sandy |