2024 Apr 01 10:32 PM - edited 2024 Apr 01 10:32 PM
Hello experts
I need to create a material quotation through a SAPUI5 application. However, when I include the quotation creation function in the method, the request breaks due to the quantity of materials. I thought about using a background function, but even then, the method remains stuck waiting for the function to finish. Is there a way to achieve this? Has anyone encountered something similar?
2024 Apr 02 8:54 AM
What do you mean by "breaks due to the quantity of materials"?
2024 Apr 02 9:37 AM
When I have a list with more than a thousand materials, the quotation creation function takes so long to process that it times out the request to the application.
2024 Apr 02 10:00 AM
You need a sort of queuing tool in order to do that in parallel. You could try Q-RFC or background RFC. Or you find a more elabrorated tool (e.g. ExeQwork Universal Process Tool). Each BAPI call should be one single background job and should have it's own LUW. I.E. the whoile action is done asynchronously.