[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mysap-linux-general
Subject:    Re: Making a TCP Connection to IP:PORT in ABAP
From:       mkl () webde-ag ! de
Date:       2003-08-01 14:19:56
[Download RAW message or body]

One of the few things I konow about ABAP is, it can read and write files.

Maybe you can  use two named pipes (one for write, one for read) for commiunication
with an other program ( telnet, perl, python, java, c ... ) which can do the communiction
to the IP-socket.

Derek Colley schrieb:
> You can do this easily if you have Business Connector installed.
> Create a blank function module with proto, ip, port, service ...
>   E.g. http[s], aa.bb.cc.dd, /servlet/mine, ...
> Code the appropriate flow in business connector.
> Call the function module in ABAP program using
> 
>   CALL FUNCTION 'BLAH'
>     DESTINATION 'BUS_CON_TCP'
>     EXPORTING proto = proto
>               ip    = ip
>               ...
>     IMPORTING return = ret.
> 
> --
> Derek
> 
> 
> Quoting José María Saráchaga Fischer <jsarachaga@garaitia.com>:
> 
> 
>>Hi list!
>>
>>Anyone knows how can i make a TCP connection from an ABAP program? i need to
>>connect to an ip:port aa.bb.cc.dd:9050 and send a line of data.
>>
>>Please, i´m desperated, my next check will rely on this! :(
>>
>>Any help will be greatly appreciated
>>
>>Regards
>>Jose Maria Sarachaga
>>
>>
>>
>>
> 
> 
> 
> ------------------------------------------------------------
> webMail supplied & supported by http://webmail.netsimple.net
> 
> _______________________________________________
> linux.general mailing list
> linux.general@listserv.sap.com
> http://listserv.sap.com/mailman/listinfo/linux.general


_______________________________________________
linux.general mailing list
linux.general@listserv.sap.com
http://listserv.sap.com/mailman/listinfo/linux.general
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic