Linking 3 pages in a smart form.

Hi!
I have created a smartform with about 5 tables in the main window. I need three copies of the same form with only the signatories at the bottom changing. U can say the last two rows of the last window in the smart form. Rest everything will be exactly the same. I created two pages and copied the details from the first page. Just the last window I have freshly created on each page. Now I am not able to link the three pages. Please suggest.
thanks,

Hi,
To link the pages just do like this,
right click on your main window of firts page,
select create,
select flow logic,
select command,
here in general attribute tab enable go to new new page check box, in the input give the your second page name,
then for third page do same as above,
finaly save and activate.
seshu.

Similar Messages

  • How to achieve dynamic page break in Smart form

    Hi
              1.How to achieve dynamic page breaks in Smart forms.
               2.What are the various table types in Smart forms.
    Regards

    <i>Dynamic page break : </i>
    create a node of type COMMAND and in its attributes check "Go to new page".
    <i>There are Tables and Templates in smart forms :</i>
    Use node type <i>Template</i> to display a table whose layout and size (number of lines and columns) is determined before the runtime of the print program else use <i>Table</i>.
    Take a look at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf">SAP Smart Forms (BC-SRV-SCR)</a>
    Regards

  • PAge Numbers in Smart forms

    Hi,
    I m trying to print the total number of pages in the smart forms using the system field SFSY-FORMPAGES. This is showing from page 10 and in the previous pages it is shown as *. Kindly help me on this.
    Thanks.
    Ashok

    Hi,
    Maybe there is an issue in the display of the page number. Rather than passing the sfsy-formpages to the text element directly, declare a global variable, and assign it the sfsy-formpages. then use this variable in the text element.
    data: v_page like sfsy-formpages. "declare in global definition
    move: sfsy-page-formpages to v_page.
    Also, try increasing the width of the window displaying the page number.
    Regards,
    Zaheed

  • Tcode for creating new page size in smart forms

    dear friends ,
    can any one tell me the tcode for creating new page size in smart forms.
    thanks&regards
    veerachamy

    page formats?
    check in SPAD.
    Regards
    Prabh

  • Need Urgent help to control extra page (Last page) display in Smart forms

    Dear all,
    I have supplier data in Header and corresponding line item data in another internal table.
    I am passing both to my smart form. I am using loop in Main Window with both the internal tables linked with GUID field.
    I am having 2 problems with  smart form output.
    1. One more extra page is displaying at the end (With header and footer but without data).
    2. when Data in a particular page exceeds, Next page is not having Header and Footer..Only data is displaying without Header and Footer.
    Can any one help ...
    Regards,
    Srini

    Dear all,
    I have supplier data in Header and corresponding line item data in another internal table.
    I am passing both to my smart form. I am using loop in Main Window with both the internal tables linked with GUID field.
    I am having 2 problems with  smart form output.
    1. One more extra page is displaying at the end (With header and footer but without data).
    2. when Data in a particular page exceeds, Next page is not having Header and Footer..Only data is displaying without Header and Footer.
    Can any one help ...
    Regards,
    Srini

  • GRAND TOTAL SOULD BE DISPLAYED ON THE LOST PAGE OF THE SMART FORM

    Hi friend,
                    i calculated the grand total value in my smart form, i want to display it in a smartforms lost page only can any one help me pls.
    In my footer i gave the grand total in a separate line type and condition i gave only before end of main window check box activated but in every pages i got the grand total value.
    kindly any one help me to accuire the exact value.
    Thanks .
    M.S.Amirtharaj Vijay.

    HI Vijay,
    What Sowmya said is correct
    check the table SFSY
    and PAGENO holds current page no
    FORMPAGES holds all page numbers
    Check the condition like
    SFYS-FORMPAGES > SFSY-PAGENO
    or
    SFYS-PAGENO > SFSY-FORMPAGES
    any of above condition will work
    Thanks
    Surendra

  • Calling page 2 in Smart Form

    Hello all,
    I am trying to call Page 2 in my smart form. However the page doesnt get called at all.
    In general attributes for Page 1 i have kept Page to as Next page.
    In Main window Of page 1 I have created a COmmand .In genaral attributes of the Command I have check marked goto next page and pointed to Page 2 there also.
    My page 2 has a main window and a data windoow. Also page 2 points to itself.
    Is there anythingh else that needs to be taken care of when you point to page 2?
    Please let me know.
    Regards
    Dukhi

    Hi,
    I believe you need to specify another condition to the command used in the main window section to trigger a new page which is infact page 2.
    Moreover i believe in the main window of the page 1 there is not sufficient data so that it would spill over to the page 2.
    Regards,
    Ram

  • Problem in page break of smart forms

    Hi Gurus,
    I am using smart forms for printing on cheque.  What is the problem i am facing is i have three entries in my internal table which i am passing to the smart forms from my driver program. But In the output i am getting four print outs last one having the details of the previous one.
    My logic flows like this,
    I have used one loop for main window and have added the command for page break, and then I have read the values for the other windows. I have tried in many ways like counting the number of values in internal table and added that in command but its not working.
    Anybody please help me to fix the problem.
    Thanks in advance

    Hello friend,
    If you have a problem of getting one page printed in addition to the other pages then handle the situation as follows,
    Try to create a folder and handle this problem or create alternatives and put the page break commands inside it so that you can handle the situation by giving condition in the alternatives.
    If your problem still exists please revert back to me i will help you.
    Thanks,
    Sri Hari

  • Page No. in Smart forms

    Hi,
              I want to print some 30 records in smart forms with the key item as invoice number, in this for a particular invoice number say '4' and it has 20 item data, all these item data cannot be printed in a single page so they extend to second page and third page, now i want the page no for this to be printed as
    Page <current page> of <total page>. (for the respective invoice number)
    Page 1 of 3 (in first page of the invoice number 4)
    Page 2 of 3 (in second page of the invoice number 4)
    Page 3 of 3 ( in third page of the invoice number 4)
    and when the next invoice no say '5' is to be printed this has to be cleared and must be printed again based on the item data of that invoice.
    please help me in this.
    thanks,
    Sarath.C

    I dont now if this can be done but a little easier approach would be ibstead of passing all the Invoice numbers at the same time, u can call your FM inside a loop for each Invoice....
    This would solve the purpose..
    Thanks.

  • Page Break In Smart Forms

    Hello Expert,
              while print invoice form on continuous stationary first page comes accurate but the next page  print start  before the line .
    Thanks in Advance.
    Annasaheb.

    Hi
    References
    1) http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    2)http://www.sap-img.com/smartforms/smart-006.htm
    This will be of help to you.
    Regards
    Shan

  • How to print selected page no. with smart forms?

    Say hello to everybody,
        I just want to print page from 4-6 for example, how can I make it?
        I have a mothod that we can use T-code sp02 to print page 4-6, and it works.
        Is there any other way to make it? Such as setting some parameters for the function of smartforms? Any help, many thanks!

    Hi
    Printing of pages is controlled only after the generation of spool
    though we use the variables &SFSY-PAGE& for page number
    to display some data based on page condition, but for printing i think we can't put a condition based on this field.
    The way you are doing is the way to do/control page wise printing while printing the spool pages
    Reward points for useful Answers
    Regards
    Anji

  • Page breaks in smart form based on condition

    Dear all,
    I want to give a page break based on month in smartform.
    How can i do it.
    Thanks In advance.
    Regards
    satish.

    Hello,
    sorry for the delayed response,
    1. Please put MAIN window first in the hierarchy. Then if you have other type of windows in your SSF will come. This is done to avoid the extra page in the output.
    2. In the end of the the main window, you can create an 'Alternative' node type for page break to check the month where you need a page break, if true, you create a 'Command' node type under 'True'. In the general attributes of this 'Command' node you check the 'Go to New Page' Option.
    I assume that you are working on SAP 46C
    Let me know how this goes about. Hope this helps you.
    Best Regards, Murugesh AS
    Message was edited by: Murugesh Arcot

  • Changing the page size in smart form

    hi to all experts,
    im printing barcode of size 1x3 how can i change the page format from A4 size to 1x3

    hI,
    it is possible to create a new page format using tcode SPAD
    go to full administration from the applitool bar. go to device types tab
    1) create a page format
    2) under device type : include the page format in SWIN.
    now go to devices/servers tab
    1)create a new output device here. and use it in program.
    Edited by: kat k on Feb 25, 2009 9:46 AM

  • Page format for landscape page layout in smart forms

    Hi Guys,
    Please give the solution for which page format used for landscape layout used for creating smartforms.

    Hi Vinayak,
    Even though there are no specific page formats available for landscape layout, you can use a standard DINA4 page format and put the page as land scape layout. 
    This can be done in the Page's Out put Tab, there is an option Print Attributes in which you can select either Portrait format or Landscape format.
    Hope this will help you.
    Regards,
    Ajith V

  • How to adjust data in first and next pages in sap smart forms ?

    Hello,
    i am creating a purchase order and displaying it in a smartform. I have a main window in which i have a table listing the material details nested with item asscoiated with it. Underneath this table/main window, i have another window containing some 'special instructions'. And underneath this window i have another window which acts as a footer(signatures).
    Now what happens is that when i increase the no of items against a material in purchase order or input too many materials , my table gets cut and goes on to the next page ( which looks bad ).
    according to you what should i do ? or can i calculate or check the number of entries in the table and if they exceed the height of the main window, take the main window or the table to the next page(so that it doesnt get cut)   ??
    help needed ,, thanks....

    Hi,
    If the no. of line items are more then the data has to overflow into the next page. However, if the data is getting cut at the row level, meaning half of the data that belongs to the row is being split into two pages, then you can switch in the PAGE PROTECT mode at the line level.
    This will make sure that row is either completely displayed in the same page or the next page.
    Regards,
    Ravi
    Note : You have quite a few threads open, please mark all the helpful answers and close the threads if the questions are answered

