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: 

OCX components

Former Member
0 Kudos

The SDK comes with some ocx components. I was able to read and write data within the SAP system from an external non SAP program with these ocx components. I am familiar with the site http://www.bapi.is-here.de/ but that is just from external application to SAP system.

I would like to know if it is possible to read/write data from/to an external non SAP program with these ocx components? and if so how?

1 REPLY 1

Former Member
0 Kudos

Yes, you could do it.

Actually, think about the control in the sAP GUI, they all are COM/OCX component. After registered in the local system, SAP GUI can instant them and call their method very simply.

I have created a SAP GUI control, which instant a RealPlayer ocx inside, and the SAP screen can add this customize control into their screen, if they want to do.

So the answer to your question is yes, it can.

you can instant windows component by CREATE OBJECT.

you can do a search in SDN, some weblog about these technology.

But you should choose a appropriate component or create it yourself, if your requirement is particular.

Hope my reply will be helpful.

Message was edited by: zhenglin gu