cancel
Showing results for 
Search instead for 
Did you mean: 

NWBPM Transport and Review

Vimalsap
Participant
0 Kudos

Hi Experts,

I am working on NWBPM scenario and I developed an end to end Synchronous scenario. I am able to execute my BPM without any issue. There are few queries on the transportation, Deployment and review of NWBPM:

1. In SAP PO 7.5 we use process development perspective to create a process and essentially the whole BPM project. Can this project be reviewed by someone? How can another user review my BPM once I deploy it?

2. In case my BPM needs modifications how can another user modify it?

3. What is the best practice to transport a NWBPM from DEV->QA->Production?

4. What is the process to redo the BPM steps if there are any errors?

Would appreciate if anyone has worked and found an answer to the above questions.

Regards

Vimal Pillai

Accepted Solutions (0)

Answers (1)

Answers (1)

Snavi
Active Participant
0 Kudos

Hi Vimal,

You can use SAP version management tool (Netweaver Development Infrastructure) for BPM development.

https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=7144

https://help.sap.com/saphelp_nw70/helpdata/en/b0/ee3441d95dd92be10000000a1550b0/content.htm

This will make sure every developer gets the source code from the repository to the local machine and make changes. If a developer wants to modify the BPM, can get the code from repository , modify the code, test the code, and update the repository with the modified code.

It can also be integrated with CTS+ for transports.

If you wand to redo the changes in BPM while it is in your local workspace, you can go back to the previous local history, or resync with the source code from the repository.

Hope this helps