Printing smartform/script in line printer

hi experts,
       can any one suggest me how to configure my smartform to line printer,
presently i have configured my smartform to dotmatrix printer FOR 24PIN EPSCP DEVICE TYPE in spad, can anyone suggest me please
kishore

hi
CHeck with the Service Provider and Basis Consultant because Zebra Printers  need a specific memory device & drivers to print Bar codes . cross check with them ...
surya

Similar Messages

  • Problem while printing smartform in dot matrix printer

    Hi Experts,
    When i am printing smartform using dot matrix printer only the last page prints but all the pages displays in print privew.
    For example suppose there are three pages to be print 1/3, 2/3 , 3/3 , i get all the three pages in print privew as well as when i take its printout in laser printer i get all three pages as print, but when i am using dot matrix printer i get only the last page ie 3/3 as print.
    Regards
    Varun Sharma

    Hai Varun,
    If things are coming properly then its no more ABAP issue.
    Need to check out with the BASIS team along with the IT / hardware department.
    Just try to take print out on a other dotmatrix printer, if its somewhere close to you as usually they are heavy and large in size can't be moved.
    Hope this helps,
    Cheers,
    Suvendu

  • Printing smartform in Dot matrix printer

    Hi ,
    i am giveing the printout of the smartform in the dot matrix printer. But in the print out the template is not getting printed and in the second table i am getting extra lines in the table. Please give me any suggestions and is there any settings to be changed in the printer.
    Warm Regards
    Phani.

    There may be some isssue with the loop used to printing the table ....
    There might be only 2 reasons either there is loop repeating or not data is not cleared  concentrate on this two issues only .
    try debugging the table jus before printing .if its is fine , then
    Sometimes even the problem with the print catridge could have resulted in this .
    Edited by: Martina Floriette on Jun 23, 2009 7:50 AM

  • Not able to print the script form from print preview

    Hi Experts,
    I need to print one of the script form from print preview. As per the req. first i need to generate a print preview of this form and if required should be able to print it from this preview.
    i am able to generate print preview and also able to see the print option but when i try to print it is going to the spool (which i dont want). I want it to be printed directly to the printer instead of sending it to the spool.
    Please suggest me
    The way i coded it is
    DATA: arcpar TYPE arc_params,
                pripar TYPE pri_params.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          layout                 = 'X_65_132'
          line_count             = 65
          line_size              = 132
        IMPORTING
          out_parameters         = pripar
          out_archive_parameters = arcpar
          valid                  = val
        EXCEPTIONS
          archive_info_not_found = 1
          invalid_print_params   = 2
          invalid_archive_params = 3
          OTHERS                 = 4.
      pr_options-tddest = ''.
      pr_options-tdpreview = 'X'.
      pr_options-tdnoprint = ''.
      pr_options-tdsuffix1 = 'STUFF'.
      pr_options-tdsuffix2 = matnr.
      pr_options-tdimmed = ''.
      pr_options-tdlifetime = '2'.
      pr_options-tdprogram = Form-name.
    CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          device   = 'PRINTER'
          dialog   = space
          form     = "purchase or"
          language = sy-langu
          OPTIONS  = pr_options
        EXCEPTIONS
          canceled = 01
          device   = 02
          form     = 03
          OPTIONS  = 04
          unclosed = 05.
      CALL FUNCTION 'START_FORM'.
    ENDFORM.                    " open_and_start_form
    Thank you.

    Hi,
       Just pass the value 'X' to "pr_options-tdimmed" field.Try this.
    I hope,it help you
    <=<< Sharing Knowledge is a way to Innovative  >=>>
    By,
      Yoga

  • HPOfficejet Pro K8600. When printing .pdf black blocks/ lines print over random words.

    Only happens when sent from one source.  They are not visible on the screen and doesn't happen when I print to a black and white printer.  The graphics print fine - just random black blocks and lines throughout the text, over top of words.
    Thank you.

    Only happens when sent from one source.  They are not visible on the screen and doesn't happen when I print to a black and white printer.  The graphics print fine - just random black blocks and lines throughout the text, over top of words.
    Thank you.

  • Printing smartform to a perticular printer

    Hi all.
    I want to print the samrt form &  DONT WANT to get the POP UP which prompts us to enter output device.
    Below is the smart form FM. & Parameters .  Even though I am passing the output device in the FM , it is not considering this output device which we are passing. It is taking the default printer  which has been assingned in user profile ( Tx code SU3).
    Let me know how to avoid this. I should get the print in the output device which I am passing( I am passing LOCL in program) . It should not consider the
    default printer assinged in Uesr profile (SU3)
    Below is th code
    gwa_cparam-no_dialog = 'X'.
    gwa_outoptions-tddest = 'LOCL'.
    gwa_outoptions-tdimmed = 'X'.
    *ENDIF.
    Printer name to be used is provided in the export parameter
    OUTPUT_OPTIONS
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
      EXPORTING
        input        = gwa_equi-matnr
    IMPORTING
       output        = gwa_equi-matnr.
    CALL FUNCTION gv_fmname
      EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
        control_parameters         = gwa_cparam
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
        output_options             = gwa_outoptions
       user_settings              = 'X'
        sernr                      = gv_serial
       ACTUALQTY                  = 1
        werks                      = p_plant
        brgew                      = gv_brgew
       groes                       = gv_groes
        maktx                      = gv_maktx
        mfg_date                   = gv_mfg
      NAME1                      =
      NAME2                      =
      STRAS                      =
      PFACH                      =
      PSTLZ                      =
      ORT01                      =
        matnr                      = gwa_equi-matnr
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
    EXCEPTIONS
       formatting_error           = 1
       internal_error             = 2
       send_error                 = 3
       user_canceled              = 4
       OTHERS                     = 5.

    Hi,
    Try with this code.
    data : gwa_outoptions TYPE  ssfctrlop.
    gwa_outoptions-no_open   = 'X'.
    gwa_outoptions-no_close  = 'X'.
    gwa_outoptions-DEVICE = 'LCOL'.
    Regards
    Bikas

  • Problem in Smartform Table/window Line Using Dot Matrix Printer

    Dear Experts,
    I faced issue in printing smartform using dot matrix printer. In the print result, the table line (horizontal and vertical) is not printed. I already search the forum but none can solve my issue. I already changed the table line width into 30 or 40 TW but still not work. Everything is OK in the print result, except the table line.
    If i manually print/write '__' (underscore), it appear in the print result, but to write horizontal line and vertical line manually in the smartform will be huge effort.
    I used device type EPESCP9 for the output device.
    Can you tell me what i need to do?
    your help will be appreciated.
    Thanks

    Hi,
    Check your device type.
    http://forums.sdn.sap.com/thread.jspa?threadID=2016838
    Jshree

  • Change Font size for Line printer when Printing ALV

    We are using device type IBM 64xx LP+ emulation 1.00A to print to an IBM line printer.
    I would like to change the font size of an ALV report I am sending to the device.
    Can the font size be set in the Printer Initialization section of the Format?
    Ex. I am using X_65_255
    What/Where can I add the font size
    Set to P-Series Emulation (SSCC P 0)
    \0x1b\0x7c\0x7d\0x3b\0x50\0x30
    Emulation Reset                               (SFCC @)
    \0x01\0x40
    Character Set = IBM PC, ASCII, IBM PC(0850)   (SFCC l 0 0 1)
    \0x01\0x6c\0x30\0x30\0x31
    Print Mode/Pitch Selection = DP Quality, 20 cpi
    \0x01\0x7c\0x7d;Sxxxxx;0;0;xxx;0024;0048
    Line Spacing = 6 lpi                          (SFCC 2)
    \0x01\0x32
    Forms Length Set = 66 lines                   (SFCC LINES;66 <CR><LF>)
    \0x01LINES;66\0x0d\0x0a
    Thanks,
    Mike

    You will find the P-series emulation here: [LinePrinter Plus programmer's reference manual|http://www.printronix.com/WorkArea/downloadasset.aspx?id=4546] (printronix doc)
    You don't have many options with P-series. Maybe it's better to choose another emulation, and get the IBM 64xx programmer's guide.

  • Output to line printer (132 x 66)

    I need to print statement to a Line Printer (such as Epson LQ-1600K) on preprinted form.
    Should I use character mode?
    I've tried to setup a character mode report as described in
    Daily BI Views
    (except output chr(14) to printer)
    The layout of printout is as follows
    - 132C x 66R
    - 14 7/8 x 11 inches (paper)
    However, the layout scale is 124 x 52. I can place more than 132 characters on each line. And, my printer definition file is as follows:
    --- starts ----
    printer "dflt"
    height 66
    width 132
    after page control(L)
    return control(M)
    linefeed control(J)
    ---- ends ----
    Is there anything I missed? Please help! Thanks!

    And, error message "REP-1352: The fonts specified for this report cannot be found
    for the character set specified by NLS_LANG" was prompted. The fonts will be automatically set to "r_control" other than "courier new".
    report font : courier new
    NLS_LANG : AMERICAN_AMERICA.US7ASCII
    Please help.

  • Printing PLD through Line printer

    Hi All,
    Is it possible to print PLD through a
    Line printer - Star SP 200. If yes,
    please guide me the steps.
    Regards
    Deep

    Hi,
    Thanks for replying,
    What are the three printers that are supported and since we have some
    Star SP 200 printers ,is there some way we can print PLDs though this.
    Regards
    Deep

  • Print data at new line in SAP Scripts

    Hi,
    Is there any way that i can print data at new line in sap scripts. I am looping my data and its printing in the same line but i need to print it at new line. Is there any formating options or any command to do that.
    Thanks

    Than you must take all the values from the internal table into the different variables and than print them.
    In program:
    READ TABLE ITAB INTO WA_TAB INDEX 1.
    IF SY-SUBRC = 0.
      VAR1 = WA_TAB-FIELD1.
    ENDIF.
    * read all the lines and fill the VAR variables
    In SAPScript:
    /E LINE_VAR
    /P &VAR1&
    /P &VAR2&
    /P &VAR3&
    /P &VAR4&
    Regards,
    Naimesh Patel

  • 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

  • Smartforms table border lines not printing (URGENT)

    HI,
    I am trying to print samrtform table border lines on Epson dot matrix printer, in print preview it showing table borders as thick black lines, while printing it not printing lines. It is printing data correctly. Can any one suggest the soution, it is very urgent.
    Regards,
    MAHESH
    Edited by: MAHESH FADNAVIS on Apr 7, 2008 11:53 AM

    Can you try to print in a different printer, if the error persists then the problem is in the smartform, otherwise raise a note to SAP regarding this. I think that there is problem is with the page format in which u are taking the printout.
    OR
    Can you check if you have selected the framed border in the table border select pattern.
    Hope That Helps
    Anirban M.

  • Reverse printing a window (Mirror image) in smartforms/scripts

    Hi,
    Is it posible to do a reverse print of a particular window(Mirror Image) in smartform/script output?
    Scenario:
    I have 3 windows in the smartforms.
    Window1
    Window2
    Window3
    I want to print Window1 & Window3 normally & Window2 upside down like a mirror image.
    Regards,
    Sree

    Hi friend,
    One suggestion if you are printing your company logo or some thing like that in the window2 then you can invert the image using paint and then again upload it.
    Else if its some sort of text like that then you can rotate it using some functions like '^FWR' like that there are functions to rotate the text.
    Or else you can handle this using or setting the printer settings but i think its not possible to change the settings for only one page.
    See the Link : [Printing vertical text in Smartform|Printing vertical text in Smartform;.
    In this the post by Julie LV will be helpful to you.
    I think this will solve your issue if you face any queries please revert back to me i will help you.
    Thanks,
    Sri Hari

  • Smartform/Script Preview Appears ok Printing is Inverse(Upside Down)

    Hi Friends,
    We are having number of Objects on which Company Logo and other Graphics has been added.
    When I look at the Layout in Preview. It Appears OK.
    But when I take Printing It comes INVERSE (Upside Down)
    This issue has been obsered while taking  coloured printing.
    (  If I take printing through MS-word Everything come Correct  )
    Kindly suggest how to resolve these issue.
    Thanks In Advance.

    Hi,
    This issue has nothing to do with the coding or the smartform. The problem is with the printer. If you try the same with other
    printer it might work properly. Try installing the latest drivers for the printer. This should solve your problem.
    Regards,
    Sagar

Maybe you are looking for