on 2023 Mar 27 6:25 PM
Hello Experts,
I am using POSTING_INTERFACE_CLEARING FM for doing mass clearing of account receivables and account payable. I have used this FM inside an Inbound Idoc FM. The Idoc will be triggered immediately.
The POSTING_INTERFACE_CLEARING is called inside a loop on Idoc data records. The clearing FM will be called twice for each iteration.
When I tried to post 5 thousand records( clearing FM will be called 10K times), It took around 2 hours for this processing and last 200 records were not processed due to below runtime errors.
These errors occurred in POSTING_INTERFACE_CLEARING and not in the Inbound IDOC FM.
I checked with the Basis, they are asking to split the records across multiple Idocs and the solution should work.
But my question is 10K records is not a big number and it is not a time out issue as well. Also I am clearing all the variables in my inbound FM at appropriate place. Is there anything else which I am missing.
Request clarification before answering.
User | Count |
---|---|
73 | |
21 | |
9 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.