Skip to Content
0
Former Member
Sep 18, 2008 at 08:57 AM

loop statement

27 Views

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..