HI,
I want to download the contents of the list into excel sheet.
iam using this function module
CALL FUNCTION 'EXCEL_OLE_STANDARD_DAT'
EXPORTING
file_name = 'C:/SANTOSH'
TABLES
data_tab = tab_gl1[] "list contents
fieldnames = tab_header[]. " list heading
but it is giving dump.
It is control break report.
In main heading i have company code and fiscal year.
for list heading i have 10 fields.
please help me.
points assured for helpful