Smart Forms - Final Window

HI,
Can any give explanation for my problem.
What is the Final Window in Smart Forms. What is the use of this.When we use this.
Thanks & Regards,
Kumar.

Hi Kumar,
Please check this link
/people/vinod.chandran/blog/2005/08/23/using-final-window-in-smartforms
The window types final window and copies window have the same characteristics as a secondary window. Final windows are processed only after all the nodes in the tree have been processed. Copies windows can be used to explicitly print a particular content only on the copy or only on the original.
You may want to display or query values on the first page that are determined only during processing. For example, you may want to name the grand total in the letter text of an invoice. However, this amount is determined only after listing all individual items. Or you may want to query on the first page within a condition the total number of pages, which the system calculates only after processing all pages.
In such a case, you use the final window: Processing first skips all windows of this type in the tree and works its way to the end of the tree. Only after the actual processing is finished, the final windows are processed in the order in which they appear in the tree (from top to bottom). Now any information is available that is known only at the end of the form processing.
Best regards,
raam

Similar Messages

  • Smart Forms - Main Window

    Hai,
    Is it possible to <b>Split the Main Window</b> say after 2 pages and have a text information and continue the main window. If yes, can you explain the steps.
    Thanks in Advance.....

    hi,
    you can create a table in the main window with border.
    after that table u can put your text and then again draw on table.
    reward points if you find it useful
    jigs

  • SMART FORMS- data from  internal table issue

    Hi ,
           I have a smart form in which I have to print three types of materials of Material Types say M1, M2 ,M3.
    In the SMART FORM,Main Window, I have created 3 TABLES for 3 types of Materials ie,
               TableM1,
               TableM2,
               TableM3.
    The internal tables to populate these TABLES are
    ( passing from Print program ).
                t_M1,
                t_M2,
                t_M3
    The Number of FIELDS vary in all the tables ,thats why I have created 3 internal tables for Diff Material Types.
    But only first TABLE is getting printed ie data inside TableM2, TableM3 are not getting printed.
    Can any SMARTFORM Gurus please let me know how I can solve this issue.
    Regards
    Avi

    Hi,
       Check whether you are mentioning any condition on the data. There are different possibilites of not getting printed. Like the way your displaying, data is in table.
    Can you please clearly mention how did you populated the internal table and kept the logic to print the values in the table. So that it problem would be  more clearly nown.
    Br,
    Laxmi

  • Smart forms-copies&final windows

    hi! please give me info on copies and final windows in smart forms with examples if possible.

    Hi,
    <b>Copies Window</b>
    Use
    You use the copies window to define an output area for the print output, whose content you want to appear either only on the copy or only on the original. This allows you to flag copies as copies when the form is printed.
    Prerequisites
    You use this window type only if you want to print copies of your form. In the spool dialog in the Number input field of the Copies group box enter the number of copies (including the original).
    Features
    You can determine where to print the inferior nodes of a copies window:
    Both on the original and on the copies ( Original and Copies )
    Only on the original ( Only Original )
    Only on the copies ( Only Copies )
    You can use the system fields SFSY-COPYCOUNT or SFSY-COPYCOUNT0 to query whether the current output is the original or, respectively, which number the copy has.
    Extras
    You frequently print a graphic on the copies to flag them as copies. If, independent of the copy, the graphic is always the same, SAP Smart Forms can buffer the graphic before printing the page and thus increase performance. To do this, you must flag the copies window accordingly:
    If you mark Identical Copies SAP Smart Forms buffers the output to increase performance. Within such a window, any queries of the system fields SFSY-COPYCOUNT or SFSY-COPYCOUNT0 have no effects.
    If you mark Different Copies SAP Smart Forms generates the contents again for each copy. You use this option if, for example, you want to number your copies consecutively (Copy 1, Copy 2, Copy 3, and so on).
    <b>Final Window</b>
    Use
    You may want to display or query values on the first page that are determined only during processing. For example, you may want to name the grand total in the letter text of an invoice. However, this amount is determined only after listing all individual items. Or you may want to query on the first page within a condition the total number of pages, which the system calculates only after processing all pages.
    In such a case, you use the final window: Processing first skips all windows of this type in the tree and works its way to the end of the tree. Only after the actual processing is finished, the final windows are processed in the order in which they appear in the tree (from top to bottom). Now any information is available that is known only at the end of the form processing.
    Integration
    As of Release 6.10 you can set this window type using a radio button on the General Attributes tab. For Releases 4.6C and 4.6D you must first upload a Support Package. Selection of this window type differs for these releases. For more information, refer to Note 359009 in SAPNet.
    Activities
    Create a window.
    To set the window type, use the Window Type list box on the General Attributes tab.
    For further details refere the smart form documentation...
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9b/e3b0d9c2a711d3b558006094192fe3/frameset.htm
    Thanks and Regards,
    Bharat Kumar Reddy.V

  • Smart forms- when i print a report it print main window data on same page

    hi,
    when i print a report it print main window data on same page .
    i.e. if data is more then one page then it shows data page wise on computer screen but when i print it print all data on same only one page by over wrriting .
    pl. help why it is happening
    i create page in page i set next page and in second page give first page.
    mukesh

    mukesh,
    what happened to this: smart form
    close that please.
    by the way,did you tried with what i suggested?
    lets say mainwindow in 1st page.
    copy the first page to second page.
    now.
    for 1st page: next page is : page2
    for page2: next page is also : page2

  • Copying from Sapscript to Smart form with d same windows

    I hav created my sapsccript till now i want to copy my sapscript windows n text elements n other attributes of that sapscript to smart forms.So please help me to copy sapscript to smart form,Please help me out.
    Thanks & regards
    santhosh kumar.

    check the link below it provides steps to convert sap scripts to smartforms
    http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf
    Check these threads.
    Smartforms -> sapscript
    Re: Convert SapScript to Smartforms ?
    Regards,
    Sooness

  • Smart form- How to apply page break after every 5 entries in main window?

    How do i make sure that only 5 line items are displayed per page in main window of my smart form. After 5 line items, the remaining lines should be printed in the next page

    Hi
    Pls check the link
    issue related to next page in smartform

  • Creating a pop window in smart forms runtime with text entry

    Dear Experts,
    I Need to Create a pop window ( in run time of smart forms ) in which the user can enter some text and that text needs to be populated in the smart forms ouput.
    i know that I can write code inside smart forms to do it.
    I dont know when where and what to done to achieve this functionality.
    Can any of you help me out in this scenario.
    WIth Thanks and Regards
    Ravishankar Vembu.

    HI
    Where u want to call this POPUP.
    u can call the popup in INITIALIZATION tab and in PROGRAM LINES also.
    eg.. create program lines--> call the FM
    data: V_SVAL type sy-ucomm.
    CALL FUNCTION 'ACE_POPUP_WITH_4_OPTIONS'
    IMPORTING
       ANSWER        = V_SVAL.
    when u call the smatform the popup will be displayed automatically
    Please Close this thread.. when u r problem is solved. Reward if Helpful
    Regards
    Naresh Reddy K

  • In smart form, can i create more than one main window,

    In smart form, can i create more than one main window,
    if no, then why?

    Hi,
    As for main window a page can have only one.
    You may have number of Variable windows
    Main window can only be one. One it can be copied to next page.
    but secondary window as many as u want.
    Reward if it helps..
    Regards,
    Omkar.

  • Smart forms - Dynamic sizing of the windows.

    Hi gurus, iam working on smartforms, i have a problem.
    My requirement is: Printing a table data on the smart form. Is the window which prints this table data is resized with the amount of table data, if so, what is the procedure i should follow for to print this data in the window.
    Please give me the steps to go with the above issue. iam new to smartforms. what is the size of the window i should give in the Form painter and what all the attributes i should declare.
    Plz give a detailed explanation..
    Regards,
    chaitanya

    Hi Chaitanya.
    I would like to suggest a few references,
    [SDN - Reference for Smart form - setting dynamic window height  |Smart form-setting dynamic window height;
    [SDN Library - Standard Reference - Dynamic Window Height - SMARTFORM Tutorial|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d937ec90-0201-0010-0ca8-b6cb3b6dd1ef]
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • Smart Form - Printing ouput in 2 columns - 2 main windows ?

    Hi All,
    I have a situation here to print the output in 2 column display.
    It has to work like 2 Main windows concept in SAP script.i.e,., Once the first column completes its printing ( reaches to end of page ) the printing should start from the begin of page of second column.
    In other words the 2 columns should work as 2 pages conceptually. But, they will be on same page.
    If this is SAP script I can do very easily by defining second main window and the text once over flows automatically populates to second main window.
    I found that second main window concept wont work the same in Smart Forms. If there is no second main window concepts, why is it allowing me to have more than my main window is a weird thing for me. It is not even throwing an warning while activating.
    Can anyone help me to achieve this 2 column printing? If you are sure that , it wont possible by Smart Forms please let me know that even.
    Thanks a lot in advance.
    Soujanya.K

    Hi All,
    I have a situation here to print the output in 2 column display.
    It has to work like 2 Main windows concept in SAP script.i.e,., Once the first column completes its printing ( reaches to end of page ) the control should start from the begin of page at second column.
    In other words the 2 columns should work as 2 pages conceptually. But, they will be on same page.
    If this is SAP script I can do very easily by defining second main window and the text once over flows automatically populates to second main window.
    I found that second main window concept wont work the same in Smart Forms. If there is no second main window concepts, why is it allowing me to have more than my main window is a weird thing for me. It is not even throwing an warning while activating.
    Can anyone help me to achieve this 2 column printing? If you are sure that , it wont possible by Smart Forms please let me know that even.
    Thanks a lot in advance.
    Soujanya.K

  • Smart form in another window

    Hi all,
    Can it be possible to display Smart Form in another window rather than main screen (screen of report calling to that smart form).
    please let me know.
    regards,
    vikas.

    TO call a Smartform, we have to call its corresponding F/M.
    Here what you can do is, before calling this F/M, set a custom screen and Call that screen first. (say, Call Screen 9000)
    Then in the PBO of that screen 9000, call the Smartform F/M.
    Do let me know if this worked for you.
    Pranjal.
    Edited by: Pranjal Gadkari on Apr 24, 2008 9:48 AM

  • Smart form-setting dynamic window height

    Hi all,
    I am new to smart-forms.My requirement is the set the height of the window to dyamic.How do I do that ?
    Your ideas are appreciated and will be rewarded.
    Thanks,
    Stock.

    Hi,
    You can't keep the Window Height dynamic in Smartforms. It's not possible.
    Regards,
    Anji

  • Header window vbeln is not changing in smart forms

    Hi Guru's,
    I am working in smart forms . I have to print Challan No in right side of each page. I take separe Header window in that i am printing the Challen No. in first page it was comming correctly but in second page I am getting the first page challen no.How to get the changed Challen value in other pages also will u please any body guide me.
    Thanks,
    Santhosh
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Apr 28, 2011 5:49 PM

    Hi santosh,
    I hope you are triggering new page based on challan no. So just assign the same challan value to a variable and in the text element display this variable.
    Hope this will help you to resolve the issue & close the thread.
    BR,
    Vinit

  • In produstion one window in smart form is not getting displayed

    hello everyone,
    i had created one smartform report,
    its getting executed on development,
    but on production only one window not getting displayed,rest of the windows are displaying.
    can you give me some suggestions so i can make changes in smartforms.
    thaking ya
    chitra

    First check for window conditions
    which window is not displaying secondary window or copies window or Final window or address window
    and tell me the clearly

Maybe you are looking for

  • Excise and Non Excise Warehouse

    Hi Friends,                         We are receiving the same material, sometimes cenvatable to cenvatable stores and some times non cenvatable to non cenvatable store. when I need it in cenvatable store, then I have to transfer from non cenvatable a

  • Master Page Editing in Sharerpoint 2013

    I want to add a Clickable image next to  . This is what I have tried so far; 1. downloaded seattle.html and seattle.master. 2. Renamed to seattle custom.html and tried to edit it, but the suite bar branding Delegate is not present in the Html file 3.

  • Single File to multiple IDoc

    I am working on single XML file input to multiple IDoc scenario. Single file contains multiple set of data for Customer and Vendor for example 20 Customer and 40 vendor together in one file between <CMData>...</CMdata> tag individually. I have to map

  • App Designer issue every thing(eg-gird, checkbox,edit box etc) is flickring

    Hi Gurus, I am using application designer version 8.50 from vmware. When I open a particular page every thing inside it start flickring in small interval. Can any one face this issue or any idea about the root cause of the issue. I tried to reinstall

  • Animated Wall Papers

    Does anyone know if there is a way to use animated wallpapers with the Blackberry Pearl 8100?