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: 

Header getting repeated in GUI_DOWNLOAD

Former Member
0 Kudos

Hi,

I am downloading a report output to local file on PC.

For this I'm using FM GUI_DOWNLOAD with file type as 'DAT'.

If the no. records in the table, that i am passing to the FM, are more than 30,000 then the header (which am passing to FM through 'Fieldnames') is getting repeated after every 9810 row.

Please suggest me how to get the header displayed only once as in this case it is getting displayed 4 times in the downloaded file (text file as well as excel file).

Thanks,

Inder

5 REPLIES 5

guillaume-hrc
Active Contributor
0 Kudos

Hi,

Sure it is unusual.

have you checked whether the "header" was not repeated in the internal table itself?

Best regards,

Guillaume

Former Member
0 Kudos

Can we see your code?

Former Member
0 Kudos

Thanks for the replies...got an OSS Note for this..it seems that may resolve the problem.

0 Kudos

Hi,

Can you please share the note number / solution? We are facing a similar situation.

Thanks in advance.

Regards

Pradipta Kumar Mishra

0 Kudos

Got the OSS note. It is 1448760.