Skip to Content
0
May 24, 2016 at 08:21 PM

Abap Dump on PTERQ post porgram CX_OS_DB_INSERT or CB_PT_REQ_NOTICE

225 Views

Hi All,

We are facing a problem on PTREQ Scheduled posting report that is giving a dump of "CX_OS_DB_INSERT" after running leaves process on Sap Enterprise Extension HR 'EA-HR 600 0029 SAPKGPHD29', I tried to solve this problem but couldn't fix it,

Exact line of code where dump raise is given below.

insert PTREQ_NOTICE FROM TABLE DB_ITB_PTREQ_NOTICE

accepting duplicate keys.

if SY-SUBRC <> 0.

>>>>> raise exception type CX_OS_DB_INSERT

exporting

TABLE = 'PTREQ_NOTICE'.

endif.

Attached is complete dump file and swu3 status. Kindly guide me to solve this issue.