Application Development 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: 

Interface from 4.7 version to ECC 6.0

Former Member
0 Kudos

Hi all,

We are having HR system in 4.7 version. We are implementing FI and Travel management in ECC 6.0 version. we need to have an interface from HR system to ECC 6.0 travel system. Which method is suitable for this?? Can we go for BAPIs??

Thanks in advance,

regards,

Chandra.

6 REPLIES 6

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

BAPIs would be the best way to go if there are some available for your requirement.

Regards,

Rich Heilman

0 Kudos

Hi,

What about ALE?? which method is good in BAPI and ALE in this case??

Thanks in advance,

Regards,

Chandra.

0 Kudos

Can anybody help me out??

Regards,

Chandra

vladimir_golovtchiner
Participant
0 Kudos

Hello,

I would prefer the ALE and some Midleware between two systems (for exampl. Business Connector). It is more flexible.

If you allredy use XI it will be better to use XI instead of BC but to implement the XI only for that purpose makes no sence.

Best regards

Vladimir

0 Kudos

Hi Vladimir,

Thanks for your reply. Anyway we dont have XI, we need to check alternative. Do we need business connector for this purpose, because both these are SAP systems??

Thanks

Chandra.

0 Kudos

Hi,

If you want the data to be exchanged in a synchronus manner then BAPI's are the way to go.

However, as I see no need of the same there, ALE / IDOC's should be a preferred way of doing as you can configure the IDOC's to be triggered as soon as there is a change in the data.

And like you mentioned, both are SAP systems, so you wouldn't need a middleware, you can communicate using IDOCS'.

Regards,

Ravi

Note : Please mark all the helpful answers