cancel
Showing results for 
Search instead for 
Did you mean: 

Scenario –> Async- Sync NW BPM from WS to Abap Proxy, with attachments. SAP PRO 7.5

SatyaP_SAP
Discoverer
0 Kudos

Hi Experts,

I need urgent help in designing and NW BPM scenario, SAP PRO 7.5

Scenario –> Async- Sync NW BPM from WS to Abap Proxy, with attachments. SAP PRO 7.5

A WS need to be created and provided by SAP PRO, it will be consumed by multiple external vendors. And WS is Async and come with SOAP body and attachment. This soap body needs to create document in ECC via Sync Proxy. Once document is posted successful, the attachment should be attached to documents in SAP. With BPM, NOT with RequestResponseBean.

Understanding and Queries.

As Async to Sync, BPM should be used.

  1. How many IFlows I need?
  2. Where to separate messages based on condition from SOAP Body? in BPM or in Iflows? Where when should I do Operational Mapping?
  3. How to hold attachment temporarily in BPM, or good to read the attachment directly in the PROXY. Requirement is only once the document is posted successfully in SAP them attachment should be done.
  4. Attachment type is – PDF/ JPG, Do I need to used payloadswapbean in sender WS adapter or read attachments in Operational Mapping
  5. How many service interfaces for PO and BPM? How many service references?
  6. WS service should be created and published in SOA or just save and share the WSLD from the sender IFLOW(ICO)?

Thanks

sk_REX

Referred links -

NW BPM Async to Sync
*******************************
https://blogs.sap.com/2014/08/04/step-by-step-guide-to-create-a-simple-bpm-process/

http://saprainbow.com/sap-pi-bpm/collection-of-pipo-sync-asyncasync-sync-bridge-with-bpm-or-with-mod...

Configuring Async/Sync Bridge on SAP NetWeaver Process Orchestration
https://archive.sap.com/documents/docs/DOC-34624

Reading Content from Attachments
**************************
https://blogs.sap.com/2009/08/23/read-the-attachments-of-the-input-xi-message-in-the-message-mapping...

https://archive.sap.com/discussions/thread/1341089

https://archive.sap.com/discussions/thread/3154499

Scenario

Sample Steps in NW BPM

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Sk,

Were you able to design your BPM? i have kind of similar requirement. i have to call synchronous proxy in the BPM and then do further mappings depending on response. I am not getting how i will call Proxy from within BPM, i have seen scenarios for calling WS but not for proxy.

Thanks,

Sonam Ramsinghani

former_member254784
Participant
0 Kudos

Hi Sk,

I will try to help you with some queries:

How many IFlows I need? Depends on your business requirements.

----

Where to separate messages based on condition from SOAP Body? in BPM or in Iflows? Where when should I do Operational Mapping?

https://blogs.sap.com/2015/02/04/from-swing-to-eclipse-my-two-months-experience-on-nwds-731/

----

How to hold attachment temporarily in BPM, or good to read the attachment directly in the PROXY. Requirement is only once the document is posted successfully in SAP them attachment should be done. Attachment type is – PDF/ JPG, Do I need to used payloadswapbean in sender WS adapter or read attachments in Operational Mapping

Check this blog maybe help you: https://blogs.sap.com/2013/02/22/get-your-free-bpm-enterprise-pattern-models-for-sapnetweaver-proces...

-----

Thanks!

Gabriel