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: 

Using Existing OLE Excel Object

ashok_kumar24
Contributor
0 Kudos

Hi

I have created an ole excel object to download my report data.

My requirement is to use an existing excel object.

Existing OLE object would act like a template with the Header Information and my company's logo in it.

Can anyone suggest suitable procedures for the same.

AK

1 REPLY 1

vinod_gunaware2
Active Contributor
0 Kudos

I dont know more about it.

Just have look below function module.

<b>EXCEL_OLE_STANDARD_DAT</b> Just calls MS_EXCEL_OLE_STANDARD_DAT

<b>MS_EXCEL_OLE_STANDARD</b>_DATDownloads internal table and opens it in MS Excel

<b>KCD_EXCEL_OLE_TO_INT_CONVERT</b> Uploads an *.xls file to internal table (max cell length = 32).

<b>ALSM_EXCEL_TO_INTERNAL_TABLE</b> the same as KCD_EXCEL_OLE_TO_INT_CONVERT but max cell length = 50

<b>FTBU_START_EXCEL</b> just [download internal table to file and] start Excel (w/o OLE).

regards

vinod