Hello Pavan,
What is the format of the data that you want to send to the PC? And will that PC be used by the client actively? Or is it just going to stay between the SAP system and the non-SAP system just to act as a bridge between two?
If it is going to be that way (just to connect the 2 systems) and if you are going to send some text holding the data to that PC i would recommend setting up an FTP server to that PC. There are lotsa free FTP server programs that you can easily set up. That way you will be able to open up that computer of yours as a place that will be able to hold/send data. When you are done with setting up the FTP you can easily start working on the ABAP side. There are a few FM's that will enable you to send/receive data to/from FTP server.
-FTP_CONNECT : To connect to the FTP server
-FTP_R3_TO_SERVER : To send text data to FTP server
-FTP_DISCONNECT : To end the connection between SAP and FTP server (which is the PC that you ll use)
--FTP_SERVER_TO_R3: To receive text data from FTP server
This method is used by most of the integration projects between company SAP systems and the customer's bank systems. And it works pretty well like that. Of course there could be other options. I just told you the first idea I got.
Regards,
Arman