Do you have any question about this error?
Message type: E = Error
Message class: DB - Messages for logical databases and background processing
Message number: 815
Message text: Screen contains overlapping objects
You used
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
SELECTION-SCREEN ULINE &V3&The system cannot generate the selection screen.
Correct the coding by changing the position of the underline.
Error message extract from SAP system. Copyright SAP SE.
DB815
- Screen contains overlapping objects ?The SAP error message DB815, which states "Screen contains overlapping objects," typically occurs when there are overlapping UI elements in a screen or transaction. This can happen during the development of SAP GUI screens using the Screen Painter or when modifying existing screens.
Cause:
- Overlapping UI Elements: The most common cause of this error is that two or more screen elements (like text fields, buttons, etc.) are placed in such a way that they overlap each other. This can happen if the coordinates of the elements are not set correctly.
- Screen Layout Issues: Changes made to the screen layout without proper adjustments to the positions of the elements can lead to overlaps.
- Inconsistent Screen Modifications: If multiple developers are working on the same screen or if changes are made without proper version control, it can lead to overlapping objects.
Solution:
- Check Screen Elements: Open the screen in the Screen Painter (transaction SE80 or SE41) and visually inspect the layout. Look for any elements that are overlapping.
- Adjust Positions: Move the overlapping elements to ensure that they do not overlap. You can do this by selecting the element and adjusting its position using the properties panel.
- Use the Grid: Enable the grid in the Screen Painter to help align elements properly and avoid overlaps.
- Test Changes: After making adjustments, save the screen and test it to ensure that the error is resolved.
- Review Changes: If the screen was modified by multiple developers, review the changes to ensure that no other issues are introduced.
Related Information:
By following these steps, you should be able to resolve the DB815 error and ensure that your screen elements are properly aligned.
Get instant SAP help. Start your 7-day free trial now.
DB814
Screen contains overlapping objects
What causes this issue? You wanted to use The system issues an error message and will not allow you to continue with this transaction until the error...
DB813
Screen contains overlapping objects
What causes this issue? You tried to use The system issues an error message and will not allow you to continue with this transaction until the error ...
DB816
Screen contains overlapping objects
What causes this issue? You used The system issues an error message and will not allow you to continue with this transaction until the error is resol...
DB817
Incorrect position/length on screen
What causes this issue? You attempted to use the key word SELECTION-SCREEN BEGIN OF LINE or SELECTION-SCREEN END OF LINE to define a line on the sele...
Click on this link to search all SAP messages.