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

Interfacing with legacy systems

Former Member
0 Likes
415

Hi gurus

My clients wants to intergrate their Telecoms Billing system(Zsmart which incorporates POS and CRM) with SAP .I havent done interfaces below.Can someone guide me on what key areas i should address so that i wont miss a thing an example code might also help.

Regards

Rejoice

Hi gurus

My clients wants to intergrate their Telecoms Billing system(Zsmart which incorporates POS and CRM) with SAP .I havent done interfaces below.Can someone guide me on what key areas i should address so that i wont miss a thing an example code might also help.

Regards

Rejoice

1 REPLY 1
Read only

PeterJonker
Active Contributor
0 Likes
383

Sample code is going to be difficult in this stage.

First you need to get basic requirements like:

- how are you going to interface (file pick up from share or (s)ftp(s) / webservice / jdbc ) ?

- what kind of format, flatfile, xml, IDoc ?

- synchronous or asynchronous ?

- are you going to use a middleware solution like SAP PI or TIBCO or is it going to be direct connections between legacy and SAP ?

- frequency of interfacing and size of messages ?

- error handling, queueing and quality of service ( exactly Once , Exactly Once In Order) ?

Once you have these requirements clear you can start thinking about scenario's and after that it will be (sample) code.