Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Excel file attachment that has three tables to send an email notification

Former Member
0 Kudos

Hello ABAP Gurus,

I am developing a program, which sends an email notification to a specific recipient. The email has an excel file attachment.

The attachment is composed of three tables, which contain data coming from an internal table.

My problem then is how to build these tables.

Thank you.

Onyx

1 REPLY 1

Former Member
0 Kudos

in your program extract data from sap tables and fill it 3 internal tables , a sper requirement . now combine the data of all these three internal table into internal table and finally create an attachment of it and send.

Plz reward point if helps.

regards,

Rahul