Do you have any question about this error?
Message type: E = Error
Message class: DB - Messages for logical databases and background processing
Message number: 816
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 PUSHBUTTON &V3&The system cannot generate the selection screen.
Correct the coding by changing the position of the pushbutton.
Error message extract from SAP system. Copyright SAP SE.
DB816
- Screen contains overlapping objects ?The SAP error message DB816, which states "Screen contains overlapping objects," typically occurs when there are overlapping screen elements in a Dynpro (dynamic program) screen. This can happen during the screen design phase in the SAP GUI, particularly when using the Screen Painter tool.
Cause:
- Overlapping Screen Elements: The most common cause of this error is that two or more screen elements (like text fields, input fields, buttons, etc.) are placed in such a way that they overlap each other on the screen.
- Incorrect Coordinates: If the coordinates (X and Y positions) of the screen elements are not set correctly, it can lead to overlaps.
- Screen Layout Changes: Changes made to the screen layout without proper adjustments to the positions of existing elements can also cause overlaps.
Solution:
- Check Screen Layout: Open the screen in the Screen Painter and visually inspect the layout for overlapping elements. Adjust the positions of the elements to ensure they do not overlap.
- Adjust Coordinates: If you are familiar with the technical details, you can manually adjust the coordinates of the screen elements in the properties section to ensure they are positioned correctly.
- Rearrange Elements: If necessary, rearrange the elements on the screen to create a more organized layout that avoids overlaps.
- Use the Alignment Tools: Utilize the alignment tools available in the Screen Painter to help align and space out the elements properly.
- Test the Screen: After making adjustments, save the changes and test the screen to ensure that the error is resolved.
Related Information:
If the problem persists after trying the above solutions, it may be helpful to consult with a colleague or reach out to SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
DB815
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...
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...
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...
DB818
Incorrect position/length on screen
What causes this issue? You attempted to use the statements SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE to define a line of the s...
Click on this link to search all SAP messages.