Question:
Hi,
we use different workflows to approve shopping carts in mySAP EBP.
Some of workflows do not require manager's approval.
Is there any possibility to find out in ABAP program whether a workflow (already completed) has required approval of manager or not ?
I appreciate any help.
Thank you.
Answer:
IFR01
Not sure exactly what you want to do here but you could use tcode SWI1 to select workflows.
You should then see task TS10008126 "Approve shopping cart". You can then double click it, show the log and then display the workflow agents. This will give you the approver name.
You could also browse the table SWWWIHEAD. The field WI_AAGENT should help.
Keith