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

ole2_object

Former Member
0 Likes
583

Hello,

I would like to know whats the class ot the object ole2_object.

I would like to know the interface of method AddPicture because I want to insert a picture replacing one word and if I only put the method, it inserts me the picture in the top of the page.

Thank you.

1 ACCEPTED SOLUTION
Read only

mvoros
Active Contributor
0 Likes
474

Hi,

there isn't any ABAP class which corresponds to the ole2_object. This variable represents link to object in OLE interface. Hence you need to search in Excel programming reference guide to get method signature. Actually ole2_object is a simple structure with reference to OLE object.

Cheers

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
475

Hi,

there isn't any ABAP class which corresponds to the ole2_object. This variable represents link to object in OLE interface. Hence you need to search in Excel programming reference guide to get method signature. Actually ole2_object is a simple structure with reference to OLE object.

Cheers