Se você gostaria de ler esse blog post em português, leia (link).
Hello, everybody,
This is the second post of a two-post series about the Messaging Framework Flow Execution (/TMF/MF_FLOW_EXEC) solution and its updates provided in SAP Note 3430381. The Flow Execution (/TMF/MF_FLOW_EXEC) solution is part of the Messaging Framework in the SAP Tax Declaration Framework (SAP TDF) and now enables the parallel execution of event flows in two complementary ways:
- Processing Sequence Parallelization, covered on this post.
- Step Processing Parallelization.
Optimization in Step Processing
Using the Flow Steps Customer Configuration (/TMF/MV_STEP_C) view, you can configure the number of parallel runs each step can perform according to your needs. To do this, follow the steps described on the Help Portal.
What is step processing?
To better understand this, let's look at two examples:
Example 1: Without Parallelism
Job 1 is processing the “Mapping” step, and the parallelism of this step is configured as "1", this indicates that only 1 event will be processed at a time.
If we have 10 events during processing, 9 will be waiting in the “Validation” stage and 1 will be in the “Mapping” step.
Example 2: With Parallelism
Assuming the parallelism setting has been changed from 1 to 5, job 1 will initiate the “Mapping” of 5 events simultaneously.
If we have 10 events during processing, 5 will be waiting in the “Validation” step and the other 5 will be in the “Mapping” step.
By adopting these parallel execution strategies, we will achieve time processing gains to complete all stages of the event processing cycle
For more product documentation related to the Messaging Framework - Flow Execution solution access the Help Portal.
We'd love to hear from you. Leave your comment below if you have any questions or suggestions for an upcoming post. And don't forget to follow the tag SAP Tax Declaration Framework for Brazil here in SAP Community to stay connected with the latest news about the Tax Declaration Framework (TDF).
See you next time!
Bruno Maciel
SAP TDF Development Team