Message type: E = Error
Message class: AD - Data Dictionary application messages
Message number: 320
Message text: &: Key length greater than maximum key length (&)
The key length of a logical pooled table is greater than the maximum
key length of a physical pool.
The definition of a table pool contains at least two key fields and one
long argument field. The first key field contains the name of the pooled
table, the second key field (VARKEY) the primary key field of this
table and the long argument field the non-key fields of the pooled
table. The field VARKEY is of type CHAR(n), where the maximum key
length which is permitted is n <= 110.
The key fields of the logical pooled table which you are editing needs
more space than there is in field VARKEY. Therefore it is not possible
to assign it to a physical pool.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Remove fields from the key.
Error message extract from SAP system. Copyright SAP SE.
AD320
- &: Key length greater than maximum key length (&) ?The SAP error message AD320 indicates that a key length exceeds the maximum allowed key length for a specific database or application context. This error typically arises when you are trying to create or modify a database object (like a table or index) with a key that is longer than the maximum length permitted by the database system.
Cause: Key Length Exceeded: The primary cause of this error is that the key you are trying to define (for example, a primary key or unique index) has a length that exceeds the maximum limit set by the database. Different databases have different limits on key lengths. Data Type Mismatch: Sometimes, the data types used for the key fields may not be compatible with the expected key length.
Configuration Issues: There may be configuration settings in the SAP system or the underlying database that are not aligned with the key definitions.
Solution: Check Key Length: Review the definition
Get instant SAP help. Sign up for our Free Essentials Plan.
AD319
&-& (foreign key definition generated automatically)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AD318
Enter max. 4-character control block name
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
AD321
& (specify a primary key)
What causes this issue? When defining table fields, you omitted to specify a primary key.System Response The system issues an error message and will...
AD322
& (data length used > max. data length in pool (&) )
What causes this issue? A pool is made up of at least two key fields and a long argument field (VARDATA), which contains the remaining data of a data...
Click on this link to search all SAP messages.