SAP Knowledge Base Article - Preview

2289459 - DELETE_ERROR dump from IR02 related to HRMS assignment to employee

Symptom

When deleting an HR assignment, from HRMS option, under 'Capacity Header' in IR02 transaction, it can happen that the system informs the process was correct. But the assignment is not removed, and a dump has been created in the background with the update process (also the failed update will be visible in SM13). In this case, the dump details could be:

Category               ABAP Programming Error
Runtime Errors         RAISE_EXCEPTION
ABAP Program           SAPLCRKV
Application Component  PP-BD-WKC
Date and Time          07.03.2016 15:00:03

And the dump code affected in function CR_CAPACITY_PERSON_REL_DELETE:

  105     CALL FUNCTION 'RH_DELETE_INFTY'
  106       EXPORTING
  107         vtask               = vtask
  108         commit_flg          = commit_flg
  109                 AUTHY               = SPACE
  110       TABLES
  111         innnn               = iplog
  112       EXCEPTIONS
  113         error_during_delete = 01
  114         no_authorization    = 02
  115         delete_first_record = 03.
  116
  117     IF sy-subrc <> 0.
>>>>>       RAISE delete_error.
  119     ENDIF.


Read more...

Environment

  • Human Capital Management (HCM)
  • SAP R/3
  • SAP ERP Core Component
  • SAP ERP
  • SAP enhancement package for SAP ERP
  • SAP enhancement package for SAP ERP, version for SAP HANA

Product

SAP ERP Central Component all versions ; SAP ERP all versions ; SAP R/3 Enterprise all versions ; SAP R/3 all versions ; SAP enhancement package for SAP ERP all versions ; SAP enhancement package for SAP ERP, version for SAP HANA all versions

Keywords

RHCHECKV IR02 HRMS , KBA , BC-BMT-OM , Organizational Management , PP-BD-WKC , Work Center , 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.