Do you have any question about this error?
Message type: E = Error
Message class: RSWADMDERR2 - BEx Web applications: Error messages for XML/HTML-Parsing
Message number: 036
Message text: Tag '&1' attribute value '&2' must be lower case for XHTML
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.
RSWADMDERR2036
- Tag '&1' attribute value '&2' must be lower case for XHTML ?The SAP error message RSWADMDERR2036 indicates that there is an issue with the formatting of an attribute value in an XHTML document. Specifically, the error states that a tag's attribute value must be in lower case. This is a common requirement in XHTML, as it is case-sensitive and mandates that tag names and attribute names be in lower case.
Cause:
The error is triggered when the system encounters an attribute value in an XHTML document that is not in lower case. This can happen due to:
- Manual entry of attribute values that include uppercase letters.
- Data being pulled from a source that does not enforce lower case formatting.
- Incorrect configuration or coding in the application that generates the XHTML.
Solution:
To resolve this error, you need to ensure that all attribute values in the XHTML document are in lower case. Here are the steps you can take:
Identify the Tag and Attribute: Check the error message for the specific tag (
&1
) and attribute value (&2
) that is causing the issue.Modify the Code: If you have access to the code that generates the XHTML, modify it to ensure that all attribute values are converted to lower case. This can often be done using string manipulation functions in the programming language being used.
Data Validation: If the data is coming from a database or external source, implement validation checks to ensure that all attribute values are stored in lower case before they are used in the XHTML generation.
Testing: After making the necessary changes, test the output to ensure that the error no longer occurs and that the XHTML is valid.
Documentation: Document the changes made and the reasons for them to prevent similar issues in the future.
Related Information:
By following these steps, you should be able to resolve the RSWADMDERR2036 error and ensure that your XHTML documents comply with the required standards.
Get instant SAP help. Start your 7-day free trial now.
RSWADMDERR2035
Tag '&1' unexpected '=', expected attribute name
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSWADMDERR2034
Tag '&1' joining values of repeated attribute '&2'
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSWADMDERR2037
Tag '&1' missing '>' for end of tag
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
RSWADMDERR2038
Tag '&1' missing closing tag &1>
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.