cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Exception COMMUNICATION_FAILURE with Message RFC destination RFC does n

Former Member
0 Kudos

Hi all , i did a small application in webdynpro abap by calling BAPI . MY application is when i enter the studentid and click the submit button i shoutl get student details .

but when i'm clicking the submit button i'm gettting the error

"RFC Exception COMMUNICATION_FAILURE with Message RFC destination RFC does not exist. Occurred " can any one help me out.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi rajeev.....

i am sure that you would have used service call.

in service call, in the destination part, you would have given a name. the service call automatically creates a destination in this name. but your user id would not have had that rights. so only you get this error. either use a already existing destination or get the access for that.

---regards,

alex b justin

Answers (1)

Answers (1)

former_member189058
Active Contributor
0 Kudos

Hi Rajeev,

Make sure the destination name that you have entered as the DESTINATION in the function call is in the same case as the destination name maintained in SM59 transaction.

RFC names are CASE-SENSITIVE.

Regards,

Reema.