Configure a Printer for a Smartform

Hi.
I need to configure a printer in order to create an aotumatic order spool instead of print the form. Does anyone know how to do that.
I already ask to the BASIS people and they said they don´t know how to configure it.
Thanks a lot for your help.

You don't need to configure the printer, as the decision to print or not print immediately is done during printing. It will show up in the dialog to choose the printer. Sometimes the dialog doesn't show up, it is decided by the application (hard coded, or via customizing for example).
Internally, the "print immediately" option TDIMMED is defined in the [Spool settings|http://help.sap.com/saphelp_nw70/helpdata/EN/84/1f14b517aa11d5b67b006094192fe3/frameset.htm] of the [Output Options|http://help.sap.com/saphelp_nw70/helpdata/EN/71/9ccd9f8e0e11d4b608006094192fe3/frameset.htm] parameter.
If it's not sufficient, then tell us the steps how you generate the smartform (transactions, etc.), so that we can tell you how the "print immediately" option can be altered.

Similar Messages

  • Trying to configure my printer for NeatWorks... I need the device software to configure the scanner

    Hello.
    I have a (CM741A) Officejet 6500 E709n and wanted to use it for my Neat app on my Macbook Pro. Currently using Mavericks OS X 10.9.1
    Problem is, I wanted to configure it based on a set of instructions (see link), but I cant seem find the HP Software for my device.
    http://www.neat.com/media/33851/configuring_hp%20scanner.pdf
    Where can I download my product's software? I used to have it on a CD but it got damaged.
    Please advise.  Thanks.

    Hi Aditya!
    Welcome to The Canon Forums, and thank you for your inquiry! We appreciate your participation, however we need to let you know that your product seems to be a model that is not supported by our team here at Canon USA. The Canon Forum is hosted and moderated within the United States by Canon USA. We are only able to provide support for Canon products manufactured for and used within the US market. If you live outside the United States, please click here and select your country or region for your support needs. Feel free to discuss Canon products sold outside of the United States, but please be aware that you will not receive support directly from Canon USA.

  • Configuring printer for pick list

    Hi All,
    please let me know how and where do we configure the printer for a pick list.
    thanks in advance for your help.

    Hi Friend,
    The printer configration will be done not only for Pick list, it will be for PACK LIST, invoices, ORDER CONFIRMATIONS, DELIVERY NOTE,
    For any activity we need to configure the printer in Spool Administration via the transaction code
    SPAD.
    Please revert back if u need any further clarification,
    santosh

  • Print program for the smartform for selecting the output type (email/fax)

    Hi All,
    Requirement :I have to create a print program for the smartform where the output type may be print out,email or fax ,so i need to put the condition for selecting the output type (like printout,email,fax).
    can any body please let me know how  to put the condition for selecting the desired  output type ?
    Thanks in advance
    Rahul

    Hi
    It is not the output type that has to be changed
    it is the MEDIUM which you have to change and configure
    for printout medium is 1
    for FAX medium is 2
    for MAIL it is 7.
    so instead of printout change the medium to 2 or 7 for the same output type and attach to the same driver program and smartform/form.
    Reward points for useful Answers
    Regards
    Anji

  • Standard Smartform for label printing for packages - pls advice

    Hi All,
    I need help in changing a print program ie Standard Smartform for label printing for packages ?
    Standard Driver program: SDPACKDR
    Please provide me with the detailed steps for editing the Std Smartform according to any requirement.
    Points will be rewarded promptly.
    Thanks.

    hi,
    1. The smartform name is SD_PACK_ETIK.
    2.Just copy the standard program into Zprogram and make chanes and assign in NACE with the form.
    3.But,in smartform lable printing is not possible.
    4.you can print barcodes.
    Regards,
    Kumar(Reward if helpful).

  • Duplex printing for smartform

    Hi,
    Has anyone worked on Duplex printing for smartform? If yes, please tell me the procedure/steps that need to be taken for the same.
    Thanks
    Regards

    Hi,
    You can select Duplex printing in th epage properties of a page (D = Duplex)
    The printer STARTS duplex printing from that page. This means that the printer triggers a pagefeed on that exact moment and starts printing on a new page. So when you have 1 page that stretches over more that one sheet of paper this means trouble. after every page the flow of the program starts a new Duplex print (thus feeding the current sheet and starts at a new page) this results in a new sheet of paper every page. this is not what you want.
    You can solve this by creating 2 pages and set their respective NEXT PAGE to each other. Page 1 you set to DUplex, pagae 2 you leave blank..
    But notice that when you select duplex printing most (if not all) printers start printing on the backside of the paper. When you use pre-printed (logo) paper, you will find that it prints the front on the back etc.
    This can sometimes be corrected (if needed) by sending prescribe commands to the printer directly.
    Good luck!
    Joris

  • Print for range of customers at a time in smartforms

    hai all..
      how can we get  thr prints for range of customers in a smartforms.
      here iam giving range of customers kunnr-low and kunnr-high.
      i want the output  should be prints form kunnr-low to kunnr-high.
    here iam wriing the bdc fro this smartofrms to print customers.
    is there any option option to print the range of customers form smartofroms at a time ...
    tanx in advance.

    Just write the below code to print multiple customers
    Loop at itab.(internal table containing the range of custiomers)
    call function (function to call the smartform)
    endloop.
    Regards
    Lalit

  • Configure dj 2540 printer for wireless print thru samsung grand (without router)

    how to configure  dj 2540 printer for wireless print thru samsung glaxy grand mobile (without router)

    Hi patede,
    Welcome to the HP Support forums.  I see that you would like to learn how to set up your Deskjet 2540 printer to be able to print wirelessly from your Android mobile device when you don’t have a router.
    I have included the document titled Printing from an Apple or Android Mobile Device with HP Wireless Direct.  The document will walk you through setting up the printer and  how to print from your Android mobile device.  Please note that when you are connected to the printer’s network you will not have access to the internet.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Multiple printing for smartforms

    Hello again masters,
    i am trying to print  smartform page for 2 times. i am using tdcopies parameter for that but it is still printing for once. what am i not doing ?
    here is my code :
    data : gv_smart TYPE rs38l_fnam,
           con_pa  type ssfctrlop,
              out_op  type ssfcompop.
    INITIALIZATION.
    out_op-tdcopies = 002.
    START-OF-SELECTION.
    perform smartform.
    form smartform.
       "IF NOT itab_tb[] IS INITIAL.
         CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
           EXPORTING
             formname = 'Z_HEDIYECEKI_DENEME'
           IMPORTING
             fm_name  = gv_smart.
         call function gv_smart
         exporting
           control_parameters = con_pa
           output_options     = out_op
           user_settings      = space
           it_data            = itab_tb
         exceptions
           formatting_error   = 1
           internal_error     = 2
           send_error         = 3
           user_canceled      = 4
           others             = 5.
    endform.

    Hi,
    Some printer servers (host spool systems) do not handle the copy counter sent by R/3 spool system. What's the setting in SPAD for copy counter on the output device you ar using:
    and can you try "Pass Copies as Separate Output Request" if it is not yet set?
    Edit in: and is there no exception processing just because you shortended code for posting here, or is there really no exception processing after FM calls..? Please... if someone (possibly "fresher") having to look for hours to get to the source of wierd problems after inheriting your work (and then cursing when he/she finally sees missing exception processing) does not worry you, every time somebody neglects to process exceptions when programming with smartforms, enraged programming gods kill a kitten, and a timid "fresher" somewhere is made to do SAP assignment before being given training, guidance and friendly encouragement, and Larry Ellison's "henchmen" get to badmouth HANA... Please, think of the "freshers" and kittens At least take the exceptions out of the call so the thing dumps, should anything untoward happen...
    cheers
    Janis
    Message was edited by: Jānis B

  • Restrict Duplicate print of receipt smartform for specific users

    Hi Folks,
    I have a custom driver program to print Customer Receipt and everything is working fine. But now I have a requirement saying I have to restrict the print option to specific user in case of print of Customer Receipt more than once.
    I found a parameter TDAUTORITY in smartform control structure SSFCOMPOP but since there is no documentation for this structure, I have no idea what is this parameter for.
    So, request you if you could guide through how to meet my requirement of restricting duplicate print for userids.
    Thank you.
    Regards,
    Sud.

    Thank you Brad for your reply.
    Since mine is a custom driver program that is not linked to any Output type in NACE, I can not use the NAST table variable. the NAST table is never updated since my program is a complete Z developement with selection screen to input the values.
    So , I believe that I am left with the Authorisation object approach. I shall use the AUTHORITY-CHECK for the user and should proceed accordingly.
    Thanks again !
    Regards,
    Sud.

  • Setting background print parameters for a Smartform

    Hi,
    I have created a Smartform being triggered from a report program. On the selection screen we have given option for the user to select printer of their choice. When I run the report in foreground it works fine and prints for whatever printer specified. However we need to run this report in the background and print to a specific printer, when I run it in background it always picks local printer as default. Can anyone help me on this?Any advise would be greatly appreciated and rewarded..
    Thanks,
    -Anthony.

    Hi
    Set the control parameters using FM
    Import parameter of the generated function module: CONTROL_PARAMETERS
    Component type: SSFCTRLOP
    you can refer standard driver program RLB_INVOICE
    http://help.sap.com/saphelp_nw2004s/helpdata/en/71/9ccd9c8e0e11d4b608006094192fe3/frameset.htm
    Regards
    Shiva

  • How to configure automatic printing of picklist for an OBD?

    Hi Experts,
    Can you pleae let me know how to configure automatic printing of picklist for an OBD?
    Thanks,
    Shetty

    1. To see whether picking list (EK00) is generated:
    VL02n open the delivery -> menu bar -> extrax -> picking output . 
    Is EK00 there? If not, it means that EK00 is not generated for this delivery.
    If EK00 is green -> it means that it has been printed.
    If it's yellow -> it means that it hasn't been printed yet. Now you have to goto VL70 to print it.
    2. To generate a picking output for one delivery, you have to do:
    [1] In customizing of shipping point, (img -> enterprise structure -> defination -> logistics execution ->shipping point), you have to set picking output  (TVST-KSCHL).
    [2] Item is relevant for picking, and plant/storage location is not assigned to a warehouse.
    [3] Set default print parameter in customizing.  (IMG -> Logistics Execution -> Shipping -> basic function -> output control ->define print parameter -> V4 -> for you picking output type -> assign default print parameter to shipping point ).
    Edited by: Harry Wu on Jul 23, 2010 3:07 AM

  • How to pass a smartforms to a local printer for printing

    I have converted my smartforms to PDF.
    I need to pass the PDF to a local printer for printing the PDF.
    How can I achieve that?
    Any tips in this issue will be of great help.
    Thanks
    Surkumar

    Hi Surkumar,
    plz go through this link
    To send the output thro
    Thanks
    Mohinder

  • How do I configure a Frontend Printer for User type - Communication "C"

    Hi,
    Inorder to facilitate the business process in our company we have assigned (using T.code OMJ3) 2 Storage locations to print the material documents to the front end printer whenever a GR or GI/GT is performed.
    Recently we implemented a project, to perform a GR (movement type 505) using dotnet application, which connects to SAP R/3 using a Login Id with user type "C" (communication). The material documents cannot be printed as the system is searching for a frontend printer. If we assign a particular Printer we are able to print, but this does not help our business process effectively.
    Can we configure to print the material document on the front end printer?  Assumed that fronted printer cannot be configured to this user type and we tried to use the T.code OMJ4 to assign the user group, but did not work. The output determination was always pointing to the frontend printer and the spool is in "waiting" status.
    Please suggest how can we configure so that at the same storage location, we should be able to use the frontend printer by user type dialog or communication.
    Or any alternate way of doing this.
    Thanks
    Nithin

    Firefox Orange Button > Preferences > Preferences > Application
    Search for the ".indd file" and change the option

  • Need to configure output type for adobe form

    Hello All,
    I need to configure output type for Adobe Form thru NACE. What would be print program and how do I call my form from that program? and, what would be the FORM routine for that form in NACE?
    I'm little confused, Pls I need your help.
    Thanks in advance,
    Chandra

    Hi,
    Just before few weeks we did this task.
    Say for example if you want to print PO details through ADOBE form instead of normal sapscript layout or standard MEDRUCK, you can follow the following steps.
    1. Design the form in SFP tcode, by passing the necessary inputs through form interface.
    2. Then use tcode tcode NACE and select EF as application and click output types button on the          application tool bar. Select NEU output type and double click processing routines on left side.
    3. Then, in the right side of the screen we can see the calling program and the form (may be sapscript or smartform) whatever used.
    4. For form names we have two options in NACE tcode.
    One is Form and the otherone is PDF/Smartform Form. If you are using adobe form give your form name under PDF/Smartform and also select PDF under the type option in the same screen.
    This worked perfectly for us. But pass the required parameters to the form from the routine used in standard program.
    If any queries please post it.

Maybe you are looking for

  • EHP7 Upgrade stuck in NTACT_ALTNT Phase

    Dear Experts, Am stuck in the upgrade NTACT_ALTNT phase of the EHP7 upgrade Source: SAP ECC6.0 Target: SAP ECC 6.0 EHP7 In the preprocessing phase got an error in the        MAIN_SHDIMP/SUBMOD_SHD2_RUN/NTACT_ALTNT     phase. Please find the logs belo

  • QM usage decision error

    hi QM gurus, in tcode QA11 i cannot do the usage decision, it says you have not completed all characteristic. what shall i do to correct this. can anyone pls give me specific instructions on what to do.. thank you so much.

  • Configure Apple TV through MacBook Pro?

    Is there a way to configure Apple TV through the MacBook Pro? I'm trying not to buy another remote.

  • Over sensitive touchscreen

    I have a iPhone 3gs (which is still under warrenty... just) & it has developed an issue over the last few days. It's touchscreen has become difficult to use as it is over sensitive. You can select something while your finger is a good 2cm's away from

  • IPSEC tunnel sa local ident is an odd IP range

    I am setting up for the first time a tunnell from my ASA 5505 to an ISA 2006 server. I have a successful connection between the two devices, but what seems for only a certain IP range. show crypto ipsec sa shows local ident (192.168.100.16/255.255.25