cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Timeout message.

Former Member
0 Kudos

Hi Guys,

I have a synchronous scenario (HTTP->RFC->HTTP) wherein the RFC call to SAP timesout after a while. I am ok with the timeout but I would like to send back a customized message to the sender system when the timeout occurs.

Message was edited by:

Arvind R

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You could write a proxy to call RFC and in case of exceptions, a fault message could be sent back to sender system. Refer following links:

http://help.sap.com/saphelp_nw70/helpdata/en/5d/a45c3cff8ca92be10000000a114084/frameset.htm

http://help.sap.com/saphelp_nw70/helpdata/en/5d/a45c3cff8ca92be10000000a114084/frameset.htm

Bhavish

Answers (1)

Answers (1)

Former Member
0 Kudos

hey

configure alerts for this and write ur customized messages in the alert text

Thanx

Aamir

Former Member
0 Kudos

Aamir,

I ment amessage from XI back to the source system..not alerts..