Hi Experts,
I have an OLE2_OBJECT of VB.NET dll registerd at my workstation. Now from my webdynpro application i want to call
that. When i instantiate and call method of that OLE object it does nothing even subrc is zero.
While adding ole object as an attribute in view controller i got a warning 'Type Pool is not supported in webdynpro'.
So i have directly added structure from type pool but still it doen't work (even after calling OLE method sy-subrc = 0).
The same code works when we do with normal ABAP screen program.
Code :
Instantiation
create object wd_this->OLE_OBJECT 'Guid of my allplication'.
Method call
call method of
wd_this->OLE_OBJECT
'Method'
exporting
#1 = 'Valid Url passed'
.
Please please help me with this.
Regards,
Anurag.