Skip to Content
0
Mar 03, 2008 at 10:53 AM

Shortdump "ITAB_DUPLICATE_KEY" in SICF when creating an alias

49 Views

Hi

I'm trying to create a reference to the WSHANDLER service in SICF, on a WAS 7.00 system (IDES), but when i'm switching to the tab "Alias Target", the system generates a Shortdump (see below).

Have any of you experienced/solved this problem (It's on an IDES System so i'm afraid that help on the OSS isn't very likely 😊 )

I have found a post from [mani sahay,|dswp;, with at reference to OSS Note 1042052, but it doesn't seem to exist

Any help on this issue would be very appreciated 😊

Regards

Morten Nielsen

Dump

Runtime Errors         ITAB_DUPLICATE_KEY

Date and Time          03.03.2008 11:42:00







Short text

     A row with the same key already exists.







 What happened?

     Error in the ABAP Application Program



     The current ABAP program "RSICFTREE" had to be terminated because it has

     come across a statement that unfortunately cannot be executed.







 Error analysis

     An entry was to be entered into the table

      "\PROGRAM=RSICFTREE\DATA=GT_ALIAS_ICFS[]" (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.







 Trigger Location of Runtime Error

     Program                                 RSICFTREE

     Include                                 ICFTREE_FORMS

     Row                                     2.663

     Module type                             (FORM)

     Module Name                             INIT_ALIAS_TREETABLES