Symptom
- Job SAP_WORKFLOW_PUSH_NOTIFICATION (program RSWF_PUSH_NOTIFICATION_EXECUTE) terminated with Job canceled after system exception ERROR_MESSAGE (564 A).
AND
- The following TSV_TNEW_PAGE_ALLOC_FAILED dump is visible in ST22 transaction:
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 |
LOOP AT lt_notif_temp INTO ls_notif_by_source WHERE source_id = ls_notif_id_be lt_nrecip_temp = lt_nrecip. ls_notif-id = ls_notif_by_source-notif_id. ls_notif-sap_origin = ls_notif_by_source-sap_origin. ls_notif-provider_id = ls_notif_by_source-provider_id. ls_notif-source_id = ls_notif_by_source-source_id. ls_notif-type_version = ls_notif_by_source-type_key. ls_notif-type_key = ls_notif_by_source-type_version. >>>> DELETE lt_nrecip_temp WHERE notif_id <> ls_notif_by_source-notif_id. ls_notif-recipients = lt_nrecip_temp. APPEND ls_notif TO et_notif. CLEAR ls_notif. ls_notif_id-id = ls_notif_by_source-notif_id. APPEND ls_notif_id TO et_notif_id. CLEAR ls_notif_id. ENDLOOP. |
Read more...
Environment
- SAP Business Workflow
- SAP NetWeaver Application Server for ABAP 7.52 for SAP S/4HANA (SAP_BASIS 7.52)
- ABAP PLATFORM - Application Server ABAP
Product
ABAP platform all versions ; SAP NetWeaver Application Server for ABAP 7.52 for SAP S/4HANA
Keywords
WF_GDPR, SWF_WORKFLOW, 564A, DELETE lt_nrecip_temp WHERE notif_id <> ls_notif_by_source-notif_id, SY-XFORM SWW_WI_EXECUTE_ACTION, SY-XPROG SAPLSWW_EXE, SY-MSGTY E, SY-MSGID BL, SY-MSGNO 207, /IWNGW/CL_COS_NOTIF_DBA=======CP, /IWNGW/CL_COS_NOTIF_DBA=======CM003, /IWNGW/CL_COS_NOTIF_DBA=>GET_NOTIF_BY_SOURCE_ID , KBA , BC-BMT-WFM , Business Workflow , OPU-GW-NOT , Notification , 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.