Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Selection-screen problem only when in SE80

kiran_k8
Active Contributor
0 Likes
839

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.

6 REPLIES 6
Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
751

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

Read only

0 Likes
751

Seshu,

Thanks.Can you please let me know the reason behind this info message.

Thanks,

K.Kiran.

Read only

0 Likes
751

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

Read only

0 Likes
751

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

Read only

0 Likes
751

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

Read only

kiran_k8
Active Contributor
0 Likes
751

Thanks a lot,

K.Kiran.