‎2015 Sep 11 3:37 AM
Hi All,
I have a requirement to download data from internal table to excel using ole method.
The issue is how to wrap my header text?
Kindly please give your suggestions in achieving wrapper text and if possible one
example for creating a borders using OLE method.
Thanks & Regards,
Teja.
‎2015 Sep 11 6:14 AM
Hello Sharan,
Try with below statements.
SET PROPERTY OF <automation object> 'WrapText' = 1.
Regards,
Thanga
‎2015 Sep 11 7:12 AM
Hi,
you can try these FMs:
CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
CALL FUNCTION 'MS_EXCEL_OLE_STANDARD_DAT'
Regards
Ibr