Need to Print "Terms and conditions" on every back side of the page

Hi All,
i have requirement like need to print "Terms and Conditions" text on every back side of page using adobe form.
i have tried options like created created 4 pages in master page and defined flow content page1->page3, page2->page4(terms and conditions). but when we execute less items of the billing number got the 3 pages i.e page1 having item data, remaining 2 pages displays the  "terms and conditions" text.
if any worked on the same kind of requirement please let me know and it would be great helpful to me.
Thanks,
Ramana

Hi,
One of the option is that you can create 3 pages in the Smartforms, e.g. A, B and C.
A has print mode "D" (duplex) and next page "B"
B has print mode " " (unchanged) and next page "A"
C has print mode " " (unchanged) and next page " " (blank)
B and C do not have a MAIN window - they just contain the Terms & Conditions  in a secondary window.
At the end of the MAIN window on page A, insert the command NEW PAGE <C>.
This will give you a print out that will be in a sequence
A,B,A,B,...A,B,A,C.
Regards,
PP

Similar Messages

  • Printing Terms and Conditions for each Purchase order in the RDF output

    Hi All,
    Present i have an RDF report with the registered concurrent program. when i run this concurrent program i am getting the terms and conditions at the end of the purchase orders only once(for example 10 purchase orders). Now the requirement is to get this terms and conditions printed for each purchase order. The output is in PDF format. It's an 11i RDF report. Can any one suggest me the methods how to do this? Please give me reply as soon as possible.
    Thankyou in advance
    Regards,
    Polimera

    Hi, Polimera
    Welcome to OTN
    Present i have an RDF report with the registered concurrent program. when i run this concurrent program i am getting the terms and conditions at the end of the purchase orders only once(for example 10 purchase orders). Now the requirement is to get this terms and conditions printed for each purchase order. The output is in PDF format. It's an 11i RDF report. Can any one suggest me the methods how to do this? Please give me reply as soon as possible.
    Take a fixed frame inside the purchase order master repeating frame and place your terms and condition inside the fixed frame.
    Hope this helps
    If someone response is helpful or correct, please mark is accordingly

  • How to print terms and cond of a PO in a fresh page in smartforms??

    hi All,
    My requirement is as follows...
    i need to print terms and conditions of a purchase order after the main window and the amount has been printed. the terms and conditions should be in a fresh page. i.e if the line items items and the amounts window occupies two pages. then terms and conditions should be printed on a fresh page i.e 3. the terms and conditins are many so it will occupy a full page. how do i call this page after all line items are printed??
    Any pointers reg this would be highly appreciated.
    Regards,
    Sreekanth.

    Hi,
    do the following steps:
    1.Create a New Page for Terms & Conditions (lets say Page3).
    2.First u describe the no of lines in your Internal table into a variable.
    3.In the LOOP create a counter & increase the counter for every line. also create another variable to set the flag when the Counter reaches the no of lines in internal table.
    4.Now, write a condition in Program lines if Counter =  No of Lines in internal table, set the flag variable to 'X'.
    5.Now create a condition on Page, IF FLAG = 'X', GO TO PAGE 3.
    Eg:
    DATA : gv_counter TYPE i,
               gv_lines TYPE i,
               gv_flag.
    describe table itab lines gv_lines.
    LOOP AT itab.
       clear : gv_flag.
       gv_counter = gv_counter + 1.
       IF gv_counter = gv_lines.
          gv_flag = 'X'.
          clear : gv_counter.
       ENDIF.
    Now U create a COMMAND in LOOP, Go to New Page (Give Page3) and conditions tab (write gv_flag = 'X').
    endloop.
    Hope it solves!!
    Rgds,
    Pavan

  • Print Terms and conditions on Back side in Smart Forms

    Hi All,
    How can we print Terms and conditions on back side of last page. we are using SAP Smart Forms to print Packing Slips now we need to print the terms and conditions on back side of last page. who can we do this ... ?
    I have created 2 pages first page and Last page i have selected last page as  next page for First page and  vice vis and selected duplex printing for first page print option.
    Now the problem is the terms and conditions are printed on all the pages but not on the last page. for example if i have 5 pages then all the 4  pages are printed on front and back but the last page(5) is printed only on the front side but not on the back and if we print only 1 page then only front page is printed and no back side is printed.
    please let me know what else need to be done in order to print the terms and conditions on the back side of last page.
    Thanks,
    Praveen Chindam.

    Hi,
    There is quite a simple solution. We have exactly the same requirements for our invoices.
    Create 3 pages in the Smartforms, e.g. FRONT, BACK and LAST.
    FRONT has print mode "D" (duplex) and next page "BACK"
    BACK has print mode " " (unchanged) and next page "FRONT"
    LAST has print mode " " (unchanged) and next page " " (blank)
    BACK and LAST are identical apart from that, and do not have a MAIN window - they just contain the T&C in a secondary window.
    At the very end of the MAIN window on the page FRONT, insert the command NEW PAGE <LAST>.
    This will give you a print out that is
    FRONT, BACK, FRONT, BACK,....FRONT, BACK, FRONT, LAST.

  • Printing terms and conditions for a report in last page

    Hi all,
    I am facing a problem in reports 6i, I have PO printing Report with layout to be printed in two pages first part will be printed with po details, and for every po number after printing all the details for that purchase order, in the last page i have to print terms and conditions can any one help me out
    Regards
    Vizith

    Hello,
    You should post also the report type (Tabular, Group..etc) you are trying to create also. Because without that like these type of requirement can not be suggested.
    I can only make guess that you are creating report as Group Above and group frame is for PO. Then just put your terms and conditions frame after the detail frame inside the group frame. Then it will print after completing the details for each PO.
    -Ammad

  • HT1904 I cannot access iTunes on my iPad. When I click the iTunes button, it shows terms and conditions and when I click the terms and conditions link, it takes me to the Internet and that is it. Kindly help.

    I cannot access iTunes on my iPad. When I click the iTunes button, it shows terms and conditions and when I click the terms and conditions link, it takes me to the Internet and that is it. Kindly help.

    If you are just seeing the Terms and Conditions link in the Downloads tab then that just means that there aren't any downloads waiting. If you want to browser the store then can are you not able to tap on the other tabs at the bottom of the app ?
    If you are looking for your downloaded and synced content then they won't be in the iTunes app (that is just the store)  - your music, audiobooks and audio podcasts will be in the Music app and your films and tv shows in the Videos app.

  • Printing text in back side of the page in sap script

    hi everybody,
      I had a problem on printing the terms and conditions of purchase order delivery in the back side of page in sapscript.
      plz help me by solving this,
      Thanks in advance
    sudheer

    HI,
    Welcome to SDN..
    Use DUPLEX mode in script form.
    <b>Goto Pages in Script and in Print Attributes try Print mode 'D'</b>
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/90/78f07e030211d399b90000e83dd9fc/frameset.htm
    http://solutions.brother.com/Library/pdf/SAP_install_latest.pdf
    Regards
    SAB

  • ADOBE Form printing terms and conditions back side of first page only.

    Hi ,
    Please let me know how to print only on first page back side in the adobe. I have multiple pages data flow. But i have to print Conditions on the back side of first page only.
    Thnaks in advance.
    Hema.

    Hello Hema,
    Create a master page set.  One for front page and other for back page.
    Make your hierarchy as Front Page - Oddpages
    Back page - Even Pages
    in placement options use, for first page only.
    Thanks,
    Rakesh

  • Can't get past Change in Terms and Conditions when trying to download from the App store

    So, I noticed that this was a problem back in 2012, and was somehow resolved, but I am experiencing it now on my Macbook Pro. When I try to download and app, a window pops up stating that Apple has changed its terms and conditions and that I need to agree to them. So I scroll through, open to full frame in order to check the agree box, and nothing happens. Is there another box I am missing? Should I be redirected to another screen? When I click back to purchase, it asks me again to read the terms and conditions.
    This same thing happened on my iphone 5, but when I clicked agree, it asked me a few more times, but then allowed me to continue with updates.

    Apple servers are overloaded with the release of iOS 7.

  • Printing Terms and Conditions on last page of invoice

    Hi All,
    I am generating receivables invoices in PDF format from Oracle EBS R12i using BIP 5.6.3.
    I have a requirement to print T&Cs separately on the last page of each invoice so that:
    1. Regular invoice header and footer information do print on T&Cs page
    2. Page count on invoice should not T&C page. Example, if there are 3 pages in an invoice where first 2 are for transaction details and third for T&C then page count should display only as page 1 and 2 as "Page 1 of 2" and Page "2 of 2" (not as "Page 1 of 3", "Page 2 of 3" and "Page 3 of 3")
    Also I seen following thread on this forum but unfortunately its inconclusive:
    Printing Terms & Conditions page for Purchase Orders
    I would appreciate if you someone can throw in bright ideas about how this can be achieved.
    br

    I also have similar issue printing POs. I have followed the steps of Tim - http://blogs.oracle.com/xmlpublisher/2007/10/here_are_my_terms_conditions.html but the T&C page is being counted in the page total.
    Any idea to fix this issue? Thanks in advance.

  • HT4528 getting popup need to review new terms and conditions for icloud on the iPhone 5s

    Getting a pop up when Iphone is activated that there are new icloud terms and conditions usually happens back to back and if on for a few minutes it pops back up.  Gives options to view terms or not now.  IF view now is selected it takes me to icloud settings but no way to view terms.  Need to figure out what is happening and how to clear from phone. Thanks in advance

    None of these things work for me, I'm so stuck!
    I updated to iOS7 this afternoon, before doing so I backed everything up and cleared off a bunch of photo's so I had space. Everything had been working fine.
    A few months ago I'd updated my apple ID to my new email address and it had worked fine. Now, my old email is my Apple ID and it won't let me rest it (my DOB is apparently wrong and there is no email address it's now connected to). My iTunes is connected to the correct account but the iCloud ID is still the wrong one.
    I've tried the 'find my friends' app and it gave me new T&C's but still, the old apple ID
    I've tried the restrictions, but that didn't work either
    I can't restore the phone until 'find my iPhone' is off, but I can't log in to do that
    IT'S LIKE A TERRIBLE CYCLE OF STUPIDNESS
    Can anyone suggest anything before I thrrow this stupid phone at the wall??

  • Printing Procurement Terms and Conditions in custom BIP report

    We are developing a custom BIP report for printing Purchase Agreements. We created new Data model and a new report template that matches the customer's requirements. However, we are not able to print the Terms and conditions in this custom report.
    The custom report is placed in the Shared Folders/Custom/Procurement/Purchasing folder and we included the following code at the beginning of the custom report template -
    <?import: xdoxsl:///Procurement/Purchasing/prc_po_terms_and_conditions_sub.xsb?loc=${_XDOLOCALE}?>
    And at the end, where we want to print the Terms and Conditions, the following code -
    <xsl:apply-templates select=".//TermsAndConditions"/>
    But the Terms and conditions are not printed. Can someone please help out and point to me where the mistake is?
    Thanks
    Lakshmi

    I am not an expert on BIP and will ask a colleague to comment. Took a look at the documentation and noticed some small differences, not sure if these have any impact, but you could try them while waiting to triage the issue:
    The documentation does not have space in the import statement i.e. "import:xdoxsl" while your example has a space "import: xdoxsl"
    To render the content the documentation states to use "<?call-template:template_name?>"
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • HT4623 I updated my iphone 4S successfully. But now I get a message that says I need to accept the terms and conditions. When I select the Terms and Conditions, my phone is unable to locate them.

    I updated my iphone 4S successfully. But now I get a message that says I need to read and accept the Terms and Conditions. But when I select the Terms and Conditions, nothing appears but a message that says "cannot locate."

    Hi bondercin,
    Welcome to the Support Communities!
    The articles below may be able to help you with this issue.
    Click on the links to see more details and screenshots.
    Restart and / or reset your device
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    Check your settings for Safari -- enable cookies and turn off private browsing
    iPhone User Guide - Safari settings
    http://help.apple.com/iphone/7/#/iph3d7aa74dc
    Also, sign out of your iTunes Store account and sign back in:
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311?viewlocale=en_US
    This article provides additional troubleshooting steps for connecting to the iTunes Store:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Cheers,
    - Judy

  • My iPhone keeps reminding me that I need to agree to the new terms and conditions but I'm not sure how

    How do I agree to the new terms and conditions?

    Instead of just turning the phone off and on try a reset.
    Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Add terms and conditions on last page of PO using XSL-FO stylesheet

    Hi
    I need to add terms and conditions on last page of PO pdf. I have changed the values for profile options PO;Terms and Conditions Filename and PO: In file path to the file name and filepath of my terms and conditions txt file. Do I have to make any changes to the stylesheet for it to be printed on the last page? if so, what are the changes to be made?
    This is really urgent and I would appreciate any help.
    Thanks,
    Sharmila

    Hi,
    In main window &next-page&  eq 0. condition does not work . 
    even &page& eq &formpages& may not work out not sure.So what you need to do is.
    In the print program
    just describe your internal table say lines v_lines
    and in the loop put one count varaible say v_count
    then in the script put condition as below.
    if v_count eq v_lines.
    /:NEW-PAGE pagename  ( say last)
    endif.
    Reward points if useful.
    Regards,
    Nageswar

Maybe you are looking for