Hi everyboy!
I need to download some data with
CREATE OBJECT h_excel 'Excel.Application'.
SET PROPERTY OF h_excel 'Visible' = 1.
GET PROPERTY OF h_excel 'Workbooks' = h_map.
CALL METHOD OF h_map 'Workbooks' = h_map.
open existing workbook
call method of h_map 'Open' = rc
exporting #1 = p_file.
PERFORM err_hdl.
In p_file is my excel form (f.e. c:\Pool.xls)
But i can't open this excel form!
Please gimme some help (its urgent)
thanks
Thomas