Page protector in smarform

Hi,
In my smartform footer is getting splitted in to 2 pages,
this footer is defined in table ( header,main, footer)..
i want to display  footer in end of  main window only,
can any one let me know how to do this.
Regards,
Thirumal.

Hi Thirumal,
If your table and its footer is in the Main Window,you cannot have it print at the end of Main Window unless ofcourse it is the last thing in the Main Window.
Also you cannot put page protection on a footer of a table.
What you can do is...
Put Page protection on the line type you use in the footer.
In the definition of the line type ( Table Tab), Choose the No Page Break checkbox.
Use this line type in the footer.

Similar Messages

  • New page trigger always to second page

    Hi All,
    I have 2 page in my smartforms:
    Page1: I have to print customer information
    Page2: I dont have to print cust. information but print data if it overflow the first page.
    But my issue is if I trigger a new-page if customer changes, Smartforms always trigger the last page but not get into the first page (I use Command node with checked in go to new page set to Page1).
    Does anyone know what happen to my form?
    Thank you so much,
    Thien

    I suggest in your case, you design only one page in your smarform whioch would have 2 windows.1 window would ahve teh customer details which would eb displayed if the logic put in the "Conditions" tab is sussesful.(Say u write Trigger it on only 1st page).
    And in the 2nd window which should be your main window, you need to ahve the details which would be overflowing.
    And teh first page would eb callingitself.
    Try it out and get back in case of any questions!
    Cheers,
    Varna

  • SmarForms: Printout is always limited to 2 pages

    Hi Gurus,
    I have a SmartForms(SF) than can print a maximum of 6 data entries.  Let's say the number of rows of my ITAB is 16, then it should print out 3 pages.
    In my calling program:
      "Get the number of pages
      DESCRIBE TABLE T_ZQIDPRINT LINES W_DBCNT.
      W_QUOTIENT = W_DBCNT DIV 6. "6 cells only per print sheet
      W_REMAINDER = W_DBCNT MOD 6.
      IF W_REM NE 0.
        W_TOTAL_PAGE = W_QUOTIENT + 1.
      ELSE.
        W_TOTPAGE = W_QUOTIENT.  "Total Page
      ENDIF.
    CALL FUNCTION '/1BCDWB/SF00000695'
      EXPORTING
    *   ARCHIVE_INDEX                   =
    *   ARCHIVE_INDEX_TAB          =
    *   ARCHIVE_PARAMETERS      =
    *   CONTROL_PARAMETERS     =
    *   MAIL_APPL_OBJ                   =
    *   MAIL_RECIPIENT                    =
    *   MAIL_SENDER                       =
    *   OUTPUT_OPTIONS                =
    *   USER_SETTINGS                  = 'X'
        p_totpage                              = W_TOTPAGE "Total Page
        p_dbcnt                                 = W_DBCNT
    * IMPORTING
    *   DOCUMENT_OUTPUT_INFO    =
    *   JOB_OUTPUT_INFO                =
    *   JOB_OUTPUT_OPTIONS         =
      tables
        it_idprint                         = T_ZQIDPRINT
    * EXCEPTIONS
    *   FORMATTING_ERROR     = 1
    *   INTERNAL_ERROR          = 2
    *   SEND_ERROR                  = 3
    *   USER_CANCELED           = 4
    *   OTHERS                          = 5

    In my SF, I have multiple secondary windows, in the last secondary window note, i have a program node inside that deletes the 1st six ITAB of the row after it has been displayed.  Please see the screenshot below:
    http://img710.imageshack.us/img710/3218/sflastnodewindowlogicde.jpg
    In my debug, I initially have 16 rows in my ITAB, now it's already 4 rows as shown in the debug screenshot above.
    In my SF, I have main window which is on the last tree node, please see the screenshot below:
    http://img203.imageshack.us/img203/4381/sfmainwindowcommandline.jpg
    In the general attributes tab of my command node in main window, it's always pointing to the page where it should go.
    In the conditions tab of my command node in my main window, the condition is that it will always go next page until W_TOTPAGE Greater than or Equal to 1.
    W_TOTPAGE is being populated inside a program node(before the command node) in my main Window:
    MOVE P_TOTPAGE TO W_TOTPAGE.
    W_TOTPAGE = W_TOTPAGE - 1.
    But the output is always limited to 2 pages.
    Please see the screenshot.
    What am I missing here?
    In my debug: http://img710.imageshack.us/img710/3218/sflastnodewindowlogicde.jpg
    If the ITAB is already less than 6 rows, it then goes to EXIT then display the SF now in 2 pages only.
    Thanks.

  • Smarform last page problem

    Hi All,
    There are two pages on a smartform. If the line item continues up to second page then the some windows needs to be displayed on the second page. If the line items not continues on the second page, then those window will be displayed on the first page.
    Please suggest me how do i achieve this functionality.
    Immediate response will be appreciated.
    Regards,
    ranjan

    Hi,
    use the Alternative  ( in that check for sy-pagno = 2). if the condition is true , then
    set a flag . Check if the flag is set in window. if so then display the window .
    Rewards points if it is useful
    Regards,
    Rani.

  • 7110 can only print 1 page at a time of 8 page document

    I have a new officejet7110. when i send an multipage document (pdf or dwg) it prints the first page fine, then the subsequent pages are 3/4 printed and 1/4 blank. how to send a multipage doc to print all at once?
    This question was solved.
    View Solution.

    Hello MarinArchitect,
    Welcome to the HP Forums.
    I see that you are having a few printing issues.
    I would very much like to assist you with these issues however I will need to know some information before we can get to any troubleshooting steps.
    Is the printer connected to the computer with a USB cable, Wireless or Either net connection?
    Which Operating System you are running?
    Which Windows Operating System am I running?
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    What program are you attempting to use when printing?
    Have you attempted to do a multiple page copy and if so did you have the same results?
    Write me back when you have time and I will be more than happy to help.
    I do suggest that you please make sure that you have the printer power cable connected directly to a wall outlet and not a power bar/strip. Here is a document that uses a LaserJet printer as an example but it is meant for HP products in general. Please click on the following link that explains the Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
    Hope to hear from you soon.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • How not to print all the pages of a smartform? (for tr F150 - Dunning)

    Hi Forum
    We have the follow situation:
      For DUNNING (transaction F150) the user want stamp 3 diferents SMARTFORM.
       For the first time the transaction is executed is required only a list of documents, for the second time (via sample printout, indiv dunn notice or dunn history)  once the legal data of the customer is updated, the user wants the list of documents, a letter for the lawyers and a letter for the client, in the follows executions  (3 and up) the user can require only the list of documents or all smartforms (list and letters)
      Via customizing we can control the normal dunning and the legal dunnig, but once the client is in legal status the transaction create only the legal smarforms.
    We found  an user exit associated  EXIT_SAPF150D_001. in the F150 transaction, but is not complete, in sense that are failed some parameters .
      Another option is create an unique smartform with 3 pages where we can control the case for the print, but here is where we ask: How we can do to print a specific page of the smartform without print all of them (how can we print the 2nd and 3rd page without print the firs one) ??
    To control the 3rd execution, we can create a dictionary table with a flag .
    Thank you for your help

    You could create a report containing all the single reports in one using UNION. This report could be placed on a "hidden" page. The link for downloading that report you can place on your page. That should work.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    https://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494

  • How To Delete The Extra Page In Smartform Output

    Hi Friends,
    I am working wih Smarform..which displays P.O Details (Header and Item ) .
    Header Details in Template and Item Details in Table..
    I am trying to print 10 P.O ..for every P.O i kept New page command.
    So..finally i have to get 10 pages in output...instead i am getting 11 pages...
    How to delete the extra page ? Y i am getting this..
    please give helpful answers...
    Points will be given after get the answer.
    Thanks,
    Laxmi

    Hi,
    as someone else said. put the newpage command at the start.
    However with a condition that that it not happens at the first page.
    or
    Determine how many P.O.
    use a counter.
    If this counter is equal to number of P.O, then no newpage command.
    success.
    Gr., Frank

  • Hp officejet 4500 adf only scans one page at a time

    When I try to scan multiple pages with the adf, it will scan one page and stop - have to tell it each time to scan another page. I want separate files - but use to be able to scan several pages without stopping. Have downloaded the latest driver and still not sure what to do. Can anyone help?

    Hi JulesGreek,
    Welcome to the HP Forums!
    I understand that after recent upgrade and re-install, your scanner options do not list 'scan another page' as an option to scan multiple pages into one file. I am happy to help you with this scanning issue!
    For futher assistance, I will need to know the following information:
    The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number.
    If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
    If the printer is able to make copies by itself.
    If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well.
    Most likely you will need to uninstall and re-install the printer software after an upgrade.
    Hope to hear from you, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • C3100 scanner only scans one page at a time

    After recent upgrade and re-install, my scanner options do not list 'scan another page' as an option to scan multiple pages into one file.  Any ideas?

    Hi JulesGreek,
    Welcome to the HP Forums!
    I understand that after recent upgrade and re-install, your scanner options do not list 'scan another page' as an option to scan multiple pages into one file. I am happy to help you with this scanning issue!
    For futher assistance, I will need to know the following information:
    The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number.
    If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
    If the printer is able to make copies by itself.
    If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well.
    Most likely you will need to uninstall and re-install the printer software after an upgrade.
    Hope to hear from you, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • HP Laserjet Pro 200 color MFP skipping even pages when scanning

    my scanner skips ever other page when scanning. noticed other posts regarding a different model and wondering if there is a fix out there for the Laserjet Pro 200 MFP??? Please and Thank you!!

    Hi jbogda,
    I see by your post that the printer skips every other page when scanning. I can help you.
    Do you have the Laserjet Pro M276 printer?
    How Do I Find My Model Number or Product Number?
    I believe that you are scanning from the ADF, multiple pages and the feeder isn't pulling in the pages properly. Please clarify if I am incorrect.
    Make sure the printer is connected directly to a wall outlet. (don't use a power hub or a surge protector) This ensures the printer is receiving full power and may help this situation.
    I have provided a document with some steps to try to see if that will resolve the issue.
    'Document feeder mispick' Message Displays on the Control Panel and the ADF Does Not Pick Up Paper o... Disregard the title.
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Officejet 6500 e709a fails during multiple page scans

    I have an Officejet 6500 e709a that I've used for years. I'm running Windows 8.1 64 bit. Today it stopped scanning in the middle of a multi-page document and gave me this error code, 8, [(4, 0, -2147023170)]. It will scan one page with no problem, but after 3 to 5 pages I get the error.
    I restarted the program, restarted my computer and uninstalled/reinstalled HP Solutions Center. Nothing worked.
    Any ideas?

    Welcome to the forums Christopher!
    I read your post about the scanning problem you are now having with your Officejet 6500 model. I would first suggest running the Print and Scan Doctor and recycle your network devices, if you have the printer connected wireless or ethernet. If you have the printer connected USB, try a power reset.
    Power cycling the network devices:
    Turn off the printer and computer and unplug the router for 1 minute (do not press any buttons on the router).
    Plug the router back in and wait another minute, next turn on the printer and computer.
    Power reset:
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    Ensure the printer is plugged in directly to the wall outlet, avoiding power bars and surge protectors. This ensures the printer is receiving full power and may help greatly.
    Please let me know the results!
    Have a great day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • LaserJet Pro 200 color MFP M276nw prints image shifted 1/2" from top of page.

    When printing any report, diagnostic or form from the machine system I get printed image shift approx. 1/2" from the top.
    Is there any adjustment that can be made to the MFP to center image?

    Hi @patrick22152, 
    I understand that when printing documents or a printer hardware self test, it shifts 1/2" from the top of the page. I can help you with this.
    Make sure the printer is connected directly to a wall outlet. (don't use a power hub or a surge protector) This ensures the printer is receiving full power and may help this situation.
    It sounds like the paper isn't feeding properly. Since you are having this issue with the hardware tests and printing from the computer. If it was just the computer, I would check the paper type selected in the print driver, to make sure it isn't set on the proper paper type and not the default unspecified paper.
    Try another type of paper to see if you get the same results.
    I have provided a document with some steps to try to see if that will resolve the issue.
    'Load Paper' Error Message Displays and the Printer Does Not Pick Up or Feed Paper.
    Disregard the title.
    Here is a example of how the Configuration Report should look like.
    Printing a Configuration Report.
    Run a cleaning page:
    From the Home screen, touch the Setup button.
    Touch the Service menu.
    Touch the Cleaning Page button.
    Load plain letter or A4 paper when you are prompted.
    Touch the OK button to begin the cleaning process.
    What size and kind of paper are you using?
    What operating system are you using? How to Find the Windows Edition and Version on Your Computer.
    How is the printer connected? (USB/Ethernet/Wireless)
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • HP Officejet Pro 8500 A909g - Streak down middle of the page during scanning only

    When scanning documents there is a black streak down the middle of the page.  I have already followed the help instruction to clean the glass, rollers, etc...  I have turned off the computer and the copier & then restarted.  I'm still having the same problem???

    Welcome to the HP Forums Bjoyful,
    I read your post, which indicates that you are getting a black streak down the middle of the page when scanning.
    I can help you with this.
    I would do a hard reset to see if that will resolve the issue.
    Leave the printer on and unplug the power cable from the printer and wall outlet for 60 seconds.
    Then reconnect the power cable to the printer and wall outlet rather than a surge protector.
    This ensures the printer is receiving full power and may help this situation. When scanning with a surge protector, it can cause the vertical lines.
    Just to make sure this is the document you followed to clean the glass and rollers, I have included it.
    Vertical Bands, Streaks, or Lines in a Copy, Fax, or Scan.
    Update the printer's firmware if you are still having issues. HP Officejet Pro 8500 Wireless All-in-One Printer - A909g Drivers.
    Do you get the black lines scanning from the glass and the ADF?
    If you need further assistance, let me know.
    Have a wonderful day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • HP OfficeJet Pro 8600 - The Really High Cost Per Page

    On February 6, 2014 I bought an HP OfficeJet Pro 8600 all-in-one, including the OPTIONAL tray 2.
    I use it in my home office with five computers.  One is a new Apple MacBook Pro OS 10.9.5, another is a three year old HP Laptop on Windows 7, and another is a five year old Dell Desktop still on Windows XP.
    I bought the printer to . . . print.  I thought I might be a nice convenience to write business correspondence and print an envelope, without the need to change paper, or otherwise touch the printer until I was ready.
    The printer is advertised, even in the user manual and box, to be capable of 1200 dpi printing, even though it uses the below average PCL Print Driver and not Post Script.
    The printer works fine, but the HP driver and utility software must be written for a different printer.  If I put HP Inkjet 20# paper in tray 2, and #10 envelopes in a locked tray 1, I can print at the "best print setting" which still isn't great.  But it works.
    If I put HP Premium Presentation Paper 32# paper in tray 2 ($8.00 per 100 sheets), and the same quality #10 envelope in tray 1, the printer software loses it's mind.  It performs the same on all five computers.
    When I try to print a business letter and envelope the print driver and HP utility grays out tray 2, and it grays out the "best" print setting.  In short the only choice is NOT to use HP brand papers, or remove tray 2, print the business letters, and then remove the 8.5X11 HP Premium Paper, install envelopes, and print again.  Not what I had in mind.
    I've been in touch with HP as the printer is still under warranty.  They offered a replacement, that will have the same printer an utility problems, or to buy it back at $175.
    I bought the original printer for $249, tray 2 for $125, and 5 XL print cartridges for $149.  That is a total of $588.  If I sell it back to HP check out the cost per page.  At $588 - $175 = $413/2742 total pages = 15 cents a page!  Owch!!!
    There is nothing wrong with the printer as such.  The problem is the HP Utility and Driver.  When did HP stop using a traditional warranty, and give pennies on the dollar, when they clearly have a software problem, they refuse to fix?

    Hi there @Oceankey , welcome to the forums
    I understand your Officejet 8600 is no longer copying an entire page from the scanner bed.
    I am unsure of which troubleshooting steps you have tried for this problem however, I would suggest updating the firmware (if needed), power resetting the printer and to ensure the printer is plugged in directly to the wall outlet, avoiding power bars and surge protectors. This ensures the printer is receiving full power and may help greatly.
    Getting the Latest Firmware and Product Updates
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    If the troubleshooting does not help resolve your issue, I would then suggest calling HP's Technical Support to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions: click here.
    Have a wonderful day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Last page doesn't print correctly on 2 page 2 copy Windows 8.1 Wireless printing to HP4630

    On Windows 8.1, when printing 2 copies of a 2 page document (any application) the last page of the last copy fails to print completely (sometimes half a page) or fails to print at all.  It doesn't matter whether I am printing one sided ot two sided.
    A blue alert box is displayed on the desktop with the message "Error printing on HP Officejet 4630 series... The printer couldn't print <file name>"
    When I monitor the printing ("See what's printing"), the job disappears in the monitor just before the error message shows up. There is no indication in the monitor of any printing problem.
    I've looked everywhere and can find no event logs that show this error. 
    Windows is totally up to date.  The latest HP drivers are installed. 
    All attempts to use the various troubleshooting buttons in windows and the driver discover no problems.
    When I print the same exact report in the same way from Windows 7 it doesn't fail.
    I've tried it on 2 different 4630s on the same Windows 8.1computer with the same results. 
    Even though this appears to be a unique problem when printing from Windows 8.1, I need to get help finding out the exact nature of the problem and the error message.

    Hi there @FrankCF , and welcome to the HP Forums!
    I see you're running into print issues.  I would like to help.
    Does this issue occur when making a copy from the machine?
    I would suggest performing a power reset.  Disconnect the power cord from the printer and the power outlet, then wait 60 seconds. After 60 seconds, plug the printer back in. Ensure you plug the printer directly to a wall outlet. Make sure to bypass any sort of surge protector or power bar.
    I would then recommend downloading and running the HP Print and Scan Doctor.
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

Maybe you are looking for

  • Not able to set the value in marketing context node for BP_HEAD

    Hi, I am trying to set the value in marketing node of BP_HEAD from bp_addr component. i am calling the set_property method but it is not changing the value, when i debugg the code, it actually changing the value in bol structure but it is not calling

  • Flex sdk incremental build will lose swc information

    I have a mxmlc ant task job like this         <mxmlc          file="${trunk_dir}/main/src/main.mxml"         output="${local_tmp}/app/bin/main.swf"                   >                 <load-config filename="${basedir}/flex-config-sea.xml"/>          

  • Replication of Custom Include IS-U to CRM

    Hello gents! CRM 4.0 WebClient, IS-U 4.72. Currently custom fields where added to the technical objects in ISU. I am currently facing the following problem. A custom include was added into the IFLOT table (Functional Location) in IS-U. It appears on

  • Export out of sync, plays fine in FCP

    I'm working on a short movie for a class I'm in, and everything shows up and plays fine when open the file in Final Cut, but for some reason, it doesn't want to export properly. Whenever I export, no matter what settings I've chosen, the audio and vi

  • Gettine error when importing .docx form into LiveCycle

    I'm getting an error in LiveCycle Designer 8.21 when I attempt to open a form that a co-worker created as a .docx form with text fields and select boxes. Every time I get the alert that "Word (version XP or onwards) could not be found on the machine"