Hi abapers,
I have a scenario where i have to attach the excel file from my application server and send a mail to the user . Supposedly i have a folder where there are more than 10 excel files, i have to pick specific excel and attach it and send mail to the specefic user by reading a record from excel for finding the email id of the particular dealer.
The excel file named as follows a1, a2, a3, a4 .....
i my excel records will be as follows
1 abc 234 a1
2 xyz 456 a2
3 pqr 852 a3
Now i want to find the recievers email id by reading the excel file col2. i.e. abc's email id and then send the whole excel file as attachment to abc email id.
Please provide a code snippet if possible .
Regards,
Navin