Not to print last page in Script

Hi Experts,
I am having a Z-script for tcode F110.
There i don't want to print 'last' Page in the form.
The program which i s calling driver program is a standard sap include RFFORI06 calling
'Last ' page with window 'Summary'.
As its a standard include i can't make any changes in driver program.
Please help.
Thanks in advance for your support.

The 'last' page and its window is getting called from a standard sap include as mentioned above.
Even if i will delete 'last' page but as start_form is calling 'last' page it will generate a blank page irrespective
of the page 'last' is deleted.
I have even tried to do so by generating a test program and calling the script.
Kindly advice.

Similar Messages

  • HP Officejet Pro 8610 All-in-One Printing Preference does not have Print Last Page First option

    HP Officejet Pro 8610 All-in-One printer:  Printing Preference missing Print Last Page First option.  Print lots of multipage documents.  Spending enormous amount of time resorting pages. 
    Prior to this printer?  .... grab printed stack -  staple  -  DONE! 
    Now?   Have to resort every document!
    Anyone out there have a solution?

    Reply to mkjohnson42. It doesn't matter what application I'm in. The option is NOT there. Just to confirm, I started from Word 2010, Excel 2010, a web page using Internet Explorer, Foxfire and Chrome. Plus, I did the old stand-by of going to Printers and Devices>Preferences. Under Preferences I have the choice to print on both sides of paper but NO Print Last Page First. I REALLY did check ALL of this before resorting to the Community. So, I really don't understand your question. Sorry.

  • Footer note on last page of script

    Hi All,
    I want to display a footer note on the last page of script. For that I am writing following code in my script.
    :/BOTTOM
    :/IF &NEXTPAGE& EQ 0
    END OF SCRIPT
    :/ELSE
    CONTINUE ON NEXT PAGE
    :/ENDIF
    :/ENDBOTTOM
    Also I am using top of page using top & endtop.
    It is working fine.
    Regards,
    Dilip
    Message was edited by: Diliip Gupchup

    Hi,
    Check this one
    Re: Printing Footer in the output.
    Re: Smart Form Footer help
    Thanks & Regards,
    Judith.

  • How to print last page in sap script in ladscape format?

    Hi all,
    can any 1 tell me How to print last page in sap script in ladscape format?
    Thanks In advance.
    Pravin

    Hi Pravin Sherkar,
    we can do this in SAP Scripts.
    we need to create two pages, one of landscape and another of potrait.
    now after filling the data at last we need to call the page which is of format landscape using START_FORM  function module.
    You can use condition &PAGE& = &FORMPAGES&.
    Please check this link
    Printing Portrait/Landscape in sapscript
    Re: Landscape and potrait in same layout?
    http://www.sap-img.com/ts013.htm
    Best regards,
    raam

  • How to get the last page  SAP Script form

    How to get the last page  SAP Script form.
    I want to print a specific information in the last page of SAP form (Script). Please tell me how to get the last page number.
    Regards

    Hi
    You have to check the system variable &NEXTPAGE&, if it's 0 it means you're in the last page.
    From SAP Help:
    This symbol is used to print the number of the following page. The output format is the same as with &PAGE& .
    Note that on the last page of the output, in each window that is not of type MAIN, &NEXTPAGE& has the value 0.
    /: IF &NEXTPAGE& = '0'
       Last page
    /: ENDIF
    Max

  • Printing last page (Purchase order Terms) in SMARTFORMS

    Dear SAP Gurus,
    Our Purchasing unit would like to print purchase order terms and conditions after the end of Purchase order. Initially I had two pages (First and Next). The following are the steps I followed to print last page with Purcahsing terms.
    1. Create Command line at end of Main window in First and Next page and in command line output options select Go to page as Last page.
    2. Under last page, I have a secondary window which prints a text. (this is a long text and cant be printed using secondary window. I need Main window to print the text as it would be continous)
    The following are the problems I am facing.
    1. By placing command line at end of Main window, data in secondary window after the Main window are not printing.
    2. Purchase terms Text placed in the last page under Main window is not printing. Text placed in last page under secondary window is printing but instead of 8 pages of terms text only one page is printing.
    How can I handle this.
    Thanks in advance.
    Thanks
    Shanthi

    Hi Shanti,
      From what I've understood from you post, you may try putting the command in the secondary window (which comes after the MAIN Window) of the first page. In the command give Goto Page ->NEXT.
    Hope this helps.
    Thanks,
      Ranjith

  • Printing last page

    When I'm printing a document 9 Word or Excel) the last page is printed for 3/4, I'm missing the last part.
    Anyone heard of this problem?
    bvd.
    Louis

    THANKS GEO<br /><br />/* Print Last Page */<br />/* This sequence prints the last page of<br />   each document selected to the default printer.<br />* / this.print<br />({<br />        bUI: false,<br />        nStart: this.numPages - 1,<br />        bSilent: true<br />});<br /><br />THIS SCRIPT WORKS.<br /><br />TP<br /><br /><br /><[email protected]> wrote in message <br />news:[email protected]..<br />> Have you tried what was suggested in your other post:<br />><br />> thomaspinto, "Printing Last Pages" #, 2 May 2008 8:55 am <br />> </webx?14@@.59b52596>

  • Won't print last page

    Has anyone else had this problem?
    HP 5200DTN won't print last page of any document.

    I have this same problem and can't figure it out. It started roughly a couple months ago.
    I did some testing in Word and found that it would not print the last page if I had a page break in the document, but would print the last page if I removed the page break. However, it also happens often even if the document doesn't have a page break.
    HP LaserJet 1320
    OS 10.9.5
    Has anyone found a solutions for this?

  • How to print last page in smartforms

    Hi,
    In my smartform i have 3 pages (FIRST, NEXT & LAST). FIRST contains some header detail and items. NEXT contains rest of items and this page would be repeatable if more item comes. now after NEXT i want to print LAST page. How to achieve this. PLease let me know. I looked into forum but haven't get exact answer so far.
    Rgds

    Hello,
    According to your scenario you are having 4 orders and each order has to print seperately with the last page .right?
    The best soln would be,
    1) create another internal table same as the one you have and delete adjacent duplicates using order, so you will have 2 internal table one with 4 orders (it-1)and other with all the items(it-2).
    2) In the driver program ,
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        control-no_open  = 'X'.
        control-no_close = 'X'.
        output-tdnewid  = 'X'.
       PERFORM ssf_open.
    CALL FUNCTION 'SSF_OPEN'
      EXPORTING
      ARCHIVE_PARAMETERS       =
      user_settings            = ' '
      MAIL_SENDER              =
      MAIL_RECIPIENT           =
      MAIL_APPL_OBJ            =
    output_options           = output
    control_parameters       = control
    IMPORTING
      JOB_OUTPUT_OPTIONS       =
    EXCEPTIONS
       formatting_error         = 1
       internal_error           = 2
       send_error               = 3
       user_canceled            = 4
       OTHERS                   = 5
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    LOOP AT it-1.
        CALL FUNCTION l_fm_name
    endloop.
    CALL FUNCTION 'SSF_CLOSE'.
    2) In the smartform 
         FIRST  ->   next page -> NEXT
                   Beneath the main window -> Table,  put Command - Goto new page  as LAST.
         NEXT  ->   next page -> NEXT
         LAST  ->   Next page -> Blank
    I hope this will work as I have done a similiar dev.
    Regards,
    Radhakrishnan

  • Printing LAST page in SAP script on the back side.

    Hi ,
    I have a problem with the printing of the LAST page on the reverse side of the form, when done with a vendor.
    At a time we print many vendors together.
    So, when done with printing of a vendor it needs  to print his address on last page, reverse side(address)
    Next will be followed by another vendor details.
    I cannot give 'D' for the first page because it would fail if the form flows more than 2 pages.
    is there any way of triggering the LAST page in SAP Script when it done with printing of one vendor.
    any help would be highly appreciated.
    regards.

    Hi ,
    In Script PO i have to print 'Terms and Conditions' text only on the back side of last page of the PO.
    Presently script contains THREE pages ( FIRST, NEXT, TERMS).
    FIRST with attributes :
    next page as NEXT , Print mode T.
    NEXT with attributes :
    next page as NEXT and print mode T
    TERMS with attributes :
    next page as ' '.
    I Created 'TERMS AND CONDITION' window.For TERMS page i selected 'TERMS AND CONDITION' window only.
    So page window of 'TERMS'  is 'TERMS AND CONDITION'  and i included standard text in 'TERMS AND CONDITION' window.
    If PO contains 9 pages( that means MAIN WINDOW data flows up to 9th page with footer also ).
    So i have to print standard text(Terms and conditions) back side of 9th page only not on all pages.
    So total PO contians 9 pages with 10 prints.
    Please help to solve the issue
    Thanks and Regards
    Venkata swamy

  • FLOW LOGIC - Not printing last page

    I am working on a multi page form. The first page is allowed to over flow into the next page - at the end of the main window i want the last page to print. But it does not come out. I only get the first page and the overflow page but never the last page.
    How do I , how can i force the last page to always come out?
    we have this working in sap script - but smart forms is not working the same.
    I have seached the documentation and the online forums. I believe this to be a problem with smartforms. I searched OSS notes but did not find anything there that applies either.
    any help would be appreciated
    thanks,
    Julia

    Place command prompt at end of your main window items. And Tick the nex page attribute in the command prompt, make sure you also specify the next page.
    Regards,
    SaiRam

  • P2055dn not printing last page

    Hello,
    Spoiler (Highlight to read)
    My printer the p2055dn is connected to windows 2008 server. The problem originated a few months ago and it was not printing the last page, I updated the firmware and that fixed the problem, however, every month or so I have to reinstall the firmware utility, is there a permanent fix.
    Thanks,
    Brian Stevens
      My printer the p2055dn is connected to windows 2008 server. The problem originated a few months ago and it was not printing the last page, I updated the firmware and that fixed the problem, however, every month or so I have to reinstall the firmware utility, is there a permanent fix. Thanks,Brian Stevens

    This seems to be a commercial product. For the best chance at finding a solution I would suggest posting in the forum for HP Business Support!
    You can find the Commercial Laserjet board here:
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • HP Deskjet 1510 prints last page first

    When  I print it is is printing the last page first.   I do not have the collated pages tab checked.  How can I reverse this ?

    Hi Css1492,
    I think this is a setting in the driver. 
    Follow these steps to check the print settings.
    Click the Windows icon, click All Programs, click HP, click the folder for your HP printer, and then click the icon for your HP printer. The printer software opens.
    NOTE:You can also open the HP printer software from your computer desktop: double-click the icon for your HP printer.
    Click Print & Scan, and then click Set Preferences. The Printing Preferences dialog box opens.
    Click the Advanced tab. The Advanced Options dialog box opens.
    Layout Options:  You should be able to select from  "Front to Back"  or "Back to Front" 
    Select "Front to Back" to have the first page print first. 
    Click OK, and then click OK again to apply the settings.
    Let me know if this helps!
    Jean
    I am an HP Employee

  • Prints last page twice: HP LaserJet Pro P1102w

    My HP LaserJet Pro P1102w prints the last page of the last job as the first page of the new job every time.  The entire job prints every time (i.e that last page prints with the new job as the last page and also as the first page of the next job).  The printer is on my wireless network (WPA password).  I have tried rebooting the printer and there are no jobs shown in the print spool.  Any thoughts?  Thanks in advance for the help!

    Hello Tamaraaajq,
    Please check the following document, should help solving the descibed issue:
    Product Continuously Prints the Same Print Job After it is Installed on a Network
    Regards,
    AndOne
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"
    (Although I am employed by HP, I am speaking for myself and not for HP)

  • Pdf prints last page mirrored and upsidedown

    Last year, my old tower Mac (OSX10.7.X)  suddenly began printing out the last page (only) of any PDF with an odd number of pages inverted in both vertical and horizontal axes (i.e. upside down mirror-writing), when doing double-sided printing on our HP Color Laserjet CP4005dn.  Single sided printing from the same Mac and PDF worked fine. The same last page also prints correctly if I simply chose to print that page alone.  I do not have the 'flip horizontal' checkbox ticked.  I could find no solution.
    I bought an iMac 27" late 2013 with OSX 10.9.4, all upgrades installed.  I still have the same problem.  I repeat, this only happens in double-sided printing (selected 'long edge binding' under Layout) of the last page of a PDF with odd-numbered pages.  Word docx  and other documents print just fine from the same computer and printer with same settings in the Print dialogue.
    Any suggestions?

    Well, it's time to ask Adobe for help... Probably some preference file corrupted or similar...
    On the other hand, personally, I would be trying some generic maintenance right now -
    Reset Printing System:
    OS X Mavericks: Reset the printing system
    Startup from Recovery partition (or any other bootable drive) and repair the disk drive using Disk Utility:
    (read just the 1st paragraph About Recovery from this)
    OS X: About OS X Recovery
    consider downloading and re-updating using the COMBO updater (this isn't from Software Update/App Store):
    OS X Mavericks 10.9.4 Update (Combo)
    (or similar for Lion)
    OS X Lion Update 10.7.5 (Client Combo)

Maybe you are looking for