SAP Knowledge Base Article - Preview

1925523 - ESS leave request : Dump in CA_PT_ARQ_DEDUCTION

Symptom

A dump occurs in the ABAP program CA_PT_ARQ_DEDUCTION when performing actions such as:

  • Approving a leave request

  • Changing an existing leave request

  • Other related leave request activities

The dump occurs in the following class:

 

CA_PT_ARQ_DEDUCTION->GET_PERSISTENT_FOR_REQUESTID

60
61
62
63
64
65
66
67
>>>>> 
69
70
71
72

* * 2. Load from Database
try.
append BUSINESS_KEY to BUSINESS_KEY_TAB.
call method MAP_LOAD_FROM_DATABASE_KEY 
exporting I_BUSINESS_KEY_TAB = BUSINESS_KEY_TAB 

receiving result = OBJECT_DATA_TAB.
catch cx_os_db_select into ex_os_db_select.
class cx_os_object_not_found definition load.
raise exception type cx_os_object_not_found
exporting
bkey = ex_os_db_select->bkey
textid = cx_os_object_not_found=>by_bkey.
endtry.


Read more...

Environment

EA-HR 605 or higher

Product

HR renewal all versions ; SAP ERP Central Component all versions ; SAP ERP all versions ; SAP S/4HANA all versions ; SAP SuccessFactors Employee Central Payroll all versions ; SAP enhancement package for SAP ERP, version for SAP HANA all versions

Keywords

"Could not find the object with the business key", GET_PERSISTENT_FOR_REQUESTID, CB_PT_ARQ_DEDUCTION, PM_LOAD_AND_SET_ATTRIBUTES , KBA , PT-RC-UI-XS , Leave Self Services Web Dynpro , 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.