Triggering of copies window in smartforms

Hi friends,
Can any one tell me how does the copies windows gets triggered  ie : how does it process..
As per my knowledge after going through many links and sap help i came to know the main window gets triggered and secondary window gets triggered in the order in which we have defined in the left side node ie: the processing for main and secondary window will be done in the order in which we have defined in the page node and comming to fianl window it gets triggered when the processing is going on for the last time of the node...
But can any one tell me how does the copies window gets triggered and when...
Like say in a page the nodes are defined in the below way
PAGE
   a) secondary window
   b) copies window
  c) main window
  d) copies window
Now can any one tell me how this copies window gets triggered and how does it create the number of copies which are required using copies window.
Regards
Kumar

Hi Kumar,
Good question to ponder.. Well the answer is;
The trigger point for the copy window is from the output command. For eg : if i am tro have  a simple smartform with 2 windows...1 as the main window and the nxt as a cpoy window both have a text element with different texts in each.
Now in the output options if you mention the number of copies to be printed in the specific printer is "1" then only the main window gets printed. If you provide the number of copies as"2" then there are 2 pages printed..One is only having the main window content and the second with copy window contect. The copy window content is based on teh "OUTPUT TO" option you select for the copy window general attributes.
Hope this helps!
Cheers!

Similar Messages

  • Copies window

    hi everyone,
    i want to know how to use copies window in smartforms and
    what exactly is the significance of it...
    i read library about this but i didn't get the concept out of it.
    please explain and the answers will be rewarded
    thanks
    chintu

    Hi
    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.
    further reference
    http://help.sap.com/saphelp_crm50/helpdata/en/b1/243fe0beee11d4b633006094192fe3/content.htm
    If at we talk in short it makes us to differentiate between the Original copy and duplicate copy of the printed From.... By using SFSY-COPYCOUNT you can check or validate that whether it is a original copy or duplicate copy
    Original Bill and Duplicate Bill the same case even applies here also.
    Regards
    Pavan

  • Reg- windows in smartforms

    Hi,
    1) What is the difference between the copy and final window in smartforms?
    2) What is the difference between at-selection screen output and initialization in reports?
    Points will be rewarded for correct answer.
    Regards
    sathish

    <i>Copies window:</i>
    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.
    <i>Final window:</i>
    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.
    Check this link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/243fe0beee11d4b633006094192fe3/frameset.htm
    <i>AT SELECTION-SCREEN OUTPUT</i>
    This is used to dynamically set the screen field attributes
    <i>initialization</i>
    this is used to set the default values to the scree fields.
    Regards,
    Naimesh Patel

  • Copies window printing in VF02/VF03 through output type

    Dear Experts,
    I have copied the standard smartform of the Invoice into YLB_BIL_INVOICE and i did the modification according to the client's requirement.
    In YLB_BIL_INVOICE, i have taken one window type as Copies Window and i have chosen the radio button Original and Copies. In the window I wrote the code for Copies like Original, Factory Copy, Buyer Copy, Triplicate and Marketing Copy based on SFSY-COPYCOUNT checking. I haven't changed the standard program(RLB_INVOICE).
    And I have assigned the smartform YLB_BIL_INVOICE and RLB_INVOICE in NACE settings. When I am viewing the print using VF02/VF03 with output type which configured by SD Consultant it is not showing the Copies means if I mention Number of Copies as 4 in print preview it is showing only single Page and when I gave the print with number of copies as 4 Pages are printing 4 copies but the name of the copies is same for all 4 pages like 1st page as Original and 2nd page as Original etc..
    I debugged the code and i am getting NAST-ANZAL = 1. in program, I think it should be 4. Please give me some input to resolve this issue?
    Thanks n Regards,
    Muralikrishna
    Edited by: muraliabap on Feb 14, 2011 6:35 AM

    Hi,
    I am not clear about the following context.
    muraliabap wrote:
    if I mention Number of Copies as 4 in print preview it is showing only single Page and when I gave the print with number of copies as 4 Pages are printing 4 copies
    Where did you give the no of copies as 4? In the message or Print Dialog?
    NAST-ANZAL is from message and OUTPUT_OPTIONS-TDCOPIES is from the Print Dialog. For copies window, no of copies is fetched through OUTPUT_OPTIONS-TDCOPIES (or the Print Dialog), thus SFSY-COPYCOUNT is changed accordingly .
    Check the this [link|http://wiki.sdn.sap.com/wiki/display/ABAP/Copies(duplicate,etc.)]

  • How to create Dynamic Window in Smartforms

    Hi all,
    Could you please help me out on how to create Dynamic Window in smartforms excluding Main Window.
    Thanks in Advance.
    Vinay.

    hi,
    Hi,
    1.If you are creating the Different windows for the Countries,then In conditions tab of window specify the Condition i.e.
    company -code = '2201'.
    2.Then that window can trigger ofr that condition.
    3.Other wise, if you are using the different layouts ,then write the condition in Print program and call that form .
    reward me if helpful.

  • How to hide a window in smartforms

    Hi experts,
              How to hide a window in smartforms depends on the conditions. The condition is the window how a hard coded values + fields. if the condition satisfies i want to display in form if its fails no need to display in the form... plz, its urgent.
    Regards.
    Gowrisankar

    hi,
    inside the window, you can create a condition.
    right click on the window, CREATE>FLOWLOGIC>ALTERNATIVE.
    you can give your condition there
    thx
    pavan

  • How to cross a window in smartforms

    How to cross a window in smartforms.

    I guess it is not possible to draw crossed lines inside window, but you can upload an image with cross line and display it inside the window basing on condition... it will give a look and feel of what you want.
    Close the thread if your question is answered.
    Regards,
    SaiRam

  • Print Invoice Header Text In Main Window of Smartforms

    Helo Gurus !!!
    I want to print Invoice header text in main window of smartform.
    There are total 5 columns.
    Item    Quantity          Description          UnitPrice       Amount
    Now what I want is to print header text below Description column, there is a loop on the table in main window.
    This header text will be printed only once. This is a standard header text
    How to get this?
    Points are assured !!!

    Hi Anay Kulkarni,
           I understood that u need to print this header text
    Item Quantity Description UnitPrice Amount
    So please use TABLE instead of LOOP  in the table we can prin header, main area, footer.
    place the header text in header area in table...  i am sure this can resolve it.....
    feel free to contact me if issue is not resolved/.....
    dont forget to reward points....
    all the best...
    Regards,
    Sreeniasa Sarma K.

  • Can we create graphic and text in the same window of smartform without using template?

    we create graphic and text in the same window of smartform without using template?

    Hi Kinjal,
    as far as i understand you are talking about a template which you can partitioned and in one part you wants to show your graphics and in other part you wants to print your text, the border of template shall remain invisible.
    If you wants to do it without using a template, you can do it as sujjested by Susmitha, but creating a template will provide you more flexibility that if you wants to change the attributes in future you can do it easily.

  • How print address in Single line in Address window in Smartform

    Hi All,
    How print address in Single line in Address window in Smartform?
    Thanks in advance.
    Message was edited by: Vipin Nagpal

    Hi Vipin,
    if u r defining the variables for the address manually,
    then u can define all the fileds in a single line in the edit mode of address window u will get the address in the single line only
    if u r using the standard format
    modify the address format by using the user exit:
    "EXIT_SAPLSADR_001"
    Check OSS Note : 454987
    or in the least case u can use the address window setting to change the format and lines
    May be this will help you.
    Regards,
    Naveen

  • How to show a window at end of main window in smartforms

    Hi guys,
    I want my window in smartform to show only after end of showing the main window,,,
    When i tick only after main window in condition tab of window, it shows on the uppermost portion of the output and not below the main window... Do I need to input the upper margin for this?
    How am i going to do it?
    Thanks a lot!

    Thanks guys,,,
    But still not working...
    Do I need to fill the upper margin of the final window?
    Since the height of my main window is dynamic, Im not sure what to fill up on the upper margin...

  • Bend a table or window in smartform

    Hi Friends..
    I need to bend the table or window in smartform..
    looks like curve.
    so please give your suggestion to achieve it.
    Thanks
    Gowrishankar

    hi,
    I give an example
    Table:
    A product may have single or multiple delivery dates in that case we will go for node Table. As the delivery dates will appear in a single line or multiple lines which we are not sure
    Template:
    We know that value will be displayed in fixed lines. Eg : we are sure that material no. will appear in a line..

  • Print multiple copies of a smartforms in a one spool request

    Dear all,
    I've a network printer "HP Laserjet 4250" configured with an output accessory "Sheet Stapler/Stacker".
    With these accessory all pages of the same spool are stapled together.
    For transaction VL02N we would print n copies of the same delivery using smartforms in this printer, so all copies will be stapled.
    The problem is that in SPAD Copy Counter options if we set the choice "Pass copy counter to the host spool system" only one copy is printed;
    it seems that copy counter parameters has no effects.
    If we set the choice "Pass copies as separate Output Requests", the spool system will send a separate print request for each copy of a document to be printed; but with this option multiple copies are not stapled since they belong to different spool.
    SAP System is ERP 6.0 EHP5 based on windows /SQL 2008 and the last kernel patch.
    Any idea to solve the problem ?
    Thanks
      Maurizio Manera

    Hello,
    By default the number of copies is transferred to the OS host spooler
    and handled by it.
    The flag to pass copies is set in the Output Device definition via
    transaction SPAD as follows:
      SPAD -> Output Device -> <Output Device name> -> Output Attributes ->
              'Pass Copy Counter to Host Spool System'
    Can you please change this flag to:
       'Pass Copies as Separate Output Request(in SAP System)'
    regards,
    John Feely

  • Question about main window in smartform

    Hi, i have three different pages, i know that i can have only one main window.
    But the data in the main window  will be different for each page.
    I copy the main window in the three pages.
    But when i try to write abap code in the main window copy ( page 3 )
    The smartform refresh the abap code in the page 1 and page 2.
    So the 3 pages have the same code.
    I want to have different abap code in each page ( in the main window copie for each page). Because i have three internal tables one table for each page.
    Thanks
    Reward Points

    hi,
    I believe u dont need to copy the main window. just create a next page and provide the 2nd internal table fields in next page. and same as 3rd page.
    or
    create 2nd page and create other windows not a copy of main window and provide the correspoding fields to those windows..
    Regards
    Syed A

  • Help reqd on copies of layout(smartform)

    Hi experts....
    my requirement is....the records in the table of my smartform will be displayed more than once as per the user request from the selection screen....i'e,its like a copies of same set of records in different pages...where we give usually like in print pages option such  as no. of copies1,2 3 etc....
    but i want this,it should be done in smartform way....when the user gives 3 in the selection screen my form print should give 3 copies of same set of records as in the main window of the 1st page/layout...
    if u have answer...pls post ur replies...will be rewarded imm based on the correct solution....
    thanks
    sankar

    hi sankar,
    based on selection of copies u can use DO..ENDDO...for that copies...
    and inside that DO...ENDDO u can call ur smartform...
    hope this may help u..
    please reward in case usefulll...
    regards,
    prashant

Maybe you are looking for

  • Create Cursor from File with big mouse cursor

    Hi All, I'd like to change the mouse cursor to a picture (.cur file) and back to normal again. With the LabView vi "Create Cursor from File" and "set cursor" VIs it works, but the cursor is limited to 16x16 pixels (it will be shrinked if I load a big

  • Error in web template executing

    I gt the following error in web application desginer when I run my template: At executing Web Planning Template in web-brouser system return errors: Message: "The status of "QUERY_VIEW_DATA_PROVIDER" "DP_1" may only change during command processing".

  • ERORR IN  FTP_CONNECT

    Hi, i am trying to use FTP_CONNECT to establisht he connection but its giving error Attempt to set up connection to failed. i am passing the scrambled paswd . Could you plz tell me what is the issue.. step followed. 1. p_user = 'ABCD'. l_pwd = 'mx123

  • 7.0 detailed description of business roles or a role containing component

    component CRM_OI_TEMPLDSG (document template designer) in transaction BSP_WD_CMPWB We are using this component (launching manually from the t-code) but trying to find if any of the delivered business roles in CRMC_UI_PROFILE have this defined?   Simi

  • AS3 stop(); not working w/ Multi URLRequest

    When I place one link in AS3 with a stop everything works great!      stop();      import flash.events.MouseEvent;      //---link1      var getLink1:URLRequest = new URLRequest("http://www.google.com");      link1btn.addEventListener(MouseEvent.CLICK