cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Acknowledgements for Proxy

raviteja_satuluri
Contributor
0 Kudos

Dear Experts,

We Have One Scenario in A Roll Out Project

That is System A  ----> SAP PO ---- > System B. A and B are SAP Systems

An order confirmation is sent to B from A with the purchase order as reference.


Requirements :

1. Order confirmation will update the confirmation tab on the purchase order with confirmation category, quantity and date.

2. How to Handle Multiple Order Acknowledgements (OA)

3. Need to be able to create a order confirmation into the purchase order even if the line has status deleted.

So if the PO has status deleted the OA integration needs to un delete the line and then create the order confirmation.

We are Using Proxy Here the Scenario is Proxy to Proxy Scenario

I am Not Good at ABAP Proxies

Please Suggest me What I have to do to Achieve the Above requirements ?

Thanks in Advance,

Regards,

Ravi

Accepted Solutions (0)

Answers (2)

Answers (2)

raviteja_satuluri
Contributor
0 Kudos

Dear Experts,

Sender A  ---> JMS Adapter ----->PI------->Soap with XI Protocol------>Receiver B

An order confirmation is sent to B from A with the purchase order as reference.

The Problem :

Order confirmation from B will not updated in System A in the confirmation tab on the purchase order with confirmation category, quantity and date.


No mapping and No business Logic

If there is Java Mapping is required

Please kindly specify the Java Code to Achieve the Acknowledgements

Thanks in Advance,

Ravi

Harish
Active Contributor
0 Kudos

Hi Ravi,

your request message will have one order no or multiple order no.? If your request request have one order no then acknowledgment response will be for one order no, if request has multiple order no then acknowledgment should be for all order no inside the request.

refer the below blog (as example)

regards,

Harish

raviteja_satuluri
Contributor
0 Kudos

Hi Harish,

Thanks for your reply

The Requirement has been changed

Sender Adapter    : JMS

Receiver Adapter : Soap with XI Protocol

So Please Guide me

How to develop

JMS to soap Scenario in Single Stack

We are Using PI Version 7.1

Thanks in Advance,

Regards,

Ravi