How do u get New page in Smart form dynamically

How do u get New page in Smart form dynamically

page break in smart form
Re: New Page in Smart Forms
Page break inside a loop  in smart form

Similar Messages

  • How to print different  header & item data in new pages using smart forms.

    Hi,
    In smart forms I am trying to print header data & their item data. But there are more than one header data for a given input.
    I want to print all the different header data with their item data in new pages using smart forms. Can any one please help to solve the issue.. Its very urgent for me..
    Regards,
    Brajesh

    Hi
    U need to use control break statements to acheive ur requirement.
    Regards,
    Priya

  • How to know no of pages in smart forms to be printed ?

    Hi,
         How to know no of pages in smart forms to be printed ?
    though i got SFSY structure during run time of smartform , even that was not useful.
    &SFSY-FORMPAGES&
    Displays the total number of pages for the currently processed form. This  allows you to include texts such as'Page x of y' into your output.
    for that Page &SFSY-PAGE& of &SFSY-FORMPAGES&
    during debug of smart form i don't  understand how it is calculating no of pages  ,as i kept break point before printing page no in smart form.
    please check my  two screen shots, sfsy-formpage still contains current page no only but not total no of pages.
    Help Required.
    Thanks In advance.

    Hi Prakash,
    You will not get these values during debugging.. Let the program execute completely, you will get the right values.
    As Manish said, the value for &SFSY-FORMPAGES& will be known only after all the pages are processed, though it is not necessary that you use them in the final window only. It can be a text node in a window of any type.
    You will get the desired output, just cant see them during debugging within the program. At the time of printing or in the print review, output would be as expected.
    Also, FYI, it would be better to give total pages as &SFSY-FORMPAGES(3ZC)&  as there can be error if the total number of pages exceeds 9, due to lack of sufficient space to print more digits

  • How do I get new pages in new tabs to automatically go the same setting as my home page? Google is my home page, and I want the opening in new tabs to default to Google also.

    Whenever I open a new tab, I want the new page to open to the same setting as my Home Page (in my case, Google). Instead it takes me to Bing. Even my Home Page reverts to Bing after I've set it to Google.

    The default New Tab in Firefox is a blank page and there is no built-in option to change that.
    *CTRL+left-click the Home icon will open a new tab to your set home page.
    **See --> http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    *This Add-on will open a new tab when clicking the new tab "+" icon (or when clicking New Tab from the menu) to whatever page you set in the options for the add-on:
    **'''''New TabURL''''': https://addons.mozilla.org/en-US/firefox/addon/newtaburl/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How to supress a blank page in smart forms

    Hi,
    I am using a command in Smartforms to trigger a new page whenever a new BELNR(Accounting document). My problem is in the output i am getting a first page is blank and remaining pages are ok.
    What i did Is In conditions tab i written as temp NE belnr. So first time temp is nothing so blank page is coming. and in the following text elements i am passing a belnr value to the temp.
    Temp = belnr and in general attributes go to new page check box has been activated. Then how to supress a blnk page.
    Regards
    Ramakrishna .P

    Hi,
    I am not using loop.
    In main window i have the contents as
    Header---- Headers for table
    Main Area---- text elements ( i have fileds slno, belnr,glaccount,cost center,gtext,description,dmbtr,wrbtr)
    In belnr field i have created the command there i am comparing the condition temp ne Belnr and go to new page on conditions tab
    wrbtr text element i am passing the g_temp =belnr
    My requirement is whenever new belnr comes new page has to trigger and corresponding gl accounts need to be displayed and end of the belnr i want to display the footer.
    For your information passing the belnr values from the print program (select options) to smart form
    Footer---footer

  • **To branch to a new page in Smart forms after main window**

    I have three pages where on second pages main window so my data many be carry on next 3, 4, pages and my requirement is to display  data(like notes ) on last page after all contain of main window .that last  third page is different formatting on basis of company code lets 10 different pages. On second page in main window I write u2018commandu2019 and General Attributes, Tick Go to new page in. On the Determine the new page using the list box next to the checkbox. The output of the main window will continues on the new page of third pages. I did this for my all company like (command for 10 , command for 11u2026.).BUT also on second page option of next page in General Attributes. Where in can maintain next pages entry is single...if I put blank the error comesu2026thingu2019s 1) what should I have to maintain in second page for next page.
    2) how I get data from multiple page design (I design 10 pages from that I want one should display):- I used condition option in command for company still getting error .
    So kindly help me  for such scenario.
    Edited by: nshahare on Aug 5, 2011 4:07 PM

    Hi nshahare ,
    Format the way you have asked the question, It is highly unclear what issue you are facing.
    Be clear, be cool and then post(edit) the question again. we are here to help you.
    BR
    Dep

  • How to make a last page in Smart Forms

    Hi,
    I'm using 2 pages in my form, the first one (PAGE1) has a main window and prints out a table. The "next page" goes to PAGE1 since i dont know how many results i get.
    Then I have a second page (PAGE2) without a main window, that prints out a text-module containing terms & conditions.
    The problem is that when i run it, only PAGE1 is displayed.
    How can i call PAGE2?

    Thank you so much Sasi, that solved it.
    I was going nuts about this.
    Best regards
    BTW: Right now there seem to be no way of rewarding points to you. Those options are missing on my screen.

  • New page in smart form when displaying internal table data in table

    Hi ,
    My requirement in smartform is like
    I'm using the tables to display the internal table data in main window .
    based on SORTF field in the internal table ,when SORTF field value changes all the related to that SORTF value should be displayind in the new page.
    Please anybody tell me that , how to do this?
    Thanks
    Naveen

    Hi Navi,
        Try this Logic.
    1) Go to Smartform,
    2) Declare a flag variable w_flag type c
    3)Go to Main Window
       a) Go to table
       b) Create one more Table Line
       c) Create a CODE Line in that.
           write inside CODE  as Below:-
                 CLEAR: w_flag.
                 ON CHANGE OF w_final-sortf.
                   w_flag  = 'X'.
                  ENDON.
       d) Create one COMMAND Under CODE line created above.
           click on check Box "Go to New Page"  ( Page1 or Page2 or give as reqd ).
           click on conditions tabe of COMMAND
           write: w_flag = 'X'.
    Hope this will work
    Reward Points if Useful
    regards
    Avi.............

  • How to deal with multiple pages of smart forms

    Hi everyone,
       i have two pages in smartforms but whenever i show smart form through my program only first page is shown not the second one. i tried with next page attribute of both pages but no resolution.
    thanks alot in advance

    Which solution did you choose ?
    (1) main window on the two pages
    - The first page contains the main window, and its next-page attribute is the second page
    - The second contains the main windows, and its next-page attribute is itself
    - The main windows
    - - Begins with nodes to print on first page
    - - Then a command node force end-of-page
    - - Then some nodes and a table node that are to be printed on second page
    (2) main window only on second page
    - The first page do not contain the main window, and its next-page attribute is the second page
    - The second contains the main windows, and its next-page attribute is itself
    - The main windows
    - - Some nodes and a table node that are to be printed on second page
    Regards,
    Raymond

  • New page in smart forms

    Hi,
           I have requirement of displaying each record of an internal table on individual pages.When iam trying to include command line inside the main of table its giving error saying explicit page breaks not allowed.Any pointers regarding this plzzz.
    Thanks and Regards,
    Rajashree

    Hi Rajashree,
    I have just tried the same on our system without any problem. How did you exactly define your page break?
    Regards,
    John.

  • Repeat Line item prints on every new page of smart form of Service PO

    Dear Sir,
    I am  facing following Problem & need abaper help.
    example:-
    PO type is Service
    Line item 10.  Transportation  1  AU
      under this activities
              01.  Transportaion by Tree wheeler 3 Rs/ KM
              02.  Transportaion by Four wheeler 8 Rs/ KM
              03.  Transportaion by Heavy vehical 10 Rs/ KM
    Line item 20      Errection     1 AU
    Sub services are,
            01. Errection of Boiler   200 RS/Hr
    Like this way
    Now I am seeing Print Preeview
    Suppose line item 20 come in second page , in this case system copies sub services of firs line item
    example : - system shows line item 20 in second page as shown below which is wrong.
    Line item 20      Errection     1 AU
               01.  Transportaion by Tree wheeler 3 Rs/ KM
              02.  Transportaion by Four wheeler 8 Rs/ KM
              03.  Transportaion by Heavy vehical 10 Rs/ KM
    Pls, suggest where I need to change.
    Regards,
    Ravi

    hi ,
    i think you are not clearing the Barcode variable once it has printed.
    try declaring the variable like this in smartform,
    BARCODE     TYPE     CHAR24
    when one loop excecutes .and end of loop  in command line clear this variable.
    thanks & regards,
    kat.

  • How to Supress the Second Page in Smart form

    Hi,
      I have First page where there is no Main Window and on the Second page is with Main Window.Now lets say if there is item detais then vlaue will be printed on second page but in case there is no Item details so..the second page should not come only the first page would appear i.e. we need ot supress this second page.
    Thanks,
    Pramod

    Hi
    just use the command Describe table ITAB lines v_lines.
    so v_lines <> 0  means items Exist.
    so use this field in the condition
    Define a Text ELEMENT for the MAIN window data
    Before that text element put a condition based on the v_lines field.
    /:  IF V_LINES NE 0.
    /E MAIN
    /:  ENDIF
    So when you give print , if no data in internal table it won't print.
    Reward points for useful Answers
    Regards
    Anji

  • How to I get new tabs to open to the correct home page?

    When I open new tabs they just go to a Google Search page, which is very frustrating, especially when I open a new tab and try to type in the URL bar but as soon as it finishes loading Google it blanks out what I typed in and goes to the Google site. In other words, "blank" new tabs do not open to the Favorites page or even my home page. They open to Google. How do I change that? In other words, how do I get new tabs to stop opening to Google and start opening to either my home page or the Favorites screen? Thanks!

    You can modify the <b>browser.newtab.url</b> pref on the <b>about:config</b> page and set it to the desired page to open.
    *http://kb.mozillazine.org/about:config
    See also this article about the New Tab page (about:newtab):
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I am writing a book to be published.  how to i get my pages documents to PDF or JPG or something else that is at least 224 pixels per inch?

    i am writing a book to be published.  how do i get my "pages document" to a high definition level...at least 224 pixels per inch?  i can get to 150 ppi via preview to JPG, but that seems to be the best i can do with my new snow leopard imac.

    Hello Barbara,
    > i have text written in Pages and these need to be at least 224 ppi.
    i also have photo collages that were created in Pages and also need to be at least 224 ppi.
    the book has about 60 pages of photo collages and about 30 pages of text.
    If you want to print using a digital press or an offset lithographic press at high resolution, then you typography is resolution independent but your photography is not. In other words, you must embed into your Pages document the images in the resolution that is right for rendering in the high resolution raster image processor.
    Raster image processors will as a rule of thumb produce good quality detail if you embed photographs with 300 dot per inch resolution. Because raster image processors differ in how they reproduce detail, and because this information is generally not public a rule of thumb principle is applied in preparing the page description for printing.
    By default, if you use colour transparency in your work, the system graphics service will detect this and save out PDF 1.4 automatically. However, not all raster image processors have PDF frontends that accept PDF 1.4. For this reason, there is a fallback which you must set up yourself.
    If the receiving raster image processor does not have a PDF frontend that accepts PDF 1.4, you have to manually enter the resolution at which the transparency will be rendered. The system graphics service will then render the resolution for you and save out what it technically termed a 'flattended PDF'.
    Alternatively, if you don't want to work with the Apple ColorSync Utility yourself, you can send your PDF 1.4 with resolution independent transparency to a prepress operator who will then use specialised software to render the resolution for the specifics of the service he or she is selling you.
    If you want to work with the prepress interface in system graphics services, then below is a link to summary on setting up the ColorSync Utility for ISO 15930-3:2002 PDF/X-3. This passes prepress preflight testing in Adobe Acrobat Professional 6.0.1 (the first version that tested for PDF/X-3).
    /hh
    Reference
    https://discussions.apple.com/thread/2738092?threadID=2738092&tstart=0

  • Only the first page is printed reduced as setup. All pages afterward are full size with information cut off. Recent problem. Can print from Safari just fine. How can I get all pages to be reduced size?

    Question
    Printing internet pages
    Reduced print size
    Only the first page is reduced and printed as desired
    All pages after the first page are full size with information cut off
    Recent problem never seen before
    Can print from Safari and other software just fine
    How can I get all pages to be reduced size?

    One suggestion worked from the Firefox prints incorrectly link mentioned above by mha007. I'm thrilled since this has been annoying me for weeks. Thanks mha007!
    Reset all Firefox printer settings
    # Open your profile folder:
    # On the menu bar, click on the Help menu and select Troubleshooting Information. The Troubleshooting Information tab will open.
    # Under the Application Basics section, click on Show in Finder. A window with your profile folder will open.
    # Note: If you are unable to open or use Firefox, follow the instructions in Finding your profile without opening Firefox.
    # On the menu bar, click on the Firefox menu and select Quit Firefox.
    # In your profile folder, copy the prefs.js file to another folder to make a backup of it.
    # Open the original prefs.js file in a text editor (such as TextEdit).
    # Remove all lines in prefs.js that start with print. and save the file.
    # If something goes wrong when you open Firefox, close it again and overwrite prefs.js with the backup you made.

Maybe you are looking for

  • WLS 8.1 hanging when using XA

    I am having an issue with BEA 8.1 hanging when using XA. I have configured it on several other Windows 2000 machines and not seen an issue. This particular machine seems to hang and then give a time out error. ANy suggestions would be appreciated. Be

  • File2File scenario is not working

    Hi, I configured the File to File scenario which has given in the Weblog. I done exactly the way in the weblog and activated everything. But the scenario is executed, I have checked in the message monitoring no messages in it. My File Adopter spoolin

  • BCS Balance carryforwrd

    When I execute the balance carryforward in the first period of new year, it executes the function and shows the log for executed data. When I check it in list cube for the period in which it the balance carry data is available, the period cell is bla

  • Apple Mail 6.0 In Box now includes messages moved to other folders

    All Mail converstions with the same subject appear with a new message in my In Box eventhough many of those emails with the same subject have been moved to another Mail Box.  For example, I use Salesforce.  Thoughout the day I will receive emails wit

  • Speed issue when using Airport Express

    Hello. I have had an ongoing battle recently with Internet download speeds. I connect my iMac to my Airport Express. iMac has Firewall ON. When I connect this way, I get slow connection / download speeds. The file I am using in this example is the MS