Printing label on TEC SX4 from Sapscript

I try to print label on TEc printer SX4 from Sapscript. i am studying TEC Sample code. for example following below:
     [ESC]C[LF][NULL]
     [ESC]D0500[LF][NULL]
     [ESC]PC00;0020,0050,2,2,2,00,01[LF][NULL]
     [ESC]PB01;0020,0200,4,6,0,0100[LF][NULL]
     [ESC]RC00;MAt[LF][NULL]
     [ESC]RB01;1234567890[LF][NULL]
     [ESC]I[LF][NULL]
i am sending this text on command prompt  as   > copy test1.txt lpt1 
but i can not print a label.
Does anybody know how to do it ?
Thanks in advance

Hi Manish,
You will have to go ahead and get the license for the software.
Barone software is another option for designing Labels for Zebra Printer.
Compare and make your decision.
Cheers
Ajay

Similar Messages

  • I am trying to print labels in alphabetical order from my contact app

    I am trying to print labels in alphabetical order from my contact app.  i am new to this..any help will be appreciated

    Hey BethAT,
    Thanks for the question. I understand that you would like to print contact labels in OS X. The following resource may help you accomplish this:
    Contacts (Mavericks): Print contact information
    http://support.apple.com/kb/PH15095
    Thanks,
    Matt M.

  • Print labels for Christmas cards from all Contact cards

    I want to print labels for Christmas cards from all Contacts. It looks like I can print only the active card. Don't see any way to print them all on a labels sheet from Avery

    http://www.podfeet.com/blog/tutorials-5/how-to-create-address-labels-from-osx-co ntacts/

  • Print DMS Document from SAPscript

    Hi
    I have a requirement when a user prints Bill of Lading document i need to print a document (stored in the document management) that is linked to a customer or material master.. Can you please explain me how to archive printing documents stored in DMS from sapscript.
    I really appreciate for all the help.
    thanks,
    Hemanth

    hi
    i can't tell how to get the DMS data but if want to print the DMS data... u can do it by using print program... after successfull completion of printing of bill of material.. u have to write code in the program... in the retrive data related to DMS then prepare the ouput format for DMS( ex report or forms)..the issue it to print... by ur program.
    as mentioned above u can print the DMS data without intervention of the user... because everythig is done by u r program..
    I hope this Logic will helps u.. try in this way.

  • DMS printing from sapscript

    Hi
    I have a requirement when a user prints Bill of Lading document i need to print a document (stored in the document management) that is linked to a customer or material master.. Can you please explain me how to archive printing documents stored in DMS from sapscript.
    I really appreciate for all the help.
    thanks,
    Hemanth

    Hi,
    Did you find the solution to this? I am having to solve the same problem. Any input is much appreciated.
    Thanks,
    Sanjay

  • Limited size in printing labels

    Hello everybody,
    We are trying to print labels, which are created from smartforms, to Zebra S4m (203 dpi). We use Host Spool Access Method C (Direct Operating System Call). Everything prints fine, but we are limited with the size of the printed document. The limit is only 644 KB. There is no error message in SAP queue or in Zebra printer when we exceeded this limit. But it prints a lower amount of labels than we need. We don't know whether the problem is in SAP system or in the printer. Is there any posibility to split the printing task?
    Jan

    Hello Jan,
    could you pls let me know which device type are you using?
    Also are you printing the label with sapscript or smartform?
    Where you see the size limitation?
    Can you test if you can print more size if you are using the access method G
    from the frontend client PC to you zebra printer?
    Regards
    Jie Bai

  • Printing Labels in Sapscript Printer SATO, Code 128

    Hello Experts, i need your help.
    Please, i want print labels in my form Sapscript. The printer is the type SATO and the code is 128.
    The label is the material number.
    I don't have any idea how to do it, what i must declare in my form, wich style. In the internet, i see that we do some calcul and we add some symbols. I don't understand why the calcul, what these symbols.
    Please, can anybody explain me the steps and what i must do it?
    Thank you very much.
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jul 10, 2008 4:10 PM

    --> Or else, you could do it in a more manual fashion. Condition records are required in this case also, when the event happen(eg : when Packing done in Delivery ), SAP creates a flat file, and save it in the destined folder.  Then, a person manually login to the Label software, select the particular label and the flatfile from which data should flow..and click print... In this case also, no sap script, no standard text...
    It is your job to find, which approach your company is using...This is the way Bartender, Label shop Pro (Intermec Printers design tool ), Auto Label (autobag printers design tool )  etc work. Disclaimer  : i have never worked on either SATO or Label Gallery.
    Now about Label Design..
    1. You create a label using your label design tool. (it is just like Visual basic or even our dear SAP's screen design tool.)
    2. you can drag and drop the barcodes, text containers, variable fields etc. For eg, if you have something like
    Customer Part  Number :  |||||||||||||||||||||||||||||||||||||||
                                                       PRN ZYZSDFGH
    --> drag a text field : write Customer Part number in that.
    --> drag a barcode field. when you place a barcode field, you will have option to select whether code 128 or data matrix of whatever the standard you need. also in the properties box of the bar code, you can select, where do you want to print the human readable form of partnumber. (whether on top of barcode, center or below the barcode).
    3. Save the label. there should be a provision on the label design tool, to convert this label into ITF format. do that. now we have for eg, barcode_label1. ITF.
    4. go to SO10 in SAP.  give name zbarcode_label and hit create. From Menu> Text> Upload--> select radio button ITF. then browse in your system for barcode_label1.ITF.  save the standard text. here is a sample of a standard text.
    <STX>H6;o727,23;f3;c20;h1;w1;d3,Quantity:;<ETX>
    <STX>H7;o1008,444;f3;c20;h1;w1;d3,Line:;<ETX>
    <STX>H8;o1008,26;f3;c20;h1;w1;d3,Customer PO#:;<ETX>
    <STX>H9;o867,25;f3;c20;h1;w1;d3,Customer P/N:;<ETX>
    <STX>H10;o94,26;f3;c20;h1;w1;d3,Item:;<ETX>
    <STX>H11;o124,26;f3;c20;h1;w1;d3,Desc:;<ETX>
    <STX>H12;o1167,497;f3;c20;h1;w1;d3,Phone:;<ETX>
    <STX>H22;o1102,28;f3;c20;h1;w1;d3,Cust:;<ETX>
    <STX>H23;o1073,497;f3;c20;h1;w1;d3,GTC Line: ;<ETX>
    <STX><ESC>F0<DEL>&ADRC-NAME1&<ETX>
    <STX><ESC>F1<DEL>&MAINITEM-MATNR&<ETX>
    <STX><ESC>F2<DEL>&MAINITEM-ARKTX&<ETX>
    <STX><ESC>F3<DEL>&MAINITEM-BSTKD&<ETX>
    <STX><ESC>F4<DEL>&MAINITEM-ZSUNITQTY&<ETX>
    <STX><ESC>F5<DEL>&MAINITEM-POSEX&<ETX>
    <STX><ESC>F13<DEL>&ADRC-TEL_NUMBER&<ETX>

  • Problem printing labels and envelopes from Address Book

    I am very frustrated by the impossibility, when printing labels or envelopes from Address Book, of including both an individual name and a company name on the label or envelope. The Address book will only print one or the other. When sending correspondence to a person in a large company or building, the correspondence will not get to that person with only the company name or the individual name. It shocks me that in all these years I have been a Mac user, Apple has never noticed and fixed this fundamental problem. I would now like to buy an Ipod or an Ipad, but I am reluctant because I do not want to have to sync my addresses to Apple's juvenile address book. Is there any solution to this?

    !http://i46.tinypic.com/2nvn6f.gif!
    "It shocks me that in all these years I have been a Mac user, Apple has never noticed and fixed this fundamental problem.
    Is there any solution to this?"
    Upgrade to Snow Leopard!
    Or check out the Mail & Address Book - Tiger Forums & ask if there is a work-a-round.
    !http://i50.tinypic.com/izvwo1.gif!

  • I am trying to print labels from my address book, and when I change it to have the first names first, only some names work.  Does anyone know what the problem is or how to fix it?

    I want to print labels from my address book, but when I try to put first names first, only some will work.  Does anyone know why this is happening and how to fix it?

    Hi MollyPhloot07,
    I'm glad you found the coupons.com app and you might also want to take a look at the GroceryIQ app from the same company.  Please note that at this time, printing is only support from iPad to HP wireless inkjet printer.  That's most likely the reason why your Canon isn't displaying when attempting to print.  The other way to go might be emailing the coupons you want to your email address, then open that email and print from a conventional desktop or laptop computer.
    Hope this helps!
    Coupon Support

  • Double side printing from SAPScript, last page missing

    Hello all,
    I try to setup double side printing from SAPScript, but have a problem and hope that somebody might help me.
    In my form I have two pages with main window (FIRST and NEXT) which have print mode set to 'D' and next page set to 'TANDC'. Page 'TANDC' has only one VAR window which contains terms and conditions text.
    Now, everything works fine except that T&C text isn't printed after last page (ie. after last 'NEXT' page). Is there a way to force printing of last (back side) page?
    PS: Calling 'WRITE_FORM' from the print program at the end didn't help either.
    Thanks in advance.
    Grigor

    Hi Vinod,
    this has a same effect as calling NEW-PAGE from form.
    Again, window 'FOOTER' is printed on a new page instead bellow 'MAIN' window and there are no T&C on the last sheet. I also tried to explicitly call text element in window 'FOOTER' before calling 'CONTROL_FORM', like this:
    CALL FUNCTION 'WRITE_FORM' "last element in 'MAIN' window
           EXPORTING
                element = 'LAST'
           EXCEPTIONS
                OTHERS  = 01.
      CLEAR sy-subrc.
    CALL FUNCTION 'WRITE_FORM'
           EXPORTING
                element = 'FOOTER'
                window = 'FOOTER'
           EXCEPTIONS
                OTHERS  = 01.
      CLEAR sy-subrc.
    CALL FUNCTION 'CONTROL_FORM'
           EXPORTING
                 COMMAND = 'NEW-PAGE'
           EXCEPTIONS
                 UNOPENED = 01
                 UNSTARTED = 02.
    It looks like the 'FOOTER' window is under control of SAPScript, not of print program.
    Note: 'CONTROL_FORM' call is placed immediatelly before 'CLOSE_FORM', so at the last possible place.
    Kind regards,
    Grigor

  • How do you print labels from contacts off the MacBook

    I am trying to print labels from contacts in my Macbook Pro.  I've done it before and now I can't remember how

    Hello there, mamajanie55.
    The following Knowledge Base article offers up some information on how to create labels and such from your Contacts:
    Contacts: Print contact information
    http://support.apple.com/kb/PH11608
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Print labels from SDK

    I need to be able to print labels from within SDK but I want to make the label format accessible by my customer. Does anyone know of a way to link in to something like ALD from SDK?
    Gordon Wood

    Gordon,
    The SDK does not have a facility for accessing the PLD or the ALD products.  You can use the Report Service to capture print information and parameters to send to a third-party report writer such as Crystal that you can then use.
    Eddy

  • Automatically printing labels from MII V12

    Hi there,
    We have a requirement that when a button is pushed on the MII page, we automatically print label(s) to a Zebra printer without any further user interaction.  I.E.  The operator clicks to confirm completion of an operation, and a label prints out as part of the transaction.  The transaction does not always communicate with the ERP system, so the labels must be automatically printed from MII.
    Has anyone done this?
    There are really two questions here.
    1.  How to print to a Zebra printer
    2.  How to have the MII transaction automatically print
    Thanks,
    --Amy Smith
    --Haworth

    This thread might help.
    [/thread/216673 [original link is broken]|/thread/216673 [original link is broken]]
    We have done printing from xMII to Zebra printers using similar methods wrapped in a custom action, as well as using our own device integration platform. The only issue with the above method is its ends up OS dependant, and requires the printers to be configured on the server.
    I dont know the scope of your needs, but a product like bartender may be appropriate. It would allow you to print by just writing a data file to a directory.
    There are ways to talk directly to Zebra printers, but would take some research & dev on your part.

  • Printing labels from CVI using ActiveX and WORD

    I'd like to print labels from CVI. I managed to create the label type I need
    in WORD. Now I want to use that in CVI. The following macro describes exactly
    what I want. Maybe someone can translate this to CVI, please ???
    Sub Macro2()
    ' Macro2 Macro
    ' Macro recorded 17-02-00 by IT-Systems
    Documents.Add Template:= _
    "C:\Program Files\Microsoft Office\Templates\Normal.dot", NewTemplate:=
    False
    Application.MailingLabel.DefaultPrintBarCode = False
    Application.MailingLabel.CreateNewDocument Name:="10.63230", Address:=""
    , AutoText:="ToolsCreateLabels1", ExtractAddress:=False
    End Sub

    We do not have an example that will do *exactly* what you need, but you should
    find an ActiveX example program, either in the CVI samples folder or on the
    Example Programs Database, that illustrates how to print a document in Word.
    The function you will need to call that actually invokes the print method
    is Word_DocumentPrintOutOld. It's defined in word2000.h; the prototype,
    in case you were curious is:
    HRESULT CVIFUNC Word_DocumentPrintOutOld (CAObjHandle objectHandle,
    ERRORINFO *errorInfo,
    VARIANT background, VARIANT append,
    VARIANT range, VARIANT outputFileName,
    VARIANT from, VARIANT to, VARIANT
    item
    VARIANT copies, VARIANT pages,
    VARIANT pageType, VARIANT printToFile,
    VARIANT collate,
    VARIANT activePrinterMacGX,
    VARIANT manualDuplexPrint);
    "Han Stehmann" wrote:
    >>I'd like to print labels from CVI. I managed to create the label type I
    need>in WORD. Now I want to use that in CVI. The following macro describes
    exactly>what I want. Maybe someone can translate this to CVI, please ???>>>Sub
    Macro2()>'>' Macro2 Macro>' Macro recorded 17-02-00 by IT-Systems>'> Documents.Add
    Template:= _> "C:\Program Files\Microsoft Office\Templates\Normal.dot",
    NewTemplate:=>_> False> Application.MailingLabel.DefaultPrintBarCode
    = False> Application.MailingLabel.CreateNewDocument Name:="10.63230",
    Address:="">_> , AutoText:="ToolsCreateLab
    els1", ExtractAddress:=False>End
    Sub>

  • How to print labels from my Christmas card list?

    Does anyone know how to print labels from the Christmas card list in Contacts?
    I am new to computers and having managed to type in all my addresses I was hoping to print some labels!    Please can anyone help!

    Welcome to the Support Communities. What version of OS X is your Mac running? ...Click on the  menu at top left of your screen and choose About This Mac. Note the version in the form 10.n.n and then see this ASC tutorial:
    Update your product list
    Then see this Apple doc, which is for OS X 10.9 (Mavericks)...
    Contacts (Mavericks): Print contact information
    ...Found by searching here:
    http://support.apple.com/kb/index?page=search

Maybe you are looking for

  • My recycle bin will not empty

    I am trying to empty my bin, but when I click "Empty Trash", A pop-up comes up asking "Remove Unlocked Items" and "Remove All", I click "All" but it will not empty.

  • Bapi for invoice create

    hi , i want to create invoice ..the reference number will be delivery...is there any bapi/fm to do this..i tried bapi_billingdocu_createmultiple..but its not working..if there isn't any bapi what isthe other way...its an urgent thing..thank you.. Tha

  • Getting error message 2053 "This entry already exists in the following tab"

    Hi all i have a user form which is connected to UDO of type document which has a document line user table which is bounded to a matrix within the user form. when i add a new line to the matrix and press update it works fine. when i change a value in

  • Improvements to status code explanations requested

    There are some status code explanations in the 9.0.4.x CSDK that could probably use some refinement to be more useful to application developers. Two examples: 1."CAPI_STAT_LIBRARY_INTERNAL_DATA = There was a corruption of data in the library." This m

  • Elements won't open, what should I do?

    I bought Photoshop Elements 3.0 in early 2008 and used it ever since. It was working pretty well until today when I wanted to open it and received this message: "Could not complete your request because of missing or invalid personalization informatio