Hi all
i gt problem in dynamic assign a value to the input field base on the value in my internal table. How can i do it
Example:
my internal table contain 5 value :
abc
def
ghi
lmn
xyz
my input field:
txt1(20) type c
txt2 (20) type c
txt3 (20) type c
txt4 (20) type c
txt5 (20) type c
outcome result:
txt1 = abc
txt2 = def
txt3 = ghi
txt4 = lmn
txt5 = xyz