‎2007 Apr 10 6:30 AM
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
‎2007 Apr 10 6:34 AM
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
‎2007 Apr 10 6:34 AM
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
‎2007 Apr 10 6:40 AM
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
‎2007 Apr 10 7:28 AM
Hi Siva,
Yes, according to the above solutions try with those.
Regards,
Lakshman
‎2007 Apr 10 7:29 AM