Symptom
Executing a selection in transaction SWIA results in a dump.
- A dump can happen at the workitem selection's read statement.
Category Resource bottleneck Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED |
Short text |
No more memory available to add rows to an internal table. |
What happened? |
An attempt was made to add rows to an internal table. There was no memory available for this however. |
Source Code Extract |
APPEND LINES OF lt_items TO me->workitems. >>>lo_int->get_db_entries( IMPORTING ex_wientries = workitems_header ). |
Call Stack |
METHOD CL_SWF_REP_MANAGER============CP CL_SWF_REP_MANAGER============CM003 CL_SWF_REP_MANAGER=>IF_SWF_REP_WORKITEM_SELECTION~READ METHOD CL_SWI_WILIST_DATA============CP CL_SWI_WILIST_DATA============CM003 CL_SWI_WILIST_DATA=>EXECUTE_QUERY FORM RSWIWILS RSWIWILS MAIN EVENT RSWIWILS RSWIWILS START-OF-SELECTION |
Chosen Variables |
LT_ITEMS Table IT[Amount of data] |
- A dump can also happen at the ALV conversion.
Category Resource bottleneck Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED |
Short text |
No more memory available to add rows to an internal table. |
What happened? |
An attempt was made to add rows to an internal table. There was no memory available for this however. |
Source Code Extract |
METHOD convert_database_to_alv. >>>>> DATA(lt_result) = CORRESPONDING swfatalvitm( iv_entries ). |
Call Stack |
METHOD CL_SWI_WILIST_DATA============CP CL_SWI_WILIST_DATA============CM005 CL_SWI_WILIST_DATA=>CONVERT_DATABASE_TO_ALV METHOD CL_SWI_WILIST_DATA============CP CL_SWI_WILIST_DATA============CM003 CL_SWI_WILIST_DATA=>EXECUTE_QUERY FORM RSWIWILS RSWIWILS MAIN EVENT RSWIWILS RSWIWILS START-OF-SELECTION |
Chosen Variables |
IV_ENTRIES Table IT[Amount of data] |
Read more...
Environment
- SAP Business Workflow
-
SAP NetWeaver
- SAP Web Application Server for SAP S/4 HANA
- ABAP PLATFORM - Application Server ABAP
Product
ABAP platform all versions ; SAP NetWeaver all versions ; SAP Web Application Server for SAP S/4HANA all versions
Keywords
WF_GDPR, SWF_WORKFLOW, WFMSTD, SWIA, TSV_TNEW_PAGE_ALLOC_FAILED, Resource bottleneck, CL_SWF_REP_MANAGER, IF_SWF_REP_WORKITEM_SELECTION~READ, CL_SWI_WILIST_DATA, CONVERT_DATABASE_TO_ALV, Table IT, IV_ENTRIES, CONVERT_DATABASE_TO_ALV, LT_ITEMS, 10,000 rows x 10 columns, ALV limitation, performance, timeout, memory dump, swia dumps , KBA , BC-BMT-WFM , Business Workflow , 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.