on ‎2026 Feb 09 6:36 AM
I have a Rap app with an action in a table that is partially executed on up to 100,000 items. Processing then takes place in the backend for each location. Since this process takes a certain amount of time per item, it can take several hours for the entire logic to be completed. As a result, the process aborts in the frontend with a timeout.
I solved the problem by running the processing in an RFC module in the background. The customer does not want to extend the session length that causes the timeout. My question now is whether there are other alternatives to solve this problem?
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 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.