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: 

Field Symbol

Former Member
0 Kudos

Hi,

I want to transfer my internal table data to excel sheet. But i have created internal table by using field symbol which is without header line. Problem is that when i am tranferring the data by using WS_DOWNLOAD,GUI_DOWNLOAD and WS_EXCEL , header line is not tranffered.

Thanks and Regards,

Hetal Patel

4 REPLIES 4

Former Member
0 Kudos

Hi,

As you told Internal table is without header line, then how will the header line get transferred, if u are talking about the last record, is not comin in the file, then u might have not appended it properly into the internal table. If possible paste the piece of code here.

Thanks & Regards,

Navneeth K.

0 Kudos

Hi,

I have created dynamic internal table with help of the field sysmbol. Internal table is created. But my problem is that i have to download that internal table to excel sheet. I know if table has header line then there is no problem. but my Internal table is without header line and table is empty.

Regards,

Hetal Patel

0 Kudos

How are you appending entries into the internal table.

rainer_hbenthal
Active Contributor
0 Kudos

Wheres the problem? Crreate your header line yourself.