on ā2015 Jul 31 6:00 PM
Hi experts, I've been developing an interface which requires that users receive a notification by mail when data arrives and approve certain steps to continue the process and then other users must approve again and so on.
I've created a complex hierarchy of tables to make this happen and I'm trying that this tool to be as flexible as possible, for example, maybe tomorrow we would like to move approvals from a group of users to others and let the process continues without changing the program.
It has been a lot of work, I've done many programs on this project however I don't think I've reached the flexibility I want and I'm not satisfied with this solution.
Recently I discovered SAP Workflow and I've been studying its scope, it seems to fit with my requirement, at least the issue regarding to authorizations, however I don't see how to implement it in my solution. In other words I'd like to make SAP Workflow to control my custom programs and handle them in one solution.
Is it possible to integrate SAP Workflow with my ABAP reports, dynpros and custom tables?
Best regards
Request clarification before answering.
Hi,
It sounds to me like your scenario is a good fit for workflow. If you have a taken an object-oriented approach in your development (using BOR objects or classes), it will be relatively easy to create a workflow that will slot into your development.
Object events are used to control the starting (or stopping) of workflow; object methods are used in workflow steps, and object attributes are used in workitem texts (and to control the flow).
The issues that you are encountering (that everyone encounters!) have been solved by workflow. It is a very powerful tool.
You might want to post specific questions to the SAP Business Workflow space.
cheers
Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello
You will have to create a Workflow class instance. The instance should be unique (you can select the primary key of custom tables entries). You can create a Class with static methods (refer CL_SWF_FORMABSENC) and call them as step in the workflow . You can include the custom code in these methods
You can refer to following document for an overview on linking the custom tables with Workflow using change documents.
Regards
Sandy
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.