Main node in smart forms

Hi all,
When i am trying to create a main window in second page with the same width ,length,height as in first page it's giving an error no two main windows are allowed in a form.
so i have tried to create like in other way.
just copying the main window from first page. But this time i am not getting any error but the problem is! the nodes which are already existing as sub nodes in the main window are also coming here if try to delete in second page the nodes in the first page also deleting.What can i do.Can any one help me how to solve the problem.
Regards,
Lisa.

Hi Lisa,
Yes. You can apply conditions to any of the windows(Not only main) and any of the textelements/Address texts, Tables, Templates.
These are addtional events apart from the Conditions you have defined in the conditions.
Please award for all useful answers.
Regards,
Lanka
SAP Help on additional Events :<a href="http://help.sap.com/saphelp_nw04/helpdata/en/91/fe26ab78c411d4b5f4006094192fe3/content.htm">Additonal Events in Smartforms</a>
Lanka
Message was edited by: Lanka Murthy

Similar Messages

  • How to use address node in smart forms

    hii all,
          can any one tell me how to print the address usin the address node in smartforms....pls explain me in detail...
    thank you.

    Hi Neelima,
    Create a Address Node to print the addres of particular object like vendor, customer, plant, company address etc...
    for example vendor address
    To Print the address, you need to declare a variable VENDOR_ADRNR TYPE ADRNR in Form interface Import Parameters.
    Get the Vendor Address Number from LFA1 Table and pass the value to the form interface parameter when you call the smartform function module in the print program.
    Pass this to Address number &VENDOR_ADRNR& in the address number field, then the system will get the address of the vendor automatically.
    Regards,
    Satish

  • Folder node in smart form

    hi all
    what is the use of folder node in smartforms

    HI
    Folder node is used to create the page protection and also the combining  the the related fields into one
    mainly this very helpful when the total area to be displayed at the end of table and the space allotted for it can be used to dispaly the items if the no of items r more
    Regards
    Shiva

  • Smart Forms: Adress nodes

    Hi all!
    In the adress-node in Smart Forms you can only define the number of lines, that are used for the output. If you use e.g. 4 lines the output looks something like this:
    <b>  company name
      street 123
      city
      state</b>
    Is it possible to write the adress with the Smart Forms adress-node in only one line, like this?
    <b>  company name, street 123, city, state</b>
    Best regards,
    Stefan

    Hi
    Use function
    <b>ADDRESS_INTO_PRINTFORM</b> How <b>many line u</b> want address u can specify in function.
    Address format according to Post Office guidelines
    <b>ADDRESS_SHOW_PRINTFORM</b>
    see FM documentation.
    Note. It's enough to import two parameters:
    ADDRESS_TYPE = 1 (Firm or Organization, SAP Address)
    ADDRESS_NUMBER
    <b>ADDR_GET</b> Get address
    Hope this will be useful.
    Regards
    vinod

  • One-Time Customer or Vendor Address Printing in Smart Forms

    Hi friends,
    I am using the Address Node in Smart Forms to print the Addresses in Tax Invoice Printing. How to get the address details for the One-Time Customers which is stored in the BSEC table using the same Address Function.
    (We can directly get the address details from BSEC and display it by using a separate Text Node. But the address formatting according to the recipient country postal standards will be handled only by Address Function in Smart Forms right)
    Regards,
    Riaz.

    Hi friends,
    I am using the Address Node in Smart Forms to print the Addresses in Tax Invoice Printing. How to get the address details for the One-Time Customers which is stored in the BSEC table using the same Address Function.
    (We can directly get the address details from BSEC and display it by using a separate Text Node. But the address formatting according to the recipient country postal standards will be handled only by Address Function in Smart Forms right)
    Regards,
    Riaz.

  • How to create barcode in Smart Forms with MS Word as Editor?

    Hi,
    I created a character format for a barcode in a smart style.
    The problem is that I do not know how to assign it to the text in Smart Form because the Editor is MS Word and not the normal Editor.
    Any suggestion or idea.
    Thanks & best regards
    Viktoria

    Hi and thanks for the fast reply,
    I have created a smartstyle and also a characterformat for the barcode. This is not the problem.
    I call the layout via HRFORMS. The Form Builder for Smart Forms is called and the Editor for the text nodes is preset and is the MS Word editor. This cannot be changed. I tried different things also in the settings. The normal text editor cannot be called.
    I choose and enter the field that I want to convert into the barcode &wa_barcode&. I do not work with standard texts (SO10). The text field is a normal text node in Smart Forms. The character format that applies converts the number in the variable field into the barcode.
    In the MS word editor I have only formats that are in the office environment (arial, ...) I do not see the formats that I created in smartstyle also when I assign it in the output options of the text node.
    So maybe I have to work like this for now. Swich between HRFORMS and SMARTFORMS when working with barcodes. In the Smart Forms transaction it is the normal editor where I can see the paragraph/ character formats from smartstyle.
    Thanks and best regards
    Viktoria

  • Template in smart forms

    what values we should give in horizantal alignment&vertical alignment in TEMPLATE node?can u suggest me sites for how to  use TEMPLATE &TABLE nodes in smart forms?

    hi,
    we can say Template is just for a static value and table is for dynamic values..
    Template can be heading columns for a table (constant)
    Table contains data (as many as we retrieve from data base..)
    material   Plant }Template
    1                   nl09       }- table first row
    2                  lt01
    23                 It09
    reward if useful
    regards,
    nazeer

  • Smart forms - COMPLEX SELECTION node in ECC 6.0

    HI ABAPers ,
        Where we can find the COMPLEX SELECTION node in ECC 6.0 ..
    i searched but not able to find .. can you plaese  guide me
    regards
    ravi
    Edited by: Julius Bussche on Feb 18, 2009 9:52 AM
    Please use meaningfull subject titles

    Hi Ravichandra,
    You will find the similar threads and search in SDN
    Re: Complex Section in Smart Form
    Re: complex section of main window :  smart forms
    Regards,
    Sravanthi

  • MULTIPLE COMMAND NODE CALL IN SMART FORMS

    Hi all
    Hi All,
    I am designing a Smart form. i have 5 page . In my page2 (main window ) i call a command node to call page 3 with some condition it's working fine and now i going to call another page in my page2 (main window ) just behind the first command node to call the page3 but the problem is my first command take the cursor in the page3 but not come on page2 (main window ) and gives error .
    Regards,
    Kuldeep Singh

    hi,
    when the first command get executed, then the control moves into the new page....
    but ur second command is in old page, i mean from where u called ur first command... then the control is in one page, and the command is in another page...then how can u get that executed...?
    here do one thing, using first command u r calling one page, in that page place this secod command, then after executing that page, u can get the required one using the second command...
    hope its clear.
    if any doubts, plz revert back.

  • 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

  • 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

  • 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.

  • In my smart form why main's content din't display in print preview?Plz help

    In my smart form why main's content din't display in print preview?Plz help me.
    Regards
    Indu
    Moderator message: too vague, help not possible, please describe problems in all technical detail when posting again.
    Edited by: Thomas Zloch on Jan 5, 2011 3:27 PM

    make sure u've specified da style in output options of text element as
    TIMES 10 in style field and select da desired paragraph and charcter format in general attributes tab of da text element.activaTE AND CHECK.
    if problem still persists u can ask again.
    reward points if it helps.

  • 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

  • What is the diff b/w Sap Scripts and Smart Forms

    Hi,
          Whats the diff b/w SAP Scripts and Smart Forms..
             I need the internal explanation for both Smart Forms and SAP Scripts mean when we execute what happens whether Print Program r Forms starts execution 1st  and SIMILARLY FOR SMARTFORMS WHETHER FM'S  R FORMS.
    Thanks & Regards,
    Gopi.

    Hi
    Difference with SMARTFORMS vs. SapScript(SE71)
    The Following are the differences :-
    a) Multiple page formats are possible in smartforms which is not the case in SAPScripts
    b) It is possible to have a smartform without a main window .
    c) Labels cannot be created in smartforms.
    d) Routines can be written in smartforms tool.
    e) Smartforms generates a function module when activated.
    f) Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.
    It was said that it was provided in CRM 3.0 version, but not available in R/3. You can download smartforms into Local PC in a XML format. In the same way you can upload this XML format into Smartform. From the smartform editor itself you can call download option, if you are working in CRM 3.0 environment.
    In R3 also, you can download into XML format. However, it's not sure about uploading. Refer to the program 'SF_XSF_DEMO'.
    In 4.7 Enterprise, other have seen this utlity which is completey missing in 4.6c. There is functionality to downlaod a complete form or only a particular node. (Utilities -> Download form). It will create a XML file and save it in the hard disk.
    For others, if you want to download/upload the Smartforms source, you will need the help from the Basis people. What you can do is to create a Transport and then FTP down to your local harddisk. When you need the Smartform source in another system, you have FTP up the Smartforms file back to the SAP server. Finally, the Basis team, will tp it into your system.
    g) The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 80. is printed on page one, other data of position no 80 is printed on page 2. And there's nothing you can do about it. Actually, there is something you can do about it. By using a folder node and checking the 'protect' checkbox, everything in that folder will be page protected.
    check out this link:
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    Reward points if helpful.
    Regards,
    Swathi.

