Quantcast
Channel: SCN : Unanswered Discussions - SAP Solution Manager
Viewing all articles
Browse latest Browse all 5299

Solman --- "ITAB_DUPLICATE_KEY" --- Dump

$
0
0

Dear Solman Gurus,

 

We have lots of dumps in our solman. I have already tried RSAR_RSISOSMAP_REPAIR(SE38) repair and RSD1 repair objects. What could be the wrong ?

 

Version : SAP SOLUTION MANAGER 7.1

 

 

Category               ABAP Programming Error

Runtime Errors         ITAB_DUPLICATE_KEY

ABAP Program           CL_SPR_MASTERDATA_REPOSITORY==CP

Application Component  SV-SMG

Date and Time          30.09.2014 12:15:12

 

 

Error Analysis :

 

Error analysis

    You tried to insert an entry into table

     "{O:1370*\CLASS=CL_SPR_MASTERDATA_REPOSITORY}\DATA=MERGE_MASTERDATA[21]-MTEXTS

    ". However, updating

    the unique table key "PRIMARY_KEY" resulted in a duplicate entry. The key

    concerned may be either the primary key or a secondary key.

 

 

    The key components of the duplicate entry have the values "{2147483648-}"

    " " " " " ".

 

 

    With primary keys, the system may terminate while processing

    block insert operations. The statements concerned are

 

 

    (1) MOVE

 

 

    (2) INSERT/APPEND ... LINES OF ... INTO/TO

 

 

    (3) SELECT ... INTO/APPENDING ...

 

 

    With secondary keys, the system may also terminate while processing

    a single record insert operation. In particular, the following

    modifying statements may cause the system to terminate due to

    duplicate key values:

 

 

    (1) "<fs> = ..." or "<fs>-comp = ...", if the assignment to

a field symbol or to a component of a field symbol modifies a

component of a unique secondary key.

 

 

(2) "ref->* = ..." or "ref->comp = ...", if the assignment to a field

symbol or to a component of a field symbol modifies a component of

a unique secondary key.

 

 

(3) "MODIFY ... [TRANSPORTING comp_1 ... comp_n] ...", if transporting

the components to be changed modifies a component of a unique secondary

key.

 

 

(4) "COLLECT ... INTO ...", if adding up the columns of a numeric type

modifies a component of a unique secondary key.

 

 

(5) "READ TABLE ... INTO <fs> ...[TRANSPORTING comp_1 ... comp_n] ...",

if the field symbol points to a row of a table with unique secondary

keys and transporting the values read modifies a component of a unique

secondary key.

 

 

DUMP SS

 

dump.png


Viewing all articles
Browse latest Browse all 5299

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>