Symptom
1. When there is business requirement to delete all relevant personal data from Leave Request and Clock In/Out related tables while deleting employee details using report RPUDELPN (or Transaction code : PU00)
2. When there is business requirement to view details of an employee from Leave Request and Clock In/Out related tables using report RPLERDX0.
3. There is a run time error when the PERNR deletion is being done through Transaction code : PA30. (Utilities -> Delete Personnel No.).
The following ST22 short dump Runtime Errors arises :
| Category | Resource bottleneck |
| Runtime Errors | TSV_TNEW_PAGE_ALLOC_FAILED |
Source Code Extract from the dump :
| 110| LOOP AT del_items INTO wa_items WHERE request_itemtype EQ 'CORDAT'.
| 111| wa_del_k_kostl-mandt = sy-mandt.
| 112| wa_del_k_customer-mandt = sy-mandt.
| 113| wa_del_k_apl-mandt = sy-mandt.
| 114| wa_del_k_logistic-mandt = sy-mandt.
| 115| wa_del_k_kostl-item_id = wa_items-item_ins.
| 116| wa_del_k_customer-item_id = wa_items-item_ins.
| 117| wa_del_k_apl-item_id = wa_items-item_ins.
| 118| wa_del_k_logistic-item_id = wa_items-item_ins.
| 119|
| 120| APPEND wa_del_k_core TO del_k_core.
|>>>>>| APPEND wa_del_k_kostl TO del_k_kostl.
| 122| APPEND wa_del_k_customer TO del_k_customer.
| 123| APPEND wa_del_k_apl TO del_k_apl.
| 124| APPEND wa_del_k_logistic TO del_k_logistic.
| 125| ENDLOOP.
Error analysis :
| No more rows could be added to internal table
| "\CLASS=CL_IM_HRPT_LEA_CICO_PERNR\METHOD=IF_EX_HRPAYXX_DELETE_PERNR~DELETE_DAT
| A\DATA=DEL_K_KOSTL". To make
| troubleshooting possible, the table had to be deleted before this log
| could be compiled. This means that the table will either be displayed
| further down or, if you call the ABAP Debugger from here, with 0 rows.
"TSV_TNEW_PAGE_ALLOC_FAILED" |
| "CL_IM_HRPT_LEA_CICO_PERNR=====CP" bzw. CL_IM_HRPT_LEA_CICO_PERNR=====CM001 |
| "IF_EX_HRPAYXX_DELETE_PERNR~DELETE_DATA"
Read more...
Environment
- Human Capital Management (HCM)
- SAP ERP Core Component
- SAP ERP
- SAP enhancement package for SAP ERP
Product
Keywords
Delete Personnel Data , View Personnel Data, Leave Request, Clock In/Out, RPUDELPN, RPLERDX0, PU00, PA30, CL_IM_HRPT_LEA_CICO_PERNR, IF_EX_HRPAYXX_DELETE_PERNR~DELETE_DATA, "TSV_TNEW_PAGE_ALLOC_FAILED", "CL_IM_HRPT_LEA_CICO_PERNR", "CL_IM_HRPT_LEA_CICO_PERNR=====CP", "CL_IM_HRPT_LEA_CICO_PERNR=====CM001", "IF_EX_HRPAYXX_DELETE_PERNR~DELETE_DATA" Resource bottleneck and SYSTEM_NO_ROLL , KBA , PT-RC-UI-XS , Leave Self Services Web Dynpro , PA-PA-XX , General Parts , 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.
SAP Knowledge Base Article - Preview