Message type: E = Error
Message class: RSDS - New DataSource
Message number: 173
Message text: &1: Packed numbers should have an odd number of digits
Field &V1& has &V2& characters. This could cause conversion problems
between ABAP and the database if the data really has more than &V2& cha
racters. This is because in ABAP, an additional byte is available intern
ally for an even number of characters because of the sign.
The function continues.
Ensure that the data really has a maximum of &V2& characters, or increas
e the number of characters by one.
4 characters were defined, internally in ABAP 5 characters are available
. On the database 4 characters are available. If there is a data record
that uses 5 characters, a short dump occurs upon inserting the data into
the database.
5 characters were defined, in ABAP and in the database 5 characters are
available. If there is a data record that uses 6 characters, the last
character is cut off and inserting into the database does not cause any
problems.
Error message extract from SAP system. Copyright SAP SE.
RSDS173
- &1: Packed numbers should have an odd number of digits ?The SAP error message RSDS173 indicates that there is an issue with packed numbers in your data. Specifically, it states that packed numbers should have an odd number of digits. This error typically arises when dealing with data types that are expected to be in a packed decimal format, which is commonly used in ABAP programming and database storage.
Cause: The error occurs when a packed number (which is a binary representation of decimal numbers) is defined or processed with an even number of digits. In SAP, packed numbers are stored in a format where the last digit is a sign digit (positive or negative), and thus the total number of digits must be odd. For example, a packed number with 3 digits (2 for the number and 1 for the sign) is valid, while a packed number with 4 digits is not.
Solution: To resolve this error, you can take the following steps: Check
Get instant SAP help. Sign up for our Free Essentials Plan.
RSDS172
Character field &1, value '&2' contains characs. that cannot be displayed
What causes this issue? Field &V1& contains control characters that cannot be displayed, for example HEX 00.System Response The value was de...
RSDS171
Character field &1, value '&2' contains illegal characters
What causes this issue? While defining the DataSource, you specified that <ZH>lower case letters </> are not permitted as values of field...
RSDS174
DataSource &1(&2) is not a 3.x DataSource: Migration is not possible
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSDS175
DataSource &1(&2) already exists: Migration is not possible
What causes this issue? The DataSource already exists as DataSource (R3TR RSDS). In the DataSource maintenance (transaction RSDS), it is no longer di...
Click on this link to search all SAP messages.