cancel
Showing results for 
Search instead for 
Did you mean: 

XPRA_EXECUTION error importing ECC 6 support packs

Former Member
0 Kudos

Hi gurus

I am importing some Basis Support packs SAPKB70010-SAPKB70018 for ECC6 .

1.XPRA_EXECUTION

2.I have check sm37 and there is a program RDDEXECL which is failing

Step 001 started (program RDDEXECL, variant , user ID Jamesm)

All DB buffers of application server mmdep01 were synchronized

ABAP/4 processor: ITAB_DUPLICATE_KEY

Job cancelled

3. I have checked in ST22 and got the runtime error:

Runtime Errors ITAB_DUPLICATE_KEY

Date and Time 03.07.2009 00:29:29

Short text

A row with the same key already exists.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_FDT_TRANS_Q================CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

An entry was to be entered into the table

"\CLASS=CL_FDT_TRANS_Q\METHOD=DETERMIN_MERGE_FROM_Q\DATA=LTS_TRREQUEST_Q"

(which should have

had a unique table key (UNIQUE 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.

How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"ITAB_DUPLICATE_KEY" " "

"CL_FDT_TRANS_Q================CP" or "CL_FDT_TRANS_Q================CM00A"

"GET_INACTIVE_Q_ENTRIES"

I there a way of fixing this error .

Any ideas are welcome

Accepted Solutions (0)

Answers (1)

Answers (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi

Check SAP Note 1124173 - FDT Transport: Dump during after import processing

Thanks

Sunny

Former Member
0 Kudos

Thanks Sunny but i am stuck on 18 i need to finish that before importing 19.

Former Member
0 Kudos

Thanks sunny that note gave me the lead to fix the problem,