hi guys,
I have two issues in ABAP Dialog programming.
1. i created a list box with name txt6 and fnCode 'LST'.
now i have to insert values into list box as :
1 abc
2 syz
3 fst
these values need not be any ztable. how do you insert these values.
2. we know that in disable mode the SAVE icon on the top gets inactive. Now i want the same thing in my screen too.
i have set the SAVE icon on the top with fncode 'SAV'.
my disable mode works for other fields in the screen bcos i define the screen-group for them. for how define a screen group for a element in GUI Status.
Deepak