Application Development and Automation 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: 
Read only

SAPSQL_ARRAY_INSERT_DUPREC in tcide SU01

Former Member
0 Likes
1,244

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
Read only

Former Member
0 Likes
665

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
Read only

Former Member
0 Likes
665

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

Read only

Kanagaraja_L
Active Contributor
0 Likes
665

Check the Note 444154

Kanagaraja L

Read only

Former Member
0 Likes
666

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é

Read only