Do you have any question about this error?
Message type: E = Error
Message class: DB - Messages for logical databases and background processing
Message number: 806
Message text: Screen contains overlapping objects
The attributes of the report &V3& contain the screen number &V2& as a
model sceeen number. This means that the selection screen should be
generated from the model screen &V2& of the program &V1& (logical
database access routine), but this screen does not exist.
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.
DB806
- Screen contains overlapping objects ?The SAP error message DB806, which states "Screen contains overlapping objects," typically occurs when there are overlapping UI elements on a screen in an SAP application. 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 positioned 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.
- Incorrect Screen Size: If the screen size is not set correctly, it may lead to elements being placed outside the visible area or overlapping with other elements.
Solution:
- Check Element Positions: Open the screen in the Screen Painter and check the positions of all UI elements. Ensure that no two elements share the same coordinates or overlap.
- Adjust Sizes: If elements are too large, consider resizing them to fit within the designated area without overlapping.
- Rearrange Elements: Move the overlapping elements to different positions on the screen to ensure they do not overlap.
- Use the Layout Tools: Utilize the alignment and distribution tools available in the Screen Painter to help organize 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:
By following these steps, you should be able to resolve the DB806 error and ensure that your SAP screens are properly configured without overlapping objects.
Get instant SAP help. Start your 7-day free trial now.
DB805
Screen contains overlapping objects
What causes this issue? The source code The system issues an error message and will not allow you to continue with this transaction until the error i...
DB804
Generation error: Program 12345678, dynpro 1000, line 12
What causes this issue? An error occurred when generating the screen load of the selection screen. The system issues an error message and will not al...
DB807
Incorrect position/length on screen
What causes this issue? The attributes of the report &V1& (logical database access routine) contain the screen number &V2& as a model...
DB808
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.