in my selection screen i have email field in which i can enter multiple email ids.
i want to store that email ids in my ztable.
WA-NAME1 = I_TAB1-EMAIL.
INSERT INTO ZMAILHIST VALUES WA.
this statement inserts only one id in my table.
how to code so that my ztable will store all the ids.
plz send the code..