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: 

communication between R/3 and CRM

Former Member
0 Kudos

Hi

Thus is regarding the interface between SAP and CRM,

If there is a message sent from crm to R/3 , how does the CRM system get to know if the R/3 system , had received the message,

it could happen that CRM system is up and running, but R/3 system is down, how does the CRM system make sure that, its messages have been successfully passed to R/3.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Vinay,

If the call from CRM to ECC is by RFC, then it will fail by giving an error message saying RFC call failed.

Or also it may give that target system not avalilable.

It depends on how the call is made between R/3 and CRM.

Hope this may be usefull...

Regards,

Prashant

2 REPLIES 2

Former Member
0 Kudos

Hi Vinay,

If the call from CRM to ECC is by RFC, then it will fail by giving an error message saying RFC call failed.

Or also it may give that target system not avalilable.

It depends on how the call is made between R/3 and CRM.

Hope this may be usefull...

Regards,

Prashant

Former Member
0 Kudos

Hi

Maybe you can check if your target system is active using some function such as:

RFC_CHECK_DESTINATION or others function used for this purpose

Regards

Gregory