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: SWDP_WB_TOOL_VD_ACC - ACC Checks
Message number: 004
Message text: ACC:"&" or tooltip is not set for element "&1"
Accessibility check: &V2& or tooltip is not set for element "&V1&.
Neither "&V2&" nor the tooltip property of the element is set or bound
to the context.
This tooltip is used either as a replacement for the "&V2&" property or
for a label in input elements that require one.
You have the following choices:
1) Set the "&V2&" property or bind it to the context.
2a) The tooltip property can be set or bound.
2b) With certain input elements ( for example, checkboxes) a label can
also be provided for the element.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
SWDP_WB_TOOL_VD_ACC004
- ACC:"&" or tooltip is not set for element "&1" ?The SAP error message
SWDP_WB_TOOL_VD_ACC004
typically indicates that there is an issue with the accessibility settings of a UI element in a Web Dynpro application. The specific message states that the "accessibility text" (or tooltip) is not set for a particular UI element, which can affect the usability of the application, especially for users relying on assistive technologies.Cause:
- Missing Accessibility Text: The error occurs when a UI element (like a button, input field, etc.) does not have an associated accessibility text or tooltip. This is important for screen readers and other assistive technologies.
- Configuration Issues: There may be a configuration issue in the Web Dynpro application where the accessibility properties were not set correctly.
- Development Oversight: During the development of the application, the developer may have overlooked setting the accessibility attributes for certain UI elements.
Solution:
Set Accessibility Text:
- Open the Web Dynpro application in the Web Dynpro ABAP Workbench.
- Locate the UI element that is causing the error.
- In the properties of the UI element, find the field for "Accessibility Text" or "Tooltip" and provide a meaningful description.
- Save and activate the changes.
Check for Other UI Elements: Review other UI elements in the application to ensure they also have appropriate accessibility texts set.
Testing: After making the changes, test the application to ensure that the error message no longer appears and that the accessibility features work as intended.
Documentation: Refer to SAP documentation on Web Dynpro accessibility guidelines to ensure compliance with best practices.
Related Information:
By addressing the missing accessibility text, you can resolve the error and enhance the usability of your Web Dynpro application.
Get instant SAP help. Sign up for our Free Essentials Plan.
SWDP_WB_TOOL_VD_ACC003
ACC: Accessibility description is not set for element "&".
What causes this issue? ACC: Accessibility description not set for element "&V&". The system issues an error message and will not a...
SWDP_WB_TOOL_VD_ACC002
ACC: Element "&1" has incorrect properties for event binding.
What causes this issue? The system issues an error message and will not allow you to continue with this transaction until the error is resolved. Syst...
SWDP_WB_TOOL_VD_ACC005
ACC: Property "&1" is not set for element "&2".
What causes this issue? Accessibility check: Property "&V1&" of element &V2& is missing or has not been defined.System Resp...
SWDP_WB_TOOL_VD_ACC006
ACC: Accessibility description or label missing for container "&1"
What causes this issue? ACC: Accessibility description or label missing for container "&V&"System Response Accessibility Check: Th...
Click on this link to search all SAP messages.