on ‎2014 Jun 30 2:28 PM
Hello,
I'm trying to work out how to populate the approver list table on the Approval Process Overview tab.
We are on SRM7.0 SP7 using a custom application controlled workflow.
The approvers are determined correctly but the approver preview list is not populated.
I have created a container element Approver_List (type BBP_WFL_APPROVAL_TABLE) and populated with approvers like the N-step BADI does but this is not being displayed.
Any suggestions?
Thanks
John
Request clarification before answering.
Hello John,
Is this a brand new SRM implementation or an upgrade?
Cheers,
Ramki.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello John,
I did understand that your workflow is working as expected but the preview is not. For the Approval Preview to work, you need to implement a process similar to the standard in SRM as Approval Preview is available in SRM but not in ECC. As stated in my initial reply, please review a standard SAP SRM approval workflow and compare the properties of the Agent assignment of the approval tasks. Please paste the following from the standard and the custom workflow for the approval task.
Cheers,
Ramki.
Hello John,
I don't think the standard task & standard agent you shown above is actually part of standard approval workflow template.
Workflow Template WS10000031 is standard application controlled Two-step approval for shopping cart. The below screen shot is from a SRM 7.01 system (this hasn't changed from SRM 3). Please note the agent assignment expression properties. The element AGENTS is an attribute of BOR object ASBMANOFMA and the agent determination logic is in the attribute implementation. You will need to create your own BOR object by copying the standard and implementing the agent logic appropriately.
Good Luck!
Ramki.
PS: I still like to know why you decided on ACWF rather than using the PCWF?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.