Error
Error Code:
373
SAP S/4HANA Error 373: Invalid XML Duration
Description
This error, ERR_SQL_INV_XML_DURATION, signifies that an XML duration value provided during a SQL operation in SAP S/4HANA is malformed or does not adhere to the expected ISO 8601 standard. It typically arises when processing or storing time-based data within XML structures, preventing the database from correctly interpreting the duration. This can halt critical business processes dependent on accurate time calculations.
Error Message
ERR_SQL_INV_XML_DURATION
Known Causes
4 known causesIncorrect XML Format
The XML duration string does not conform to the ISO 8601 standard (e.g., PnYnMnDTnHnMnS) required by the database for valid duration representation.
Manual Data Entry Errors
Typographical errors or unexpected characters were introduced during manual input or data import processes for the duration value, corrupting its format.
Application Logic Flaws
The custom application, interface, or integration generating the XML duration value contains a bug or misconfiguration, producing an invalid string.
Incompatible External Data
Data imported from an external system uses a different duration format that is not automatically converted or validated by SAP S/4HANA.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service