cancel
Showing results for 
Search instead for 
Did you mean: 

Shortdump "ITAB_DUPLICATE_KEY" in SICF when creating an alias

morten_nielsen
Active Contributor
0 Kudos

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,|;, 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

Accepted Solutions (0)

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

Read SAP Note 1042052 - ICF: Dump when you create external aliases

Regards

Juan

Former Member
0 Kudos

Hi Morten, I have the exact same problem with creating a reference service to the WEBGUI in SICF.System is ECC 6.0. Did you ever get this resolved? Thanks, Julie