Quantcast
Viewing all articles
Browse latest Browse all 3876

Abap Dump on PTERQ post porgram CX_OS_DB_INSERT or CB_PT_REQ_NOTICE

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.


Viewing all articles
Browse latest Browse all 3876

Trending Articles