Maybe you are looking for

  • PO Number in Vendor Downpayment - Message Control

    Dears We have a requirement to enter the PO number in the line item while entering vendor down payment using F-48 transaction. We cannot make the PO order number in the F-48 mandatory. However, if the PO number is not entered by the user, a warning m

  • Problem in displaying totals based on the Unit of measurement.

    Hi, I have Problem in displaying totals based on the Unit of measurement. I want to display the total in the output of the alv based on the unit of measurement. for example i have three fields in the output namely Matnr           Quantity      UOM 51

  • Migrating music and all iTunes info from pc to Mac

    I have just purchased my first Mac.. I have been totally unsuccessful migrating any information over. I have even selected single folders and 10 hrs later no luck. How do i get all of my itunes music,podcasts etc transfered over to my new Mac? Help p

  • Event ID 1006 MSExchangeDiagnostics - and Mail stops SMTP will not connect

    I have a new 2013 sever Installed from a CU2 download, on a 2012r2 Virtual server. The system only has 25 users on it. The C and D drives are 1TB The SYSTEM Reserved partition is 350MB and I'm getting: Log Name:      Application Source:        MSExch

  • Difference between part number WS-CAC-6000W & WS-CAC-6000W=

    Hi, I would appreciate if someone can advise the following: 1. What is the difference between the part number, e.g. WS-CAC-6000W & WS-CAC-6000W=? Any Cisco links that explains? 2. Which IOS features requires us to purchase the license, which IOS come