‎2005 Oct 13 3:39 AM
Hi all,
Can I do Socket program in ABAP?
I know nothing about that,Can anyone help?
Thanks very much.
Pole
‎2005 Oct 13 4:46 AM
‎2005 Oct 13 7:19 AM
We have a software,it provide an interface by tcp/ip socket,we want to send data to the interface by the connection of tcp/ip socket.
‎2005 Oct 13 8:11 AM
Within ABAP you have access to OLE objects - take a look at ABAB stement SET PROPERTY.
In our production we have some scale weights connected to a PC. On the PC an external vendor has created an OLE obejct that can retur te current state and weight of the scale weight directly into a SAP screen.
I guess if you can write an OLE obejct that can handle it - it is possible.