Do you have any question about this error?
Message type: E = Error
Message class: BS_SOA_COMMON - Common/generic messages for business suite service enabling
Message number: 113
Message text: Pattern type &1 for DateTime is unknown
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.
BS_SOA_COMMON113
- Pattern type &1 for DateTime is unknown ?The SAP error message BS_SOA_COMMON113 with the description "Pattern type &1 for DateTime is unknown" typically occurs in the context of SAP's Service-Oriented Architecture (SOA) or when dealing with date and time formatting in various applications. This error indicates that the system encountered an unrecognized or unsupported pattern type for a DateTime value.
Cause:
- Invalid Pattern Type: The error is often caused by an invalid or unsupported date/time pattern being used in the application or configuration. This could be due to a typo, incorrect format, or a pattern that is not defined in the system.
- Configuration Issues: If the system is configured to use a specific date/time format that is not recognized, this error can occur.
- Localization Settings: The error may also arise from localization settings where the expected date/time format does not match the provided format.
Solution:
Check the Pattern: Review the code or configuration where the DateTime pattern is defined. Ensure that the pattern is valid and conforms to the expected format. Common patterns include:
yyyy-MM-dd
for datesHH:mm:ss
for timeyyyy-MM-dd'T'HH:mm:ss
for ISO 8601 formatUpdate Configuration: If the pattern is defined in a configuration file or a settings table, update it to a valid pattern recognized by the SAP system.
Localization Settings: Verify the localization settings in your SAP system. Ensure that the date/time formats are correctly set according to the regional settings.
Consult Documentation: Refer to the SAP documentation for the specific version you are using to understand the supported date/time patterns and formats.
Debugging: If you have access to the development environment, consider debugging the application to trace where the invalid pattern is being set or used.
SAP Notes: Check the SAP Support Portal for any relevant SAP Notes or updates that might address this issue. There may be patches or updates that resolve known issues related to date/time formatting.
Related Information:
By following these steps, you should be able to identify the cause of the error and implement a solution to resolve it.
Get instant SAP help. Start your 7-day free trial now.
BS_SOA_COMMON112
Wrong call of method &1: either provide Date and Time or a Timestamp
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
BS_SOA_COMMON111
Content &1 is not compliant with &2 DateTime pattern
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
BS_SOA_COMMON114
Time zone &1 is not defined
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
BS_SOA_COMMON115
Invalid content for conversion between timestamp and date / time
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.