‎2007 Aug 08 4:39 AM
Hi Folks,
I am getting the following information message when the the element SCREENS is double clicked in the SE80's container.
Element %_R1_%_APP_%-TEXT touches or overlaps
other element
The program is running fine without any error.I want to know why such an info message is getting popped up and how to avoid that.
Thanks,
K.Kiran.
‎2007 Aug 08 5:35 AM
Hi,
I think you can disable that info message with this.
Goto SE80, there press <Alt> + F12 and there select "Options".
In the dialog box that appears Select "Options" tab.
There UNCHECK the checkbox "Enable Dialog Box for Dynpro Size Check".
If this does not help open the Selection-Screen in SE51 and check this SCREEN Element.
IF possible reduce the size of this Element in the selection-screen by modifying the SELECTION-SCREEN COMMENT statement relevent for this element.
Regards,
Sesh
‎2007 Aug 08 5:48 AM
Seshu,
Thanks.Can you please let me know the reason behind this info message.
Thanks,
K.Kiran.
‎2007 Aug 08 5:50 AM
Hi,
The reason was one of the SCREEN element's size was big and it was encroching on to another screen field and when this check box is checked you will get this info message.
Regards,
Sesh
‎2007 Aug 08 6:42 AM
Seshu,
I am in 4.7.
In the options tab I am having the following checkboxes and none
of them are checked.But still I am getting the info message.
beep at message
dialog box at success message
diaolog box at warning message
dailog box at error message
please let me know what has to be done in SE51.
Thanks,
K.Kiran
‎2007 Aug 08 7:11 AM
Hi,
Open the Selection scree in SE51, double click on 1000 screen in SE80 and then click on the layout button to open the screen.
Then there check out the screen element for which you are getting the error.
Then adjust its size and check if this error is still coming.
According to me this Screen element corresponds to SELECTION-SCREEN COMMENT statement in the program, you might have given the length of this text there try and reduce the length there and see if this error still remains.
Generally we should not modify the Selection-Screen's in SE51 as they will always get regenerated when ever you activate the program and your changes will be over written.
So try to play around with SELECTION-SCREEN statements only in the program, what you can get from SE51 is what this SCREEN ELEMENT corresponds to in the program.
Regards,
Sesh
‎2007 Sep 22 7:56 AM