How to suppress blank page in sapscript

Hi All,
I am working on cheque printing, after I run the transaction F110, it will print the sap script which I have developed, everything is working fine and good. But its printing an extra blank page in addition with cheque. I have tested thinking it might be main window extention, but its not, even i have tested by keeping page number variable in main window, its not at all getting extented to the next page. I am wondering from where this blank is getting created, anybody can help me in this?
Thanks in advance
Kasturi

Hi Sridy,
Please debug the SAP script and check where exactly the value of &page& variable changes before triggering  your Blank page and remove that unwanted piece of code.
Also check for contents of variable in debug mode.
Regards,

Similar Messages

  • How to suppress blank pages in 11i from printer output

    Hi All,
    We were working on Oracle Reports and registering in 11i thr concurrent program and while running thr concurrent request we are getting blank pages from printer output, please let me know how to suppress blank pages as i need to get printouts without any white pages.
    Say for example if we run concurrent request and o/p is 10 pages which consists of 3 blank pages so finally we need to get printer o/p with 7 pages which are having data as i need to stop printing which are having white pages.
    Please help as this a critical scenario.....
    Regards,

    Please post the details of the application release, database version and OS.
    We were working on Oracle Reports and registering in 11i thr concurrent program and while running thr concurrent request we are getting blank pages from printer output, please let me know how to suppress blank pages as i need to get printouts without any white pages.
    Say for example if we run concurrent request and o/p is 10 pages which consists of 3 blank pages so finally we need to get printer o/p with 7 pages which are having data as i need to stop printing which are having white pages.
    Please help as this a critical scenario.....Does this happen to all concurrent requests?
    Is the issue with all printers or specific ones only?
    What if you use the lp command from the OS to print the concurrent requests output files, do you still get blank pages?
    Do you use PASTA?
    Please see these docs/links.
    How To Investigate Printing Issues and Work Towards its Resolution? [ID 297522.1]
    Oracle Applications Postscript Printing [ID 99495.1]
    Only First Line Of Concurent Output Prints And Then Blank Lines/Pages [ID 452906.1]
    Apps Reports Generate and/or Print With Incorrect Page Break Points [ID 359716.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Blank+AND+Page+AND+Print&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Blank+AND+Page&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to suppress blank page and selection criteria in SPOOL ?

    My Z program submits two programs to spool and converts the ABAP List in the spool to PDF and emails.
    After upgrade to ECC6, the first (a report painter report) resulting PDF there was one blank page and the contents were displayed on second page. For the second report (RKPEP003 - CJI3)  the selection criteria that the report used was printed as the first page of output and the result on a subsequent page. The same thing happens when I individually execute these two reports directly in SE38 with the same selection criteria. I believe the blank page is there in the spool because when I view the spool as a RAW, there is a P in the first column, however the spool shows that there is only one page in the first and two in the second (this is true - one for selection criteria "which I don't want" and then the actual content). In 46C, when I look at the RAW view of the spool there is no additional P's in the first column.
    I do not want to have the blank page on the first report and the selection criteria listed on the output of the report. How can I do that ? I am thinking get_print_parameters can in someway get me there, but I am not sure.
    Thanks
    Hari
    Edited by: Hari Sudarsanan on Apr 8, 2009 7:28 PM
    Edited by: Hari Sudarsanan on Apr 8, 2009 8:05 PM

    The first report painter program writes a regular ABAP list.
    The second outputs an ALV.

  • How to suppress blank page before side-by-side subreports

    Post Author: nv6525
    CA Forum: General
    I'm having a problem with a primary report forcing a page-break before sub-reports display data.Here's the side-by-side (newspaper-column style) report I'm trying to build:   Report Header      Report title   Page Header        Suppressed   Details                 Suppressed   Report Footer       Subreport 1     Subreport 2     Subreport3     Subreport4     Subreport5   Page Footer         Footer with page numbersThe primary report is intended to be a shell for the subreports.  The subreports contain unrelated, unlinked, independent data from separate data sources.  Each subreport, which must be in-place (not on-demand), contains 2 or 3 columns of data.  The result set yields about 250 pages of data, which is OK.  I'm using Crystal Reports 10 on Windows XP.The problem is that the primary report is forcing a page break before the subreports begin displaying data.  I'd like the data to appear directly below the report header on page 1.  The Underlay option is checked on all sections of the primary report.  Can the page-break be removed?Thanks!

    Post Author: nv6525
    CA Forum: General
    I was able to find a solution.  It was in section C of KB article c2010715 for CR 8.5.  Basically, right-click a subreport in Design view, select Format Subreport, and on the Common tab uncheck "Keep Object Together."  This works great to begin displaying the subreports' contents on page 1 directly underneath the report heading.

  • How to supress blank page in scripts?

    Hi gurus.
    can any one let me know how to supress blank page in scripts? When one of my condition satisfies it should print two pages and its working fine. When condition fails, it should print one page but its printing blank page as second page.
    Waiting for your answer.
    Urgent
    Regards,
    surya.

    hi,
    1. By providing the control commands in scripts,u can supress the blank pages.
    2.write the data between protect and end protect.
    3.Enclose the text that you want to prevent page-break in PROTECT... ENDPROTECT
    SAPscript will ensure that each line of this text is printed together on the same page.
    /: PROTECT
    Text
    Within
    The same page
    /: ENDPROTECT
    Regards,
    SHIVA(reward if helpful).

  • How to print blank page in script

    Hi all,
    how to print blank page in script

    Hi,
    Try the command /: NEW-PAGE. Let me know if it is working.
    Ray

  • HOW TO ELIMINATE BLANK PAGES IN REPORTS?

    Sep 11, 2002 13:07 PT
    I'am having troubles with reports, i have design a report that has 2 sql, so there are 2 layouts in the report, the first one has many columns so I put it in 2 pages wide but the second sql is only four columns, so it is in just 1 page wide, my problem is when the report is printed the first pages are printed but when the data from the second sql begins i have one page printed then one left blank, the check box that indicates blank pages is uncheked, but the blank pages still remain printed, if anybody has the solution please let me know
    tnx
    pd. I'm working with report builder 6.0.8.12.1

    Use the commandline parameter BLANKPAGES=NO. This will suppress blank pages when you generate to file and print.
    -Siva B

  • How to remove blank pages from report

    Hi All
    i have a condition where i have to display the record only when trxn lines are available for that record ,inside my for each group condition i put the if condition having a count variable so if count is not zero then only the record will be displayed ,it works but problem is it shows blank pages for those records.
    any clue would be very helpful.Thanks in advance
    Thanks
    Pratap

    Hi All
    The solution of this issue is given in below mentioned thread
    How to avoid blank page in BI Publisher
    Thanks a lot to Vestrini :)
    Thanks
    Pratap

  • How to add blank page to existing Document In Adobe Dc

    how to add blank page to existing Document In Adobe Dc Pro

    Hi thashrifs16749461,
    You can add a blank page using Adobe Acrobat DC by following the below instructions :-
    1) Open your existing pdf document in Acrobat DC.
    2) Choose the 'Organize Page' option form the Tools pane on the right as shown below in the screen shoot.
    3) Now at the top you will see all the tools to Organize the page, Click on 'Insert' & select 'Blank Page' from the drop-down to insert blank pages.
    *Shortcut : If you are using windows computer you can use ' Shift+Ctrl+T ' key to insert blank pages.
    In case if you experience any issue or have any query please let us know. We will be happy to help you.
    Regards,
    Aadesh

  • How to Avoid blank page in SAP Script

    I am working on a Script. My Script prints a check.
    This script is a copy of a std script.
    It has 3 pages - First Next Last
    My First page has all the required data.
    My second page is empty with out any values.
    I am getting the blank page as Page 2 when executing. How can we avoid it ?
    Senthil

    Hi Senthil,
    Please see the below points:
    1. Please check what have you defined as the NEXT PAGE for your first page. If so change it and make the first page itself as the next page.
    2. Check your main Window, may be there is blank line at the last of the main window, so check that abd remove that,so you won't get the blank page
    Please see the link which is similar to your problem:
    Re: How to remove blank page in sap script
    May it helps you.
    Regards.
    Deepak Sharma.

  • How to remove blank pages from WebI Report in view page layout option

    Hi,
             I am working in Business Objects XIR2 environment. I have a WebI report with several sections. I need to show the report as a book with 69 sections (each section on new page). there are 69 sections on cost center and each cost center section has almost 10 sections embedded in it. When i see in regular view - I only see 69 pages but when I try to see in "View Page Lay out" option, there is one blank page added after each results page.
    Please let me know how to remove this blank page. I need to give users the option to download the book as PDF on to their machine. Now, when I download to my machine, I see one blank page after each results page.
    Thanks in advance.

    Jus convert your report in Page Layout mode and see if your first pafe is getting expand in the second page.
    Now check if there are any cell going into second page.
    - if there are any blank cell which is there after table.
    you have to check formating very carefull.

  • How to insert blank page into pages document when using word processing mode?

    I've recently created a 50+ page document using Pages '09. I started the document using word processing mode. Now, when I view in thumbnail mode and try to insert a blank page somehwere in the middle of the document, it won't allow me to select where I want. It just selects all the pages, as thought they are one section. I believe this is because I am in word processing mode. My question is, can I convert the document to layout mode so that each page represents it's own section, without losing what work I've already done? And if so, how?
    The document is entirely text boxes and images, so I don't have any need for word processing space. I just need new pages to act as blank templates for the text boxes and images I create.
    Is it possible to keep all my work as is, and convert the document to layout mode vs. word processing mode?
    Thanks!

    It just selects all the pages, as thought they are one section.
    That's because they are one section. You must insert section breaks to separate them. There is no need to use page layout which does make each page a separate section. You have to manually add each page & use text boxes or other containers for the text & link the text boxes.

  • How to remove blank pages

    Dear all,
    How can i remove blank pages in combind pdf in one short, if you have any idea or suggestion for remove blank pages in Acrobat. We need without blank pages counting for final page count purpose.
    We tried to remove blank pages option in acrobat 9.0, but it is not use single short. It is taken more time to taken for maual work.
    If you have any scripting for this? or any option having in acrobat in single short? Please help me in this regard.
    Thanks
    kanaga kumar. k

    This can be done with a script, but a script can only assume a page is
    blank if it has not text in it. It can't know if there are images or other
    graphic elements in a page.

  • How to print extra page in Sapscript

    Hi Gurus,
    I have a sapscript form with 3 windows namely Main, Barcode and Footer. My footer displays the Page # of #. I have a requirement that if the total number of pages is odd number, I will add another blank page. I tried to put below command my footer window to test if it will create another page but it doesn't work.
    /: IF &NEXTPAGE(C)& = '0'.
    /: NEW-PAGE.
    /: ENDIF.
    I hope you can hlp me on my problem.
    Thanks in advance.

    Hii
    When the user has to insert a particular symbol, from menu:
    Insert->Character->Displayble Characters:
    Here in the input field insert <156> and then press enter

  • How to avoid blank page in last page?

    Hi friends,
    I have one page layout in my RTF file for Invoice printing. But when submitting the concurrent from Apps, it is showing one page output and one blank page at the end of the output.
    How can i restrict the blank page.. Pl. help.
    Thanks
    Kavi

    If you are using page break, have it conditionally like
    <?if:position()!=last()?><?split-by-page-break:?><?end if?>

Maybe you are looking for

  • Installation Problem on a Windows 7 x64 machine

    After downloading the two files from otn for 12c successfully, I started the install.   It got to 59% complete and then just hung.  Prior to that I got a few error messages about files missing.  It appeared that it was trying to update a key when it

  • Bug or Limitiation by Design

    First let me start by saying that I am using a WRT54G v5 and I know that this is a wireless router. I am posting here because I have disabled the wireless and the problem I am having is not related to the wireless at all and is either a bug in the ro

  • Why did imessages log me out, Why did imessages log me out

    If you are having this same problem with the new iOS update. Then i tried all the resting stuff. It didnt work for me. But just recently i took off my ipad case and everything worked. So. I would they it couase my case is an otter box. So p,ease try

  • Using non-administrator user to start/stop services

    We have Crystal Report Server (BOE XI) running on Windows platform. Our customer's policy dictates that operator ID are to be use to manage starting/stopping of Crytal Report Server. The operator ID has no administrator rights and it has no access to

  • Error attempting to write location redirection to web server (Windows NT error number -2147467259 occurred)

    I'm seeing an error pop up on a development server... error 2408: "Error attempting to write location redirection to web server (Windows NT error number -2147467259 occurred)" Any idea what this is? I can't seem to find anything solid.