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: 

Sap Script alignment Problem

Former Member
0 Kudos

Hi all,

Have an interesting question. I Created a Sap Script, Working fine as expected in Development. Now my problem is when i moved the request to quality the logo is over writing my header text. That is the header window text is hiding behind my logo, which should not happen(my logo 'DPI' size and Header font everything is same in development and as well as quality). Everything looks good when i compare it with Development. But in development i am getting the output correctly, not in quality. What might be the reason?

Guys i was little exhausted, can any one of you give me the answer.

Is that any way possible to protect windows like protecting fonts and all. Many thanks.

4 REPLIES 4

Former Member
0 Kudos

Hi Feddie,

Check the layout of the sapscript in Development/Quality.

The Logo window and the Header Text window might be overlapping in the layouts.

So you may have to redjust them .

Also you need to have fixed windows for these , variable windows should be avoided.

<b>Reward points, if helpful.</b>

Regards,

Atin

0 Kudos

Cool,

I got what you are saying......But everything is constant window only. Any specific reasons behind that?

Former Member
0 Kudos

Hi,

Just check the device type ( in SPAD) of the printer used in quality & development. This could happen if while configuring the same physical printer in quality device type has been used different from what is being used in development.

I hope this helps,

Regards

Raju Chitale

Former Member
0 Kudos

Thanks to all, Instead of Dynamic spacing i used Static. I got my problem solved. Thanks to all.