cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Setup Matrix error

Former Member
0 Kudos

Hi,

while maintaining Setup Matrix at APO, I am facing an ABAP error i.e.

An entry was to be entered into the table

"\PROGRAM=/SAPAPO/SAPLDM_SETUP_MATRIX\DATA=G_SET_ID_HASHED_TAB" (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.

Regards,

Ashish

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Ashish,

Kindly implement the SAP note 1285451. There is error in the code. After implementing note, delete all entries in setup group and setup matrix. and then create new entries. Do not try to modify old entries.

Best regards,

Vaibhav

Former Member
0 Kudos

Hi Ashish,

Check whether any set up keys/set up groups maintained

in R/3 customisation has unique id / unique description. In

such cases, u will get this error.

You need to have different values for those.

Please check and confirm

Regards

R. Senthil Mareeswaran.

Former Member
0 Kudos

Hi Ashish,

Please check if the record already exists.

You may completely come out of the transaction and check the entry.

Regards

Datta