cancel
Showing results for 
Search instead for 
Did you mean: 

Query regarding BAPI request response

Former Member
0 Kudos

Hi All,

I have an scenario where in XI is making an BAPI call to SAP ECC system and in return SAP ECC will send back BAPI response message to XI .

Currently XI is able to trigeer BAPI request message successfully to ECC . But , XI is not getting any response back from ECC . Any reason for that ..

Need your valuable inputs regarding this.

Regards

Vinay P.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vinay,

make sure that QualityOfService(QoF) of the adapter that you are using to call the BAPI is set to 'Best Effort', i.e, Synchronous and also Service interface that you may be using has set to 'synchronous' mode. Double these points and you may solve your problem.

Regards,

RK

Answers (1)

Answers (1)

monicabhosale
Active Participant
0 Kudos

Hello Vinay,

Had you rum bapi in ECC system with the same i/p to check whether BAPI is giving any response or not?

First check that on sap system if its working properly then check in message mapping whether you had mapped you respose message correctly or not.

Monica