hi,
can we bring values of selection screen from ztable.
e.g. i have a table zparam which have following two fields & data
name1 value
abc
xyz
lmn
so through abap program i have to display name1 and value shud be input by user and again get stored to zparam
means istead of defining
PARAMETERS: p_abc , p_xyz, p_lmn i have to display from ztable
how we can do this ??