Hi ,
Iam having email address in my internal table .ineed to concordinate all the email ID seperated by ' , ' -comma and paas into a variable .
itab is havinging field email
itab-email [1] = Email ID1
itab-email [2] = Email ID2
I need O/P as----> Email ID1,Email ID2
Regards,
Sri