cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Information on SRM Workflows

Former Member
0 Likes
254

Hi Forum,

How does a workflow finds who are the approvers for a particular shopping cart and if they have approved or rejected it?

Any pointers will be of great help.

Regards,

Anubhav

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

SRM uses SAP Business Workflow engine in NetWeaver. SAP Business Workflow has workflow template, standard task, event workflow container objects. Please look at http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4a957453d11d189430000e829fbbd/frameset.htm .

In standard, approver is the manager of SC owner. You have to maintain Organization structure.

Approve and Reject is manager's action in the document.

Regards,

Masa

Former Member
0 Likes

Hi Masa,

We are using WF Template WS92000016 for one step approval.

How can I check what all tasks fall under this template and how can I check the agents defined fot this task?

Thanks a lot for the help,

Anubhav

masa_139
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

It is custom workflow template developed in your project.

Go to transaction PFTC and open the workflow template. You can find information in Workflow Builder.

or You can ask your IT dep who developed your custom workflow template.

Regards,

Masa

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

The Shopping cart workflow get the approvers by the BADI ,Check the documentation of the badi BBP_WFL_APPROV_BADI

Goto Se18 type in BBP_WFL_APPROV_BADI, menupath Goto>Documentation>display

Regards

Kiran