cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Sender - Sync

Former Member
0 Kudos

Hi all,

I have configured the following scenario:

Form a jsp Web page I create a Purchase Order in a R3 SAP system calling a BAPI.

I've created Asynchronously and it works. Next step I've tried is convert the scenario in a synchronous scenario, in order to see the BAPI result in the jsp page.

I've configured all steps and I find the followin error

"RCVR_DETERMINATION">NO_RECEIVER_CASE_BE

I've tried to refresh all cache as said in

but nothing...

I'ver also tried deleting and re-activating all objects in Directory...

Any idea?

Regards.

Urtzi.

Message was edited by: Urtzi Barandiaran Aguirre

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Urtzi,

Few questions,

1. Have you made the interfaces synchronous?

2. Have you createad the response mapping?

3. In the jsp page are you giving the Qos as BE?

Regards,

Jai Shankar.

Former Member
0 Kudos

Hi,

Yes, I've forgotten to change Interface name in JSP...

Thansk a lot both!

Regards.

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

When you made the change from the Asynch to a Synch Scenario, did you change the outbound message interface to a Synch message Interface?

Did you create 2 mappings, one for reequest and one for response and used that in the interface mapping between the synch message interfaces?

Also, did you set the QOS to BEST EFFORT when making the call from the JSP page and finally, are all the parameters in the call from the JSP page like message interface , namespace etc correct?

Regards,

Bhavesh