cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Error 'ITAB_DUPLICATE_KEY' while deleting PDS

Former Member
0 Kudos

Hi All,

The functional user is trying to delete the PDS with the tx '/N//SAPAPO/CULL_RTO_DEL'

PDS = PPDS

PLN VERSIONS = 'DELETE ACROSS ALL MODULES'

MASTER DATA TYPE = iPPE

WE ARE ON = SCM 5.0 SR2 SPS13 + ORACLE 10g + AIX 5.3 [with ALL LATEST KERNAL PATCHES, SP, etc]

Error analysis

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

An entry was to be entered into the table

"\CLASS=/SAPAPO/CL_CULL_DELETE_RTO\DATA=GS_DELRTO_BUFFER_PPE-OLDEST_ORDERS"

(which should have

had a unique table key (UNIQUE KEY)).

However, there already existed a line with an identical key.

The insert-operation could have ocurred as a result of an INSERT- or

MOVE command, or in conjunction with a SELECT ... INTO.

The statement "INSERT INITIAL LINE ..." cannot be used to insert several

initial lines into a table with a unique key.

Information on where terminated

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Termination occurred in the ABAP program "/SAPAPO/CL_CULL_DELETE_RTO====CP" -

in METHOD "INSERT_SATID_ORDERS".

The main program was "/SAPAPO/CULL_DELETE_RTO ".

In the source code you have the termination point in line 40

of the (Include) program "/SAPAPO/CURTO_SERVICEI16".

I have implemented a note - 1360600 for PDS DEL Memory related issues.

I have checked the SAP notes and could not got the fix.

Please help and suggest a fix soon.

Regards,

Shyamsundar G C

Cell Ph #: +91 96233-08388

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shyam,

Please check the following SAP notes

1) 494717

2) 1358336

Implement those if applicable to you.

Please confirm.

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi Senthil,

Thanks for the reply, i checked the notes.

For the note 494717, the affected release software component and our existing release does not match [ PI 2001_2_46C and 2006_1_700].

For the note 1358336, the affected release software component 'SAP_APPL Logistics and Accounting' is for ECC system and not SCM system.

We have implemented the Note 1360600, which is related to PDS [its memory issue related to PDS generate]

And i guess the PDS deletion issue started after the note 1360600 implementation.

Regards,

Shyamsundar G C