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: 

How OLE Works and How to get list of Methods of OLE?

Former Member
0 Kudos

Hi Experts,

I have a basic knowledge on OLE automation,

SAP Library - ABAP/4 OLE Automation Controller Through this i have done basic programs, now i need to more details on OLE <--> SAP(ABAP),

How OLE works? How to get list of methods to interact with OLE automation?

Where i can find the list of method available in SAP?

List of method means :

   CALL METHOD OF excel 'COLUMNS' = l_column

     EXPORTING

     #1 = 4. " 2 = Column B


  CALL METHOD OF excel 'WORKBOOKS' = workbook .


  CALL METHOD OF workbook 'ADD'.


etc...


Please guide me on this.

4 REPLIES 4

Former Member
0 Kudos

Hi,

try tcode DWDM, there are some examples.

Regards, Dieter

sivaganesh_krishnan
Contributor
0 Kudos

Hi akshath,

try executing the program , SAPRDEMODOCUMENTCONTAINER and SAPRDEMODOCUMENTCONTAINER2.

0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

To get all the methods that you can use Open you MS excel or Word (I am using 2007 version)

Go to  tab->View ->Click on Macro-->pop up window appears showing Macro --> In the Drop down below Select Macro in -->

Personal.XSLB-->Click any one Macro name--->PERSONAL.XLSB!LowerSelection--->

Click Step Into --->A window appears (Visual Basic Editor)-->View->Object Browser--->Choose the methods

Regards,

Shubharaj .