cancel
Showing results for 
Search instead for 
Did you mean: 

Sap script text overlaping

Former Member
0 Kudos

Hi All,

I have a Sap script which was executing fine .. but since few day i am geeting a problem.

The issue is the two text are getting overlapped.

Like we have the address of the vendor and some description the bothis working fine if the address is of not much in lines

but if the if the number of line is more than the same(adress) gets overlapped....

example:

Adress:

C/o So and so,

Street 21

city Pune

Coutry India

Dear Sir / madam,

,,,,,,.....

which is fine but the same get overlaped once number of lines get increased.

<Mean the coutry india will be overwrriten along with Dear Sir....

Kindly help me on this, as i am new to abap and sap scripts

many thanks in advance,

Edited by: Anuj112143 on Feb 11, 2011 6:27 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196280
Active Contributor
0 Kudos

Please make sure the window that is displaying address and window that is displaying message text(Dear Sir) are not overlapped inside your form.

Note: window alignment can be done only in original language of your SAPscript.

Regards,

SaiRam

Former Member
0 Kudos

Hi Sai,

many thanks for your quick reponse.

I have check the already .... there is no overlapping in the layout.

can it be related to header data?

Kindly help me on this. Many thanks

Former Member
0 Kudos

Hi All,

I more input. When i change the font size this problem gets resloved . for instant.

i have change the font size of addres which is overlapping with another text Dear Sir.

No there us no overlaping after the font is change, but i the client do not want to change the font.

so i would request you to help me on this.

many thanks.