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

SAP Client - Server Application under ABAP

Former Member
0 Likes
251

I have a big problem.

I have to connect to a special Server with a fix ip and a fix portnumber.

For that I have created a new connection in the SM59 - a test says that the connection established.

But now I have to send out a request, and then I should get the response from the other side. It is comparably with the POP3 protocoll, I thin.

I found the class "CL_HTTP_CLIENT", where the create-statement has a sy-subrc = 0 (fine). But all the other methods come <> 0...

I tried to connect with the windows tool telnet.exe - all fine. I get back messages from the other server. But how I can realize that under SAP?

Any suggestions?

For test: IP = 194.94.221.1, Port 2223

Thx for help,

greetings hunter

1 REPLY 1
Read only

Former Member
0 Likes
216

perhaps the cpi-c is helpful... but I can't get a connection to the server.

No one any suggests?