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 in GUI interface

Former Member
0 Likes
811

Do anyone knows how to start telnet (client, java control or activeX control) in SAP GUI interface? Of course imean about internal SAP window prepared in ABAP program ...

1 REPLY 1
Read only

Former Member
0 Likes
416

The idea is to embed the activeX control into de dynpro. You just have to get the activeX component that implements your functionality.

Check http://www.google.ca/search?q=activeX+telnet for third party components.

Also, I would not recommend telnet, ssh is the way to go.

Have a look at the following weblogs and see if they help out:

Hope it helps,

Isidoro!