ZEBRA PROGRAMMING FOR SHIPPING LABEL

Hi gurus,
i have one assignment for creating shipping label using zebra programming into SAPSCRIPT.
page size is 5 inch X 7 inch.
I also want to draw a circle and in that  circle i want to write P\B . i.e. no lead symbol.
can anybody give me the sample code to do this as i am new to this kind of assignment.
is there any other way to develop this label using abap language in ECC6.0.
thanks in advance.
Vinod

Hi
Hi Print the Label Bar codes by converting the File in to notepad, Simply Copy the File to the Zebra Printer It Will Directly Print
Vinodh : Let me know how the label is designed (I mean By Which software it the Shipping Label is Desiged)
Reply If u need any Clarifications
N.Mohamed Zubair
Edited by: Mohamed Zubair on Jan 29, 2009 10:18 AM

Similar Messages

  • Driver program for Pallet label or Handling unit

    Hi Friends,
      Could any one give me The standard driver program for Pallet label for Handling unit

    Hi Jyotiswaran,
    It can be without HU managed. You need to use SU (storage unit) managed storage types.
    When you do GR for inbound delivery and create a TO for stock putaway, by using the palletisation data in WM view 2 system generates the storage units. The same can be treated as the pallet number.
    Regards,
    Sudhir

  • Any templates for Shipping Labels?

    Been looking for shipping labels templates (Avery) can't find any.

    If we do use the method earlier in Address book and I select Avery 5161, which has 10 rows and 2 columns per sheet of labels, and I want to print a label on column 2, row 2, for example, how do I select to print there? It looks like it always defaults to the first column, first row? If I used that label before on the sheet I need to be able to go to another label on the sheet.

  • Is there any purging programs for shipping (WSH)?

    We are looking for purging programs for the shipping and distribution areas.
    Is there any of them available?

    Hi,
    Yes, there is. Concurrent "Purge Obsolete Workflow Runtime Data" under System Administrator.
    Regards,
    Ketter Ohnes

  • HT1338 what is the best program for printing labels, business cards for a Mac book pro ?

    What is the best program or app for printing lables,business cards etc. for my Mac book pro ?

    I use Pages with the template from the manufacturer of the labels and cards. Works great for me.
    Allan

  • Please help! My computer will print everything but shipping labels.

    I have always used this printer for shipping labels. All of a sudden, it will not. It will print everything but. No errror message, I have plenty of ink, nothing has changed. What is going on?

    Please read this post then provide some details.  What printer model? What operating system? How is the printer connected - USB, wired LAN, Wireless LAN, bluetooth? Are there any error messages on the printer or computer screen?  What program are you printing the shipping labels from? Does the printer go through the motions but the label is blank or does it simply ignore the print job?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Prepaid shipping label for edge program

    I used my edge program to get the new iphone.  However, there was no prepaid shipping label in the box to send my old phone in.  Any one else have this issue?  Am I supposed to get it from somewhere else?

        et1234,
    Not at all! Happy to help with your questions.  When you click on the above link you will need to sign into your My Verizon account. Once signed it you can click on the order you need the label for and there will be a Print Return Label option.  You can always have the store assist you in printing a label as well. Let us know if you need any further assistance!
    TrevorC_VZW
    Follow us on Twitter @VZWSupport 

  • SAP Script : Control Commands for printing Label (barcode) by Zebra Printer

    Hello,
    I would like to know the control commands in sap script for Zebra Printer. The purpose of task is to print a field in barcode format in Right Bottom of the label.
    The sample code is placed below. Kindly have a look at it. The problem now i am facing is, the barcode for Customer PO is printing on the wrong place (Left Bottom, the text & barcode are overwriting). Can anyone suggest a possible way or can any one send the document for Barcode commands in SAP Script for Zebra Printer.
    Sample script code:
    Initialization and reset Barcode
    XAMCY^XZ
    Start
    ^XA
    Barcode setup
    ^BY3,2.7,2.2
    Set label home position
    ^LH
    ^FWN
    FO385,025A0R,40,50FDPN: &VBAP-MATNR&FS
    FO385,725A0R,40,50FD&VBAP-ARKTX&FS
    FO385,1710A0R,40,50FDRtns: &zsntsc-contr&FS
    FO345,025A0R,40,50FDService Order# &AUFK-AUFNR&FS
    FO345,725A0R,40,50FDSerial# &EQUI-SERNR&FS
    FO345,1710A0R,40,50FDRepair Order# &VBAP-VBELN&FS
    FO245,025B3R,N,90,N,NFD&AUFK-AUFNR&FS
    FO245,725B3R,N,90,N,NFD&EQUI-SERNR&FS
    FO245,1710B3R,N,90,N,NFD&VBAP-VBELN&FS
    FO138,1710A0R,40,35FDCustomer PO# &VBKD-BSTKD&FS
    FO98,025A0R,40,50FDWrnty: &W_WARRANTY&FS
    FO98,605A0R,40,50FDRoute: &W_ROUTE&FS
    FO58,025A0R,40,35FDShip-to-name: &W_NAME1&FS
    FO58,1325A0R,40,35FDMinor Group/Nr: &TVM5T-BEZEI&FS
    FO58,1325A0R,40,35FDMinor Group/Nr: &TVM5T-BEZEI&FS
    FO18,885A0R,40,35FDReported By: &QMEL-QMNAM&FS
    FO18,1710B3R,N,90,N,NFD&VBKD-BSTKD&FS
    ^XZ
    Thanks in Advance,
    Ramasamy

    HI
    GOOD
    GO THROUGH THIS
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool. 
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    The next part of the equation can be a bit tricky as you will need to get a printer to print that barcode font. Regular laser printers does not normally print barcode fonts, only specialized industrial printers that is specifically designed to support that protocol and that uses specialized label media and heat transfer (resin) ribbon to create the sharp image required for barcodes.
    Not to fear though, there are two ways to get around this:
    - You can have your IT department do some research - 
    most laser printers can accept a font cartridge/dimm chip (similar to computer memory), called a BarDIMM that will allow a laser printer to support the printing of barcodes.
    - Secondly, you can buy software that you can upload in your SAP print Server that will convert the barcode symbology as an image that will print on a regular laser printer. I found that this option results in less sharper barcodes. This option is really if you need to convert a large quantity of printers (>10) to support barcodes. 
    - Thirdly, you can buy a third party software like Barcode.dll and install on your frontend PC connected to the laser printer.
    Now you have a barcode printed - what next?
    Well there are two options, depending on your business requirements:
    - You can use an existing SAP transaction on a regular workstation and get a barcode wedge reader to hook up between the keyboard and the PC. These wedge readers comes in a wand or scanner format. There are even wireless wedge scanners available that allows you to roam a few yards from the workstation to scan a label. This approach is mostly used where you want to prevent human errors in typing in long material, batch or serial numbers in receiving or issuing of material. The problem is that it's just replacing the keyboard input and you are basically locked down in one location and have to bring all the material to that location to process.
    - Another solution is to use SAPConsole transactions
    or write your own ABAP Dialog programs that will fit onto a barcode enabled wireless handheld terminal and that will follow the business logic as executed on the shop floor. 
    These programs are highly complex exercises in industrial engineering and ergonomics because of the limited screen sizes and limited ability to accept keyboard input. The user is instructed step-by-step and only scan and push F-keys to interact with the SAP system. Scan, scan, beep, beep, enter - highly automated.
    GO THROUGH THESE LINKS
    http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm
    THANKS
    MRUTYUN

  • I purchased Label Printer Pro 7, but it does not work. It crashes. Please recommend an address/shipping label program that works with Avery labels. Thanks.

    I purchased Label Printer Pro 7, but it does not work. It crashes. I press print, and the program closes. I press save, and the program closes. I press print and the program closes. I have had an email exchange with Pabel Printer Pro 7, but the best they could offer was to go to Utilities and click on fixed permssions. I have done that several times, and the program still doesn't work.
    Can you please recommend an address.shipping label program that works with Avery labels that I can purchase, and that is also simple to use?
    Thanks,
    Paula

    I purchased Label Printer Pro 7, but it does not work. It crashes. I press print, and the program closes. I press save, and the program closes. I press print and the program closes. I have had an email exchange with Pabel Printer Pro 7, but the best they could offer was to go to Utilities and click on fixed permssions. I have done that several times, and the program still doesn't work.
    Can you please recommend an address.shipping label program that works with Avery labels that I can purchase, and that is also simple to use?
    Thanks,
    Paula

  • Processing shipping labels for services.

     Hello! This morning I want to prepare and ship via UPS a package not related to auction, Ebay transactions. I do have a linked UPS account set-up. All my defaults tell me I can prepare shipments for non-auction, goods and services but bloody heck...where is the tool so I can do that within my account. I do not want to use multi-shipping tool. I just want to process shipping labels and have the cost come off my PayPal account! Why is it so DIFFICULT ??? 

    https://www.paypal.com/shipnow

  • I want to make address labels and print them out. Does anybody know of a word processing program for Mac that would do this?

    I want to make address labels and print them out. Does anybody know of a word processing program for Mac to accomplish this?

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?

  • Excessive white space while printing shipping label using FedEx online for ground service.

    Printed shipping label and printed shipping receipt have way too much spacing. Every character is separated by what looks like a space key entry.

    Maybe this is fixed in the Firefox 4 RC.
    You can update to the Firefox 4 RC release candidate via Help > About Firefox.
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=635768 Bug 635768] – pages print improperly
    ''(please do not comment in bug reports)''

  • How do i print the shipping label for repair?

    I'm on the Apple Support Repair status section and i cannot see where to print the shipping label to send via post? Any ideas? They said on phone there would be a link but I cannot see one?

    Yes, I'd start by contacting Verizon Customer Service, first.
    If you fail to contact them before your phone is shipped out, call FedEx Customer Service, explain the situation, provide the tracking number, and have the address changed.  I know FedEx does it, as I've had to do it with signed orders in the past.

  • With Firefox 4 I can't print a shipping label off the post office's website (click 'n ship) like I used to with Firefox 3

    I go through all the steps to print out a shipping label when I am on the post office's website for click 'n ship, but the website won't communicate with my printer (when I am in firefox 4). So I switched back to Firefox 3 and have no problems.
    This happened before in the beta version and I had to switch back to Firefox 3, so I was happy to switch again to Firefox 4 when the completed version came out, but the problem came up again and after all the steps were done to complete the shipping label and I hit the print label button, my printer connection window never popped up so that I could click on it to command my printer to print the label. I am a registered user of click 'n ship on www.usps.com

    After waiting forever to talk to some jerk at USPS Click and Ship help, he told me it's an Adobe issue. I didn't ask why it just started happening, but I too just updated to Foxfire 4 recently, it must have something to do with it.
    Open your Adobe reader... under programs...mine is called Adobe Reader X
    Go to "Edit" in top left...click "Properties"...
    Uncheck "display PDF in browser",
    Then restart your computer for it to take effect. I am so thankful it worked!

  • Maxi code and Barcode - WMS shipping labels

    Hi All,
    As a part of creating shipping label process we create XML files which stores the data to be printed.
    We just use loftware to print the labels directly to the Zebra printers
    Requirement: To send a copy of the label to the user instead of printing
    Question: i know barcodes can be printed using rdfs
    but
    1. can i print maxi codes on to pdf using RDFs
    2. can i use any other utility in Oracle apps that would help me in creating a pdf with maxi code and bardcode?
    Would appreciate any help in this context
    Thanks

    Hi;
    Subject: How to Configure Web Report Using Barcode Font on UNIX without Barcode Font Doc ID: 118671.1
    Subject: ORACLE*REPORTS CHARACTER MODE AND PRT FILES Doc ID: 61407.1
    Subject: Troubleshooting Printer Format Problems for Release 10 Doc ID: 1011985.6
    Please follow below link and see its helpfull
    Regards
    Helios

Maybe you are looking for