Wednesday, February 27, 2008

OLE AUTOMATION IN ABAP PART 1

OLE AUTOMATION IN ABAP PART1>DownLoad PDF


Transactions associated with OLE in SAP
  • OLE
  • SOLE
Run Transaction OLE the following screen will be displayed.



In the above transaction you can start and stop each application to check if it has been registered.

Run transaction SOLE to get a list of all the OLE applications registered in your system. You can maintain these applications here.



The above applications are stored in the table TOLE.

The following SAP tables are associated with OLE.

TOLE OLE Applications
OLELOAD OLE type Information load
SWOTOLE Workflow Object Types OLE Applications
SWOTTOLE Workflow Object Types Texts OLE Applications
TOLET Workflow Object Types Texts OLE Applications

See Part - 2

OLE Automation

OLE Automation an Example

Please see the report shown below. We will see more of OLE automation tomorrow. The following report shows how to send the output of ABAP report to EXCEL. It shows the various formatting options for excel sheet like borders of cells, font, bold, Cell color, using ABAP OLE automation.
http://abaplovers.blogspot.com/2008/02/ole-automation-in-abap-part-3.html
Related topics
OLE Automation Part 1
OLE Automation Part 2
OLE Automation Part 2