cancel
Showing results for 
Search instead for 
Did you mean: 

TCP/IP based PDA connection

Former Member
0 Kudos

Hi,

I have the following scenario:

SAP--


>XI--


PDA ( via a telecom service provider )

and

PDA -


XI----


SAP

The orders are created in the PDA, and can only be accessed via a Telecom service provider. XI has to establish a TCp/IP connection to pull and push data to the service provider.

Can anyone let me know a mechanism to achieve the same.

Would it be possible for the serivice provider to call XI via some mechanism to push data into XI.

Thanks in advance,

Best Regards

Abhishek

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thanks for your information,

But i cannot have a J2ME based application on the connecting server.

My possibility would be to connect only via TCP/IP.

Is there a possible solution to the above.

Regards,

Abhishek

prateek
Active Contributor
0 Kudos

Do you have MI in your landscape too? I am not sure but if you use MI, then you may use an BAPI wrapper to your method in MI Middleware which could communicate using TCP/IP connection.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

Not sure what MI means.

If this means NW Mobile Infrasrcture. This is not available in our landscape.

Regards

Abhishek

prateek
Active Contributor
0 Kudos

Is TCP/IP connection a must in your case. Your mobile could send data directly to XI if it could act as an http client. This will give you some idea.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ceb31d4f-0901-0010-60bc-8162e7c6...

Regards,

Prateek