Application Development 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: 

Error Element touches or overlaps other elements

former_member194147
Participant
0 Kudos
3,498

Hi Gurus,

I am implementing a sap note 1033531. Under it, it is instructed to do some manual changes. It says : -

iv Click on ‘Add from dictionary/Program fields’ button, In Table/Field, give EXC_TAB, click on add from program and select EXADDTAX1, EXADDTAX2 and EXADDTAX3 and insert the fields at the end of Table Control.

v.Create Labels for all the 3 fields in the Table control, for EXC_TAB-EXADDTAX1 field give label as ‘SECess’ , for EXC_TAB-EXADDTAX2 field give label as ‘TAX2’ and for EXC_TAB-EXADDTAX3 field give label as ‘TAX3’.

vi. Save and activate the screen.

vii. Navigate to the screen 0300 and enter the layout of this screen.

viii.Goto Table control ‘EXCISE’, Insert the TAX field as per step (iv), just after ‘ECS’ Field.

ix.Goto Table control ‘RG23D_TAB’, Click on ‘Add from dictionary’ button, In Table/Field, give J_1IEXCHDR and select EXADDTAX1, EXADDTAX2 and EXADDTAX3 and insert the fields at the end of Table Control.

I have followes exactly a per the note and I have activated the screen also, but when I implement this note it gives error stating : "Element J_1IRG23D-EXADDRATE1 touches or overlaps other elements". (Probably this happening in step ix)

I am not able to figure out why its happening.

Kindly provide some solution to it ASAP.

Dhananjay

1 REPLY 1

Former Member
0 Kudos
811

Hi

Just goto attributes of the screen and check the position of the element "J_1IRG23D-EXADDRATE1". As the error clearly suggests that there is more than one object at the position of the mentioned element.

Either remove this element for a while and check if you get the same error or displace this element.

Regards,

Navneet