cancel
Showing results for 
Search instead for 
Did you mean: 

Table creation in EXCEL - SAP OLE

0 Kudos

Hi Experts,

I have a requirement to design a table (Item details in invoice) in excel which is generated by SAP. Request you to please let me know how to design table and populate it in excel and also please let me know if it is possible to insert logo in the excel sheet.

Regards,

Sivapriya. N

Accepted Solutions (0)

Answers (2)

Answers (2)

Tomas_Buryanek
Active Contributor

Does it have to be via OLE?
If not, then ABAP2XLSX is recommended way. It can create modern XLSX files and can do it in background run (OLE needs access to frontend).
There are many nice DEMO programs in ABAP2XLSX package. Some of them also shows how to add logo to Excel sheet.

0 Kudos

Installing ABAP2XLSX is not allowed by client so based on my understanding we dont have other option except OLE.

Sandra_Rossi
Active Contributor
0 Kudos

Sivapriya Nandyala Why a client doesn't want to use a "must-have" free product advised by all SAP community, and instead use slow technology, not evolutionary and so on?

Sandra_Rossi
Active Contributor

OLE allows almost everything in Excel (99,9% of what you can do manually).

There are lots of examples on the web. I advise you to record macros in Excel, it generates VBA code based on your actions, and translate manually the VBA code into ABAP OLE statements, as shown partially in this blog post by ricardo.romeromata.