cancel
Showing results for 
Search instead for 
Did you mean: 

Auto-ID

Former Member
0 Kudos

Whats the max limit of Auto-ID.

It starts from 1. whats the max permissible end limit?

- Sandesh

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member198313
Contributor
0 Kudos

10 digits you have to define.

hope this solves,

+ An

  • this is not SAP official message

Former Member
0 Kudos

Hi Sandesh,

If Auto Id field is 4 bytes then

1 Byte = 8 Bits

4 Bytes = 32 Bits

It can store upto 2^31 - 1 i.e. 2,147,483,647.

Regards,

Jitesh Talreja

Former Member
0 Kudos

i also have all guides and its not mentioned anywhere.

Guides also say 4 byte integer which i dont understand because i m not technical consultant.

so my question is simple, can it handle 1M, 10 M , 1B, 10B or 10 digit or 15 digit

- Sand

Former Member
0 Kudos

Hi Sandesh

AutoID format field depend for DBMS type.

It's field have type - 4-byte integer field.

In different DBMS AutoID can have type:

Ms sql - Int

Oracle - Number

DB2 - Int

Max DB - Fixed (10)

Beast regards

Former Member
0 Kudos

Hi Sandesh,

As such there is no limit for Auto-Id field and as per my knowledge it is not mentioned anywhere. It will give the desired result as long as your system can handle the records.

Regards,

Jitesh Talreja