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

SAPscript Displaying Text

Former Member
0 Likes
642

Hi,

I need to display some text in the cheque. Actually there is one message but need to add few more lines to that. I tried in change editor by adding those lines, it didnt come...

when I change anything in already existed line, it prints the changes...Like this..

it prints

abcde (already existing)

Now I need to add some more lines.... fghij...

In the change editor If I write this fghij in a seperate line its doesnt display....but If write in the same line as abcde...it displays...

Your suggestions will be appreciated..

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
612

I hope you mentioned the paragraph name and also check for availablity of space to print the new lines.

5 REPLIES 5
Read only

Former Member
0 Likes
613

I hope you mentioned the paragraph name and also check for availablity of space to print the new lines.

Read only

0 Likes
612

I did mention the paragraph and created a new window....for each line...

Read only

0 Likes
612

increase the height & Width of window, the problem is due to space and i hope the text element which you have mentioned in created window is being called from the print program. or you can remove the text element from window if there is any?

Read only

0 Likes
612

for each line?

You only need one page window that is large enough to hold all of your text.

Read only

Former Member
0 Likes
612

It sounds like the page window is too small.

Determine in the SAPscript layout set where the text is printing.

Check the HEIGHT of the page window.