on ‎2023 Dec 29 3:55 AM
Hello SAP,
I use File Input Run to mass upload data for Stock Transfer Order. Within the Excel template, I'm grouping the line items based on their LineItemGroupID.

This allows me to insert or append these line items into the header-level data. Then, I send the request to the SOAP web service. Within the solution, I've created two custom views—'Record View' and 'Error Log'—to categorize records created successfully and those returning error messages from the web service.


The solution works well, allowing me to separate created records and those with errors in their respective custom views. However, I encounter an issue when attempting to upload and schedule a File Input Run while another user's process is still ongoing in the File Input Run. During this time, my records fail to appear in the custom views and in the outbound logistics control's customer demand view. Therefore, I need to wait for the other user's File Input Run process to finish before I'm able to proceed with my upload.
The business requirement is to allow users to upload their file without waiting for other process to finish, allowing multi-user approach. I came across an article in SAP Community Forum that says "The file input process also supports parallel processing of input files, end users don’t need to worry about waiting for files to process before adding more to the folder". But during the testing phase—system doesn't seem to support parallel processing. Does SAP handle File Input Run parallel processing, or do I have to include additional functionality in the code for this purpose?
Steps to recreate the issue:
The data from the first uploaded XML file will be processed and created, whereas the data from the second upload won't be created through this process.
Request clarification before answering.
| User | Count |
|---|---|
| 58 | |
| 29 | |
| 21 | |
| 11 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.