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

TELNET from ABAP Code

Former Member
0 Likes
2,096

Hey SAP Gurus,

We have around 30 systems on AIX which need to monitored remotely via TELNET service.

Is there a way where in a TELNET session can be called from an ABAP code.

Please let me know .

Regards,

Ashish .A. Poojary

1 ACCEPTED SOLUTION
Read only

former_member182371
Active Contributor
0 Likes
1,359

Hi,

i´ve found this. Don´t know if it might be useful but here it is:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bae862dd-0a01-0010-c499-e72d9e38...

Best regards.

7 REPLIES 7
Read only

Former Member
0 Likes
1,359

Is it possible ?????

Read only

Former Member
0 Likes
1,359

I'm waiting for answers .

Read only

Former Member
0 Likes
1,359

hi,

telnet is nothing but connecting the system using the FTP command..

first know the port number to ..and use the below command in abap program to connect FTP.

FTP_CONNECT - Open a connection (and log in) to an FTP server

FTP_COMMAND - Execute a command on the FTP server

FTP_DISCONNECT - Close the connection (and log off) the FTP server

regards,

Prabhudas

Read only

Former Member
0 Likes
1,359

i'll try this and let u know the results !!!

Read only

Former Member
0 Likes
1,359

Dear Prabhu ,

FTP connection does not allow me to execute certain commands which I can through TELNET .

Is there a procedure where in I can TELNET to a server and execute the commands .

Regards,

Ashish .A. Poojary

Read only

former_member182371
Active Contributor
0 Likes
1,360

Hi,

i´ve found this. Don´t know if it might be useful but here it is:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/bae862dd-0a01-0010-c499-e72d9e38...

Best regards.

Read only

Former Member
0 Likes
1,359

thnx Pablo...

You've given me a workaround for my task....

Appreciate it.

thnx 'gain

Regards,

Ashish .A. Poojary