Print quantity output type in NACE

Hi all,
we have created a new output type in NACE for the shipping notification (application V2).
Where can I configure the standard print quantity when using the output type?
We want to print out the document twice every time it is triggered.
Thanks
Anne

Hi Anne,
Whenever we trigger a smartform, we normally get a pop-up window where we mention various printing options (no. of copies, device name etc...) But these options can be programmed in our driver program as well and also we can suppress this pop-up window. These printing options are part of a structure which you can find using F1 help on the pop-up window.
Now coming to your query, you can provide the number of copies you want in your program by populating the appropriate field of the structure and also by suppressing the pop-up window. So, after that each time when we print your smartform you will get the desired number of copies.
I hope it will help you to solve your issue.
Regards,
Sambaran Ray.

Similar Messages

  • OUTPUT TYPE  in Nace!

    What is the meaning of output type in NACE ?

    Check out these threads on NACE
    SAP Script   -    NACE
    TNAPR vs NACE
    Condition records in NACE?
    NACE is used to create output type while creating the output type you will mention forms, and driver program.
    that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.
    so check in NAST, TNAPR table
    Output types are added basically by BASIS people
    contact ur basis
    Output types are represent how you want to output information. In SAP Script context it links the print program with SAP script. Output types are part of Output determination procedure which is linked to the application (e.g. Purchsing). Output types are also linked to Access sequence, which allows you to create condition records so that output types can be processed automatically.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/19884743b111d1896f0000e8322d00/frameset.htm
    By using NACE transaction we will assign Sap script and driver program to O/P type in an aplication for different mediums (like print/fax , mail) .
    Example :
    NACE--> Application EA --> means for PO > check O/P "NEU" (SAP standard)> Medium "Print" --> You can find the Driver program and Sap script associated to it.
    If you have your Own o/p, Script and program. Then you will assign the by using T/code NACE. Then this will appear when you want to print PO or other.
    NACE transaction
    In this transaction you can attached your Form ad your driver program .
    As you know you have got a Form say ZForm
    and a driver program say ZDriver.
    In NACE you assign an output type say ZOUT in which you attached these two so that you can identify which form is attached to which layout (Very important steps).
    **how otput typpe will help you
    say in the transaction say IW32 , if you want to hava a preview of ur output , then it will ask for ur output type . then u can select ur output type ZOUT which u had created in NACE transaction and then u will be able to view ur layout preview.
    Few tables are also important in thisaspect.
    TNAPR
    **where can we get the print program for that exising form
    Say if ur using any standar transaction then u can go to
    System --> status
    there you can find the driver of print program

  • Consequences of adding and smartform to output type in nace

    Dear experts,
      I have one doubt . I want to link one smart form to output type EF   ie purchase order. When I am saving it system  is asking for customizing requests. I am doing this in development system to check the functionality of one smartform. Because we dont have any IDES System to test. Well I want to what are the consequences of adding an smartform to output type in nace. Whether it wil reflect in quality system  without transporting the request. After testing can i remove that smartform which is attached to output type EF. Please confirm.

    No replies .

  • SAPSCRIPT Print Preview / Output Type Options?

    When in a PO, ME23N, I do a Print Preview. For one of our businesses it displays two output types for selection, ZSBL and ZSTK, for another business (consolidated in the same test system) it just displays output without any selection options. Where is the config to point to output type options I checked NACE and TNAPR and they look right....Thanks.

    Hi,
    I am not clear with your question..
    You mean to say for second part you don't expect any output type..
    Anyways check the transaction NACR for condition records for the output type
    THanks
    Naren

  • Script not printing throught Output type

    Dear Experts,
    I have developed a script which is working fine if execute directly.
    I have configured an output type for the transaction ME9E with application EA, when execute this through transaction with output type it is not working. Please let me know what would  be the problem with this.
    Thanks in Adevance...
    Rahul
    Edited by: rahulsachin on Oct 4, 2010 4:20 AM

    Hi,
    Please check the program name and routine name you configured in NACE with the one you have used actually to keep
    break point in your report and see whether it stops.
    Regards,
    Pawan

  • Creation of Output type using NACE/NACT

    I need to create a Output type for Purchase Order. I need the stepwise procedure for the same.
    Any information regarding the same will be appreciated.
    Best Regards,
    Vibha

    Goto   NACE  TCode
    Selct the Application EF. Click on button output types .
    then go chnage mode New Entries , You can Create You OutPut type.
    You need other Details like Access Sequence etc has to be filled .
    Please Mark use full Answers
    Message was edited by:
            Badarinarayan Patil

  • Form Printing Using Output Type

    Hi,
    I have a requirement on authorization consideration, it says:
    Set user parameter NDR =X to Indicates that the output determination function will be activated. In this case, the system checks whether output is to be generated.
    Where can I see this?

    Hi,
    1. Run transaction SU01
    2. Enter <user name> => EDIT
    3. Go to tab 'Parameters'
    4. Select parameter ID = 'NDR' and enter value 'X'
    5. Save
    Done

  • Purpose of NACE Transaction and Output Types?

    Hi All,
    Can you please let me know the exact purpose of NACE Transaction and Output Types?
    Ashok

    Hi,
    In addition to the above threads you can also refer the fallowing threads:
    Re: how to configure/ smart form to standard program
    OUTPUT TYPE  in Nace!
    Regards,
    Shirisha

  • Output type to tcode

    I got a driver program and layout.created a z output type in NACE.now i want the script to get attached to a transaction wherein the layout should appear after clicking issue output to-> and print preview.

    Hi Ganesh,
    Go to t-code NACE, select output types and go for change mode. there you can enter your driver program name as well as form name. and go for your t-code where you are desired to take printout.
    Feel free to ask if you have any doubts.
    Regards,
    Vijay

  • Script without assigning to the output type

    hi
    i have some doubts in scripts ple tell me
    how can we execute the script without assigning the form & print program to output type in nace?

    Please read [the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting further.

  • Standard driver programs,output type ,scripts,smartforms for SD reports

    hi experts,
                  Can any one list all the standard driver programs,output types ,scripts,smartforms for SD reports.
    mani

    Hi,
    Check this out
    NACE
    You can track the form and the print program used for that form
    The Tcode NACE is used to link the Standard SAP forms (SCRIPTFORM or SMARTFORM) or the customized form or the new form to its respective print programs. Also the output types, Form entry are linked with their forms and print programs. In short term, i can tell u that configuration or customization of forms to print programs, assigning output types, form entry to the forms are done using this Tcode.
    NACE is used to create output type while creating the output type you will mention forms, and driver program.
    that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.
    so check in NAST, TNAPR table
    http://help.sap.com/saphelp_erp2005/helpdata/en/c8/1989fe43b111d1896f0000e8322d00/frameset.htm
    Condition records in NACE?
    and
    NACE is used for message control customizing.
    Take a look at the following link
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/198a1843b111d1896f0000e8322d00/frameset.htm
    and also
    NACE is used for message control customizing.
    Take a look at the following link
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/198a1843b111d1896f0000e8322d00/frameset.htm
    If it helps reward with points..

  • Output types

    i want to send purchase order data from sap toxi ..how to configure output types in nace transaction

    Hii Chandra
    NACE is used to create output type while creating the output type you will mention forms, and driver program.
    that will be maintained in the table TNAPR.if you create the output type using NACE then it will be automatically visible in table NAST and TNAPR.
    so check in NAST, TNAPR table
    Output types are added basically by BASIS people
    contact ur basis team
    Output types are represent how you want to output information. In SAP Script context it links the print program with SAP script. Output types are part of Output determination procedure which is linked to the application (e.g. Purchsing). Output types are also linked to Access sequence, which allows you to create condition records so that output types can be processed automatically.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/19884743b111d1896f0000e8322d00/frameset.htm
    By using NACE transaction we will assign Sap script and driver program to O/P type in an aplication for different mediums (like print/fax , mail) .
    Example :
    NACE--> Application EA --> means for PO > check O/P "NEU" (SAP standard)> Medium "Print" --> You can find the Driver program and Sap script associated to it.
    If you have your Own o/p, Script and program. Then you will assign the by using T/code NACE. Then this will appear when you want to print PO or other.
    it is from the link
    Re: about NACE and output types
    also chk this links
    <b>SAP Script   -    NACE
    TNAPR vs NACE
    Condition records in NACE?
    Reward points if helpful
    Regards
    Naresh

  • Custom output type configuration for Handling units

    All, Can any one guide me how to configure AZ output types for handling units?  My scenario is as follows.
    To print a new label for the handling units as soon as the packing happens. User should be able to see this new custom output type in VLO2N/VL03N.  Also user can print the labels thru VL74 by inputting the custom output type and processing mode. 
    For this I did the following.
    Created a new custom output type in "NACE" under the application "V6 - Handling Units".  And assigned print program and smart form for this output types.  After this I am able to see the output types in VL74, when I did F4 on output type field.  But I am not able to see the new output type in VL02N/VL03N.
    Can anybody tell me what needs to be done to get the new output type in VL02N/VL03N.
    Thanks in advance.

    for Delivery , Application is V2.
    regards
    Prabhu

  • Medium in output type

    Dear all,
    I'm in the midst of figuring how ALE being sent out via message control. While looking at a Sales order's output type setting screen, under Medium column it contains:
    1. Print output
    2. Fax
    3. Telex
    4. External send
    5. Simpal mail
    6. Special function
    7. Events(SAP business workflow)
    8. Distribution(ALE)
    9. Task (SAP business workflow)
    For my case (send IDOC via ALE), i know that i have to pick option Distribution(ALE).
    But apart from that, may i know how Telax, External send, Special function, Events and Task work?
    Thanks.

    HI,
    If you chose other options, the driver program that you configure the SPRO or NACE, will get triggered.
    In the driver program, logic must be written in order information is processed (It can be sent as Telex, Mail, Fax based on the SCOT settings and SAP Connect settings).
    If the option you chose is Special function, the driver program may or may not send any mail/fax but you can do any processing . For example, if you want to update a Z Table on issuing the output, you can have that logicn in the Z program and have that attached to the output type in NACE transaction.
    REgards,
    Ravi

  • Getting a PDF by triggering an Output Type

    Hi All,
    I have created an Output Type in NACE. Say ZRUD. In Nace I have configured it to a PrintProgram.
    Then please tell me the next procedures, through which I will be able to generate a PDF not by directly executing the smartform, but by triggerring the output type.

    You need to fire the output on the specific printer which has a device type of PDF1.
    Your basis guys can help in this regards.
    Regards,
    Naimesh Patel

Maybe you are looking for

  • Print drop-down text

    I am using RoboHelp 11 and would like to print pages using the Advanced Options - Include drop-down text option. I have discovered that this option does NOT work when the drop-down text is in a snippet. Are there any known work-arounds for this "feat

  • Nvidia GeForce 7300 GT and ATI Radeon X1900 XT

    I have a Mac Pro 2,1 running 10.6.1 and BootCamp. I had a Nvidia GeForce 7300 GT video card in it and it ran well under BootCamp. I installed a ATI Radeon X1900 XT. Under BootCamp the 2 cards seem incompatible, with an error message that the driver o

  • Handling events of ActiveX controls in TestStand!rol

    Hi, I want to use the Microsoft WINSOCK control with existing ActiveX Automation Adapter of TestStand. These control generates an event in case of incomming data. Question: Is there any way to treat the events of such controls in TestStand (same prob

  • Photos open in Preview, won't import to iPhoto

    iMac G5 MAC OS X 10.3.9 iPhoto 5.0.4 After coming home from college I noticed that the iPhoto on my family's home computer wasn't opening at all. After following the different instructions on the discussion boards with no success, I found the only th

  • Google app renewed issue. Your APK's version code needs to be higher than 1000000

    Hi I am updating a previous AIr based Android app with a new version. I had the following error Your APK's version code needs to be higher than 1000000. The issue is that I have carefully override the app version number but it keep given me this addr