Symptom
- SM58 entries and/or SMQ1 queues are not processed automatically (entries remain in 'Transaction Recorded' and/or READY status)
- The following dump can be seen in ST22:
Category Resource Shortage
Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED
...
----------------------------------------------------------------------------------------------------
|Short Text |
| No more memory available to add rows to an internal table. |
----------------------------------------------------------------------------------------------------
...
----------------------------------------------------------------------------------------------------
|Information on where terminated |
| The termination occurred in ABAP program "SAPLQOWK", in "QDEST_RUN". The main |
| program |
| was "SAPMSSY1". |
| |
| In the source code, the termination point is in line 232 of (Include) |
| program "LQOWKU06". |
----------------------------------------------------------------------------------------------------
...
|>>>>>| select * from arfcsstate |
| 233| into table all_state |
| 234| where arfcdest = qdestlist-dest |
| 235| and arfcstate = recorded |
| 236| and arfcreturn = space. |
- The same dump can also happen in the following statement:
| 231| sort qview by qname. |
|>>>>>| select * from trfcqout |
| 233| into table err_queue |
| 234| for all entries in err_qstate |
| 235| where qstate = err_qstate-qstate |
| 236| and dest = qdestlist-dest |
Read more...
Environment
- ABAP Platform
- SAP NetWeaver ABAP
Product
Keywords
SAPLQOWK, ARFCSSTATE, ARFCSDATA, SM58, SMQ1, SMQS, TSV_TNEW_PAGE_ALLOC_FAILED, Transaction Recorded, READY, WAITING, scheduler, dump, dumps , KBA , BC-MID-RFC-QT , Queued RFC (qRFC) and transactional RFC (tRFC) , BC-MID-RFC , RFC , BC-CST-MM , Memory Management , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.