Hi Priti,
There's some quality assurance checklists in the appendix of the "Practical Workflow for SAP" book. They won't cover ABAP OO development if you used that instead of BOR but will give you an idea of what to cover for most things.
Regards,
Jocelyn
It helps if the person reviewing it has lots of experience.
Here's a simple checklist I just came up with:
1. Checking the Wf template doesn't result in error or warnings
2. Checking the bindings in every step from and to wf doesn´t result in errors or warnings
3 organizational elements are not used as literals in the wf-template, because they can differ from a mandant.
4. Every possible branch after executing a method is modelled
5. every branch has a usefull meaning
6. delegation is used correctly
7. does the functional design compy with the realization
8. are the event <--> workflow bindings correct
Sometimes companies have strict regulations in development, up to the point of how container elements should be named (like container elements with a business object declaration must always be called myBusiness object, or ZBusiness obejct, or something like that), these should also be included in the checklist.
Kind regards, rob Dielemans
Add a comment