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 problem

Former Member
0 Likes
534

hi

i have developed sapscript program i want to display the data from internal table i have three data i should print one by one when iam printing iam geeting blank page between the sheet. how can i delete the blank page. help me.

regards,

sivakumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
516

Hi,

Use PROTECT...ENDPROTECT command or

Use the same paragraph for printing all the 3 pages, and in the attributes check NO BLANK PAGES for that paragraph.

reward if useful

regards,A

NJI

4 REPLIES 4
Read only

Former Member
0 Likes
517

Hi,

Use PROTECT...ENDPROTECT command or

Use the same paragraph for printing all the 3 pages, and in the attributes check NO BLANK PAGES for that paragraph.

reward if useful

regards,A

NJI

Read only

Former Member
0 Likes
516

Hi,

You may written Blank lines after printing the Internal table data, check the code in Script, You have some code with blank lines, that lines may start with some paragraph format or Default paragraph format(*), if this exceeds a page then this blank will be printed in the new page so you are getting a Blank page.

remove the Blank lines in your code then you won't get blank pages

Regards

Sudheer

Read only

Former Member
0 Likes
516

Hi Siva,

Yes, according to the above solutions try with those.

Regards,

Lakshman

Read only

Former Member
0 Likes
516

thank you all to slove the problem

regards

sivakumar