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: 

SAPscript problem

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi Siva,

Yes, according to the above solutions try with those.

Regards,

Lakshman

Former Member
0 Kudos

thank you all to slove the problem

regards

sivakumar