cancel
Showing results for 
Search instead for 
Did you mean: 

eCommerce JCO multiple backend

Former Member
0 Kudos

Hi !

eCommerce is working with CRM backend but the company needs to call some BAPIs to their SAP ERP backend,

JCO is configured for CRM connectivity how can we call from backend object to a JCO that points to the ERP system?

thanks in advance

Ariel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ariel,

Look this Thread [;

It give you useful information for your issue to resolve.

eCommerce Developer

Answers (1)

Answers (1)

Former Member
0 Kudos

My two cents about the method to reach multiple backends.

It is better to have CRM as the ONLY backend system maintained for E-Commerce application. Any calls to "another" system (such as the ERP / R/3 systems) is best done with CRM as a pass-through. That is have the eCommerce make the call to CRM to a "dummy" RFC and pass-through the call the R/3. CRM and R/3 are already integrated and doesn't require you to maintain the credentials. No reinventing of the wheels to secure the password or no need to keep the R/3 password in a property file etc. Maintaining the password in property files doesn't fly-off well with any implementations, large or small. That is one more headache to maintain.

This is how SAP does. For example, the ATP call, or other configuration checks are all done THROUGH the CRM only. So, why should we invent a new method?

If some one talks about performance degradation theory, don't listen to them. With all the connection buffering and other optimizations alrady in place, that is a no issue.

This discussion applies also to the "other" thread that is referred to in this thread.

Easwar Ram

http://www.parxlns.com

Former Member
0 Kudos

Thank you Guys both answers were valid !