cancel
Showing results for 
Search instead for 
Did you mean: 

RFC Response request

udayabhaskar
Explorer
0 Kudos

Hi,

My scenario is RFC - JDBC.

There is a filed in the RFC called return apart from the ZSD filed. The ABAP team wants me to map the return field in my mapping so that they will get a reply as yes or no. If data has reached PI then it is yes; if not then no.

Please help me out what exactly needs to be done or if I need to ask them anything in return. Also, are there any functions that I can use for this scenario.

Regards,

Udaya

Accepted Solutions (1)

Accepted Solutions (1)

azharshaikh
Active Contributor
0 Kudos

Hi Udaya,

AFAIK - you cannot directly send response back from PI intermediately. If the source does require Response then you need to check with DB team and get response back from the receiver system.

Check the following post if it helps:

Regards,

Azhar

udayabhaskar
Explorer
0 Kudos

Hi Azhar,

Thank you for your response.

The thing is I am using an asynchronous scenario.

Please help me out with the scenario that I am using.

Regards,

Udaya

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Udaya,

Your scenario seems to be synchronous as Azhar said. Another way would be to do a second  scenario with another RFC to fill that field. Also, you can do a RFC lookup to inform the message has arrived (at mapping PI level), but i'd rather Azhar option.

Regards.