I’m currently working on a custom workflow for business approval of internal CAPEX requests. Creating the internal order is the last stage of the multi-level approval process. The initial CAPEX data is entered in a WDA application, which is complete.
I have create a custom ABAP class for this workflow and have a rudimentary version of it working. The workflow is triggering the workflow event. All nice and dandy.
Problem 1: The notifications and approval/rejections should be done using the MSS POWL inbox. The documentation indicates that inbox POWLs can be used for this purpose. Is this correct? Is it simply plug&play or will it need more configuration?
Problem 2: I would like to use an additional WDA application (likely to be a display version of the WDA application mentioned above) to display the CAPEX details to the approver(s). I have looked at this blog post, which initially talks about configuring POWLs for custom workflows (which I think is what I need to do). Can I use a WDA for detail display, configured in such a way? Is there a cook book or similar for this type of requirement?
Any pointers etc welcome.
Thanks,
M