Application Development and Automation 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: 
Read only

T-code for OLE objects

praveen_hannu
Contributor
0 Likes
859

Hi Friends

I dont know whether this is a valid question or not, please give me the answer.

I would like to see the OLE objects like Excel and MS word. I have gone through the t-code OLE, but I can see only 2 properties of these objects.

I want to see all the properties and methods of excel and word. Is there any t-code to see them..or if I want to get all of the methods and properties of these applications what I have to do?

Please reply me asap.

Thanks

Praveen

4 REPLIES 4
Read only

Former Member
0 Likes
671

Hi Praveen ,

I don't think you can get all the methods directly .

One thing i try is to search for VB code and try to adapt it to ABAP .

In case of Excel , you can get the methods and characteristics by opening an Excel file and follow the path below

Tools --> Macros --> Visual Basic Editor.

Once the visual basic editor is open press F2 or the button for Object Browser , this will give you methods that can be used ..

Same is applicable for Word Document also.

Hope this helps.

Regards

Arun

Read only

0 Likes
671

Hi Arun

Thanks for your reply. Now I can see the methods and properties of the OLE objects. Still I am unable to know the complete picture to use this OLE objects, do you have any kind of documentation to get the idea about this. If you could explain bit deep it would be very greatful for me.

Thanks

Praveen

Read only

0 Likes
671

Hi Praveen ,

You can see the link

[SAP document in OLE|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE6/BCFESDE6.pdf]

Regards

Arun

Read only

0 Likes
671

Hi Arun

Thanks for your support. I am rewarding the points right.

Thanks

Praveen