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

SAP Script

former_member253923
Participant
0 Likes
726

All;

I am printing an "electronic signature" (uploaded as TIFF) in my main window

and it is printing fine. I want to move it to the right by few CM's. How do i do that ? I cannot create a new window as that would create a big space between MAIN and my new window. I tried providing PF with tabs as below.

INCLUDE &SIGNATRE& OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH S1

But that doesn't work.

Any help shed on this is GREATLY appreciated....

Thanks

Vathsan

8 REPLIES 8
Read only

Former Member
0 Likes
686

Hi Srivathsan,

Change the resolution of the image ie decrease the value of DPI using SE78

(or)

Dowload the image and resize the image to fit the window and upload the same through SE78.

Thanks,

Vinay

Read only

0 Likes
686

Vinay,

Why would i do that ? I dont have problems in fitting it to the window. It is getting printed in MAIN window. I need to move it right by few CM's.

Read only

0 Likes
686

just CREATE a new Window.

Since you can move that window where you want, ther is also no big gap between your MAIN and your new window.

You could even move it in the center of your main.

if thats still somehow not applicable for yah, then use a NEW line-format and play arounf with the left edge of it.

And well i need to add that in SAP-Script two commas ',,' do NOT stand for a space, but for a tabulator.

Read only

0 Likes
686

Florian,

What is this NEW-Line Format ? Where do we find this ?

Read only

0 Likes
686

Hi

/: this is new line format

check my reply already i had given just follow that it may sol;ve ur problem

rewards if helpfull

Regards

Pavan

Read only

Former Member
0 Likes
686

Hi

U can Do one thing

suppose this is ur begining of ur line


/:,,,,,,,,INCLUDE &SIGNATRE& OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH S1
=

Try like this

what i mean to say is generally two <b>(,)</b> implies to space so by following that procedure put space at the starting of the line and for continution of the same statement put = symbol so that it will be treated as in the same line so it may solve ur problem

Or

check whether there are any conditions such as left aligned or right aligned

Rewards if helpfull

Regards

Pavan

Read only

dev_parbutteea
Active Contributor
0 Likes
686

Hi,

the simplest way would be to create a new window and then move the window according to where you want to display in on your page , instead of trying to put spaces before the image in main window!

Regards,

Sooness. .

Read only

0 Likes
686

The problem with creating a new window is that i want my signature after i print all the line items. Hence i wont be able to determine where to place that. Also there are some texts before the signature that shouldn't overwrite in my window