Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAPSQL_ARRAY_INSERT_DUPREC in tcide SU01

Former Member
0 Kudos

Hi Gurus,

Good day!

I would to seek your assistance how can deal with this ABAP dump issue "SAPSQL_ARRAY_INSERT_DUPREC". This error occured while creating a user via transaction SU01.

Do we need to apply OSS note in order to get rid of this error?

Please advise.

Appreciate your help.

Cheers,

Virgilio

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Virgilio Padios ,

Have you checked the ranges of numbers? It may be that the range is exhausted. Then the system tries to assign a number that has already been used (for this the DUPREC). If this is the case you should go through SNRO and change the object range.

Hope this information is help to you.

Regards,

José

4 REPLIES 4

Former Member
0 Kudos

Hi

Yes, u need to find out an OSS note in service.sap.com

Try to search the note by words "SAPSQL_ARRAY_INSERT_DUPREC SU01": there are severals notes: for ex. 444154 and 412258.

Max

Kanagaraja_L
Active Contributor
0 Kudos

Check the Note 444154

Kanagaraja L

Former Member
0 Kudos

Hi Virgilio Padios ,

Have you checked the ranges of numbers? It may be that the range is exhausted. Then the system tries to assign a number that has already been used (for this the DUPREC). If this is the case you should go through SNRO and change the object range.

Hope this information is help to you.

Regards,

José