Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: MASS_SPSH - Messages for spreadsheet import functionality
Message number: 058
Message text: Data format cannot be converted into an integer
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
MASS_SPSH058
- Data format cannot be converted into an integer ?The SAP error message MASS_SPSH058 indicates that there is an issue with data conversion, specifically that a data format cannot be converted into an integer. This error typically arises during data processing or mass data uploads, where the system expects an integer value but encounters a different format (e.g., a string, decimal, or null value).
Causes:
- Incorrect Data Type: The data being processed may contain non-integer values (e.g., letters, special characters, or decimal points) in a field that is expected to contain only integers.
- Leading/Trailing Spaces: The data might have leading or trailing spaces that prevent it from being recognized as a valid integer.
- Null or Empty Values: If the field is empty or null, the system may not be able to convert it to an integer.
- Data Source Issues: The source of the data (e.g., a file or database) may have formatting issues or inconsistencies.
Solutions:
- Data Validation: Check the data being uploaded or processed to ensure that all values in the relevant fields are valid integers. Remove any non-integer characters.
- Trim Spaces: Use functions to trim leading and trailing spaces from the data before processing it.
- Handle Null Values: Ensure that there are no null or empty values in the integer fields. If necessary, provide default values or handle them appropriately in your logic.
- Data Type Conversion: If you are using a program or script to process the data, ensure that you are correctly converting data types where necessary.
- Error Logging: Implement error logging to capture the specific records that are causing the issue, which can help in identifying and correcting the problematic data.
Related Information:
By addressing the underlying data issues and ensuring that the data conforms to the expected formats, you should be able to resolve the MASS_SPSH058 error.
Get instant SAP help. Sign up for our Free Essentials Plan.
MASS_SPSH057
Input string contains unallowed characters for the target data type
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
MASS_SPSH056
Conflict in decimal section between source and target data types
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
MASS_SPSH059
Type conversion: error when executing conversion exit &1
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
MASS_SPSH060
Importing rows of spreadsheet &1: &2 ...
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.