cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Error in POSTING_INTERFACE_CLEARING

sid_07_
Explorer
0 Kudos
1,755

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.

  1. Runtime error SYSTEM_NO_ROLL has occurred
  2. Runtime error TSV_TNEW_OCCURS_NO_ROLL_MEMORY has occurred
  3. Runtime error LOAD_NO_SPACE_FOR_TABLE has occurred
  4. Runtime error SYSTEM_NO_MEMORY has occurred

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.

Accepted Solutions (0)

Answers (0)