Maybe you are looking for

  • Solution to connect iPhone 6p Bluetooth to your car

    I finally got my new iPhone 6plus to connect to my car. I have a 2014 Hyundai Santa Fe (hopefully, this solution may work for any car, but I dunno). In my Hyundai's bluetooth settings, I erased any and all phones that had been paired with the car. (A

  • Oracle 9i Database Configuration

    i am preparing for the OCA. however, after installing oracle 9i on a win2k server machine, i get error messages like "database is not an internal command, etc..." from the command prompt. also from the BIN prompt. could someone give the correct steps

  • Nokia Asha 200: third-party apps not connecting to...

    Please help, I can't access the internet with Opera Mini, eBuddy, Shazam and Nokia Store. The Nokia Browser, Chat, Mail, and Social apps work fine though. I'm using firmware 11.56, hope you can help...

  • In the process of installing the updated version (forced install)..​..

    While forcing the install of the device software in an attempt to get my phone working again, a pop up box came up that said "Application loader cannot connect to this device. Please reconnect device and if prompted, enter password". I am confused be

  • Ringing when making a call

    When I'm making a call I get a ringing(?) noise above the call. (Think of an oboe sound) it comes from the earpiece only and it's really annoying. I haven't updated or reset lately and I already restarted my phone several times. I know it's not from