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

About Socket program in ABAP

Former Member
0 Likes
662

Hi all,

Can I do Socket program in ABAP?

I know nothing about that,Can anyone help?

Thanks very much.

Pole

3 REPLIES 3
Read only

Former Member
0 Likes
588

What is a socket program?

Read only

0 Likes
588

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.

Read only

Former Member
0 Likes
588

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.