on 2024 Oct 30 3:49 PM
I have some functions in my model that depend on several functions needing to be executed in a specific order. In particular, I need to write the output of some Join functions in different HANA model tables. I created a Writer function for each Join, and a Join function that takes all the Writers as input, in order to run all the Writers by executing just one function.
Request clarification before answering.
Hi Sergion,
This is not quite a chain that you want to achieve but a sequence run for each writer function. What you did is correct to have a join and run the writer functions and write to several HANA tables. But to choose the sequence, there is an option to do this in Process Template as execution activity for each writer. But this means you will need to run then independently. OR.
Use the Process Scheduler https://community.sap.com/t5/financial-management-blogs-by-sap/process-scheduler-execution-made-easy...
You can again use your writers in an activity inside a process template and schedule their Run depending on your sequence. 1 Job/Schedule = 1 Execution Activity (writer) so they will run in the schedule that you want.
I hope this provides a little help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Paulo,
Thanks for your input! I appreciate the suggestion of using the Process Scheduler. However, I was hoping to avoid the need for scheduling the executions at a specific time.
What I’m really looking for is a way to execute all the functions in the right order by pressing a single button - any time I need it - without setting up a timed schedule. Ideally, I’d like to configure a single execution chain where I can trigger each Writer function in sequence, ensuring each function completes before the next one starts.
Is there a way to achieve this, or perhaps any other tools in PaPM that would allow for this type of flexible, on-demand sequential execution?
Thanks again for your help!
User | Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.