cancel
Showing results for 
Search instead for 
Did you mean: 

what is meant by seamless integration?

Former Member
0 Kudos

What is meant by Seamless Integration using XI ?

When we use BAPI technology for Integration between SAP and Non-SAP systems, the flat file concept comes into picture.

I do accept that the maintainance of this kind of point to point (BAPI) interface is pretty complex and labourious.

But how XI will comeover this issue....????

Can anyone explain me about this...????

Regards

Pavan

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

>>But how XI will comeover this issue....????

Designing Scenarios like.

IDoc -


> XI -


> IDOC

IDoc -


> XI -


> File

File -


> XI -


> IDOC

RFC -


> XI -


> File

File -


> XI -


> RFC

File -


> XI -


> File

Proxy -


> XI -


> File

File -


> XI -


> Proxy

Webservice -


> XI -


> IDoc.. Bla Bla Bla............ !!!

Regards

San

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

please refer to the link for seamless integration

/people/prakash.darji/blog/2006/07/15/bim254-at-teched--seamless-integration-of-sap-netweaver-bi-and-excel-with-the-sap-business-explorer-analyzer

Former Member
0 Kudos

Hi

Seamless means one to one connection without any joints.

BAPI though can be exposed to the outside world, but the outside world need data only in particular format, which is given by XI. XI eases the conversion of data from one form to the other.

Thanks

Former Member
0 Kudos

XI is an ESB framework. ESB framework provides integration services using interface based approach. Interfaces do not address the implementation so that there is not tight coupling between service consumer and service provider.

ESB also provide loose coupling, means any entities required to address an integration requirement can be further divided into different types of entities such as

Data types (atomic, composite and canonical), message types, interface types, which will help us async mode of computing and reusability.

A async mode of operation in computer is efficient compared to point to point computing also async mode of operation help us to change integration need by re-configuring or re-wiring the entities to meet the business changes.

All these FACTS together provide you a seamless integration options

santhosh_kumarv
Active Contributor
0 Kudos

Hi Pavan,

>>What is meant by Seamless Integration using XI ?

Seamless Integration in XI is Intergating two systems without causing any errors or complications.

Regards

San