Label Printing in SAPScript

Hi All,
I am facing a problem in Printing a Label in SAPScript.
Kindly find the following code snippet.
Request to give the explaination of the below code.
FO40,37A0N,30,35FRFDSHIP FROM:^FS
FO40,87A0N,30,35FRFD&SHIP_POINT-LINE1&^FS
FO40,137A0N,30,35FRFD&SHIP_POINT-LINE2&^FS
FO40,187A0N,30,35FRFD&SHIP_POINT-LINE3&^FS
FO40,237A0N,30,35FRFD&SHIP_POINT-LINE4&^FS
FO40,287A0N,30,35FRFD&SHIP_POINT-LINE5&^FS
Points Assured.
Regards.

I have already replied to this in another forum, however ...
You have to check the lines SHIP_POINT-LINE1/SHIP_POINT-LINE2/SHIP_POINT-LINE3/SHIP_POINT-LINE4/SHIP_POINT-LINE5. These have to be replaced by internal table fields coming from your print program inorder to display the text on the label.
FO40,37A0N,30,35FRFDSHIP FROM:^FS
FO40,87A0N,30,35FRFD&SHIP_POINT-LINE1&^FS
FO40,137A0N,30,35FRFD&SHIP_POINT-LINE2&^FS
FO40,187A0N,30,35FRFD&SHIP_POINT-LINE3&^FS
FO40,237A0N,30,35FRFD&SHIP_POINT-LINE4&^FS
FO40,287A0N,30,35FRFD&SHIP_POINT-LINE5&^FS
Try this. Hope it will help.

Similar Messages

  • Label printing issues in Sapscript

    We are struggling with building a new label for a finished good.  On previous labels we used barcode BC_CD39.  This new label requires a mix of same barcode and 2D barcode.  One of the issues is BC_CD39 is it is too big at 13mm.  So we want to use CD39__00 which is 5mm.  We have gone into SPAD and SE73 and we think we have this set up to work on the two printers involved.  We have also followed instructions for 2D in 197177 for adding new small font.  We also have a logo for printing.  When I print the printout does not have the smaller barcode, any text in smaller font and the logo is missing.  I went into the spooler yesterday and these prints are getting an error (unknown print control     should be output) that is talked about in note 17559.   And when I look at the print preview I have a logo and different size fonts and smaller barcodes showing- basically all the stuff that is missing from the actual print.  Has anyone else run into this and how have you resolved this?  I am not sure what the spooler does not like. We are using a Printronix T5000e series printer.
    The spooler error reads: character converter active when first problem occurred
    Data was saved with character set 1100
    Data will be converted to character set 9010 (synt = 9010) 
    and then it gives the OTF error mentioned above.
    Our latest attempt is downloading tru fonts and getting them into the printer.  Still no success and now the labels are not even printing.
    Thanks for any help.
    Susan

    We continue with not being able to print this label correctly.  If I do a screen shot I can see I have varying fonts on the label.  But it completely ignores the various fonts on printing.
    Our pirnter is a Printronix label printer.
    My form is defined as landscape.
    I get a spool error when printing that character set 1100 is being converted to character set 9010, which is custom for Printronix.
    If we print on legal form vs the label form it prints fine.
    We have tried different print drivers but nothng seems to get these fonts out.
    We are using 5MM 3by9 barcodes.
    This product is about to 'go live' and we really want to print this from SAP vs an external label software program.  If we use an external label program separate from SAP it can print perfectly on same label printer.
    We welcome any suggestions.
    Susan

  • Problem printing horizontal text in smartform with zebra Z6M label printer

    hello,
    The situation is this:
    There is a Z smartform wich prints a label to a zebra Z6M label printer with the text and barcodes vertically.
    The form have a command in the main windows with the parameter: S_LZPL_SETUP     '^FWR'
    This label works fine, but the client want to change the form, they have told me to create a new smartform and print the info horizontally, using the same printer.
    The tests i have done are the following:
    create a smartform from ground and write a template text and a barcode with a new font of system barcodes. the bardoce is shown ok(it is shown horizontally), the problem is that the template text is shown vertically, as in the original smartform.
    then i tried on another zebra ZM600 label printer, similar model, but not the same, and the smartform printed was ok (text and barcodes shown horizontally). So i think is a configuration setting problem, but i dont know where to search.
    i have checked the label printer parameters in SPAD, but didnt find anything souspicios.
    have you any idea?
    thanks in advance.

    See these if they be of any help.....
    BARCODE:
    goto smartform styles-> create a style-->
    create a character format.
    under standard settings give the bar code name
    use this style in ur smartform. select the data field which u want to barcode print and assign the character format
    Similarly
    SAPSCRIPT
    open the form and click the character format button and
    repeat the step as above....
    http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/frameset.htm
    Go to Character formate in your form.
    create a new char formate with enable BAR code AND
    you can give its type too.
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    go through these links and cose u r previous threads,
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    smartform - barcode
    http://www.erpgenie.com/abap/smartforms.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550
    Detailed information about SAP Barcodes
    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.
    Creating Bar code:
    ) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Check this thread for detail information.
    How to print Barcode in te SAP SCRIPTS?

  • Problem in continuous Material Label Printing

    Hi Experts,
              I am using SAP Script for Material Label Printing and Dot-matirx printer for printing.
              There are 6 labels getting printed on a Page. There is no problem in printing but what happens,
              whenever there is a new material getting printed, it skips the current page and resumes the
              printing from new page.
              Example. there are 8 labels for a Material-1 and 3 labels for Material-2. 6 labels for
              Material-1 would print on 1st Page, the rest 2 would print on 2nd page. Now the 3 remaining
              labels for Material-2 are getting printed on 3rd page which should get printed on 2nd Page itself
              as there is space for 4 more labels on 2nd page.
              Please help me out on this.
    Regards,
    Ravi.

    Hi ,
    every material there will be started an new sapscript (probably)
    You will have to change your program that way that all materials and belonging data comes into 1 internal tab.
    If you print this tab in 1 big loop (instead of a nested loop for everymaterial) everything will go fine.
    Sucees,  Gr., Frank

  • Label Printing

    Hi all,
    i have created a label using barone software and used it in sapcript.now
    how do i use the text elements and control the number of labels to be printed from printprogram.

    Hi
    To create labels in SAPSCRIPT, you will have to define multiple MAIN WINDOWS in the Page Window.. try the following steps..
    Main windows in page windows allow you to format text in multiple columns. Define an area in the page window, in which to position the main windows.
    1. Create a page window and assign it to a page.
    2. Choose Edit --> Main windows.
    A dialog box appears.
    3. Enter values in the fields Area width and Area height in accordance with the input guidelines for main windows.
    4. Enter values in the fields Spacing and Number in the Horizontal group if you want to use multiple columns. You can ignore the fields in the Vertical group.
    5. Determine how many columns and line areas are required for label printing. Then enter the corresponding values in the fields in the Horizontal and Vertical groups.
    Also Check these links.
    how to create labels in sap script?
    labels in script
    Labels in Scripts
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Barcode Label Printing

    Dear Experts,
    is it possible to print barcodes on labels using the SAPSprint service ?
    The labels are defined as Sapscripts and Smartforms.
    Thanks a lot for any help.
    Regards,
    Marc
    Edited by: Marc Reinhardt on Jan 6, 2009 2:53 PM
    One more remark: Is it necessary to use an external BARCODE.DLL for barcode generation or can it be done by the label printer as well ?

    Hello Pranay,
    I did some research on that SAP note "25344 - Interface SAPSprint (SAPFprint) Barcode DLL (details)" states the following:
    u201EAn external barcode DLL is to be added to the SAPSprint or SAPFprint.u201C
    u201EThe SAPSprint or SAPFprint delegates the task of printing barcodes to an external DLL. SAP does not provide a barcode DLL. The DLL must meet certain requirements so that it can be used.u201C
         u201Eu2026u201C
         u201EThe following list is of suppliers known to us that manufacturer compatible barcode DLL:
         1) e-bizco.com GmbH, Up'n Hoff 1, D-22927 Großhansdorf, Germany
         2) TEC-IT Datenverarbeitung GmbH, Wagnerstr. 6, A-4400 Steyr, Austria
         3) MW6 Technologies, Inc.u201C
    This means to me that if we print barcodes with SAPSprint we must have this barcode.dll even if the printer would be able to interpret it.
    Cheers,
    Marc

  • Datamax Label printing and SAPSprint

    Hi colleagues, we're looking at implementing Datamax label printers and my understanding of OSS Note 490295 - Printing labels with Datamax DPL printers, is we need to use Bartender to generate the labels, import into sapscripts, etc... before sending to printer.  Also, says we need a windows pc to run SAPSprint.
    We have been through the solution, but want to validate our understanding,
    My questions,
    1. can we avoid the use of seagull bartender - and if we avoid, how much more complexity will this add in the generation of the form?
    2. is there ways to connect directly from SAP to the datamax printers, avoiding using a Windows print server?
    3. do we need bartender other than generating the forms in conjunction with sapscript?
    Thanks for your help!
    Many thanks!
    JM

    hi
    pls refer the following threads..
    <a href="
    barcode in smartforms
    ">barcode in smartforms</a>
    [url]
    bar code in Smartforms
    [/url]
    thx
    pavan

  • Zebra Label Printing - DPI issue.

    Hi Guru's,
    I have a script for Zebra label printing. its an old script working fine. Now the issue is:
    The above script is printing labels for 200 dpi printers as per the requirement.
    Now one of the Markets have purchased 300 dpi printer. When the print the same label using the new printer using the script, they are getting the Label compressed.(i.e.. the Script is now much smaller and aligned to the left top corner, no data is missing but the Lettering is compressed and not occupying the total space alloted on the label).
    I have chcked the manual for Zebra label printers, but could not solve my issue. Can any one of u help me. Thank you.
    Here is extract of script used for initialisg the label:
    /:   NEW-PAGE
    /    ^XA
    /    ^PW1200
    /    DFI128FS
    /    ^PRC
    /    LH0,0FS
    /    ^LL1500
    /    ^LT12
    /    ^MD0
    /    ^MNY
    /    CW1,B:CGTRI_NCW2,B:CGTRI_ICW3,B:CGTRI_BCW4,B:CGTRI_J^CW5
    =    ,B:CGTRCO_NCW6,B:CGTRCO_ICW7,B:CGTRCO_J
    /    LH0,0FS
    Can anyone of you check this code & tell me where exactly the 'DPI' issue is handled in the script. Also any additions to the above script to acheive the solution....
    regards,
    Chaitanya L

    Hi Balakrishnachaitanya,
    i've made just a couple of sapscript whit the ZPL language, and i dont't think that you can set the DPI of print,
    maybe you have to set the printer' settings.
    Regards,
    Davide

  • Label Printing Using Address Book - How can I Print multiple labels of the same name?

    Label Printing Using Address Book - How can I Print multiple labels of the same name?

    I used to be able to print multiple copies of the same picture on one page using iphoto. There was a customise button when you went through to print and it was there somewhere. I can't see it anymore - maybe since an upgrade.
    It's gone. But as a work-around, duplicate your photo (⌘D) to create as many versions as you want copies and select all at once. Then use the "Custom" print layout and set the photo size you want.
    After printing, trash the added versions.

  • 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).

  • Primera LX 400 Label Printer No Longer Working with Mountain Lion

    Hi-
    I upgraded my OS to Mountain Lion and most everything works OK except my Primera LX400 label printer. The error message I get when trying to install the driver is "Software for this printer isn't available from Apple. Contact the printer's manufacturer for the latest software."
    I contacted Primera but I haven't received an answer yet. Anyone else solve this problem with Mountain Lion and Primera Printers?
    For those that depend on the Primera printers, you might want to wait before upgrading.

    For those with the same problem, Primera says they will have new drivers up 7/31/12:
    http://www.primera.com/primera_printer_drivers.html
    I decided to check a day early (7/30/12) and the driver for my LX400 is up and I was able to install and use it successfully.

  • Label Printing issues on Crystal Reports Server

    I built a label that prints off beautifully on my local machine with Crystal XI installed. However, when I post the label to the reports server, and a user tries to print it off, it prints off two blank labels behind each good label. I have racked my brain on this for days. The printer settings are identical to my local machine. Any idea what might be causing this?

    I think the following information might help you
    Symptom
    A label report was viewed over the web using the Web Component Server, and printed on a label maker printer DYMO 330. The labels were being resized to 8 1/2 x 11 instead of printing the size of the label. Even after selecting the correct size, the labels print one per page, followed by 3 blank labels.
    When printing was done through a distributed report or the report designer, the labels printed to the correct size and only printed one label with no blank labels.
    What is causing the label report to print incorrectly when printed from the web viewer?
    Resolution
    Steps to Resolve
    1. Open the report in the Crystal Reports 8 designer on the web server.
    2. Click on 'File' then click 'Printer Setup'. If a printer is already selected then set it to 'No Printer', click 'OK', then save the report.
    3. Click on 'File' then click 'Printer Setup' again. Select the default printer and clear the 'Default Properties' checkbox.
    4. Click 'OK' and save the report.
    5. Click on Start > Settings > Control Panel > Services and double click 'Seagate Page Server' service. Set this service to run under an 'Administrator' account.
    6. Stop and restart the service, and close down all browsers.
    The label reports now will print successfully over the web.
    Background
    Incorrect printing from a web viewer can have several causes, including:
    · The report is designed with a designated printer, but the encapsulated page format (EPF) files are being created in 'No Printer' mode.
    · The server does not have access to the printer.
    · A valid printer is not saved with the report on the server.
    · The printer driver is not installed on the server.
    Regards,
    Raghavendra.G

  • Help with Zebra Label Printer and Multi Order Shipping Tool- Partial Label Printing

    I have a zebra gx420d which is compatible the zebra 2844 (its the new model) and I am having a hard time printing labels with the multi order shipping tool. I have the correct driver, the printer test page works fine, and everything is configured for a 4x6 label.
    I have set the selling preferences in paypal to match the zebra 2844 printer and within the mult order tool, I have edited the settings to also match zebra 2844.
    My problem is that regardless of what or how I do it, my printer will only print a 1/4 of the label. It is not shrinking the label, it is starting to print at the correct size but stops 1/4 of the way through. Almost like it thinks my label size is too small but as i mentioned, I confirmed 4x6 on the label settings at both printer properties and printer preferences. I spent and hour on tech support with zebra and they confirmed the printer is working as it is supposed to. I also know this because my Amazon labels print correctly as well. Its only paypal and ebay labels that are not working. Very frustrating.  Can anyone help?

    Hi,
    did you upload the desgin in a standard text with option ITF? This you can copy then to the layoutset. At least this is the way of working with BARONE.
    Cheers,
    Stefan

  • Cannot Print to CUPS Printer, UPS Label Printer

    After upgrading to Mavericks, I can no longer print to my UPS Label Printer which utilizes the CUPS drivers. I have tried deleting the printer and reinstalling it. No luck. All other printers are working fine. Any ideas?

    This is all about the driver!
    Canon doesn't provide drivers that will work for a Windows-shared printer. You have to use a CUPS driver for that.
    Your model isn't directly supported by Gutenprint (CUPS drivers included by Apple in OS X), but the newer Gutenprint has iP4500 and several models "close" to yours:
    http://www.linuxfoundation.org/en/OpenPrinting/macosx
    Experiment with a couple Gutenprint models.

  • Pallet Label print after TO of Goods receipt of process Order

    Hello,
    After the GR of Process Order I need to prin tthe Pallet label through Transfer Order.
    Example .. CH-6200 ( SKU Product ) is produce 60 kg.. after process Order..
    The output of the process order is nothing but the 6 can each of 10 kg. 
    Now My pallet limitation is 2 can per pallet which I have maintained in the Material master ( Warehouse Management View 2: 2 can per pallet)
    Not I want to prin the the pallet label i.e. during TO ....number of label is going to print are 3.. ( 2 can per pallet) .
    Can anyone suggest me is there nany standard form for Pallet Label print in WM.
    Thanks
    Vaibhva BAnsod

    Hi again,
    I have been trying to do the reversal with CORR but Iu2019m getting the error message u201CMixed confirmation types (time ticket/time event) are not allowedu201D, message number RU179.
    Anyone who can help me on the way?
    /WM consultant on unknown territory

Maybe you are looking for

  • No data in RSA7

    Hello Everybody, I have a problem concerning the following extractors : 2LIS_02_ITM, 2LIS_02_SCL, 2LIS_03_BF, 2LIS_03_UM and 2LIS_04_P_MATNR. There is no transfer between LBWQ et RSA7 : there are many data in LBWQ but no data in RSA7. All data are bl

  • Error in creating a directory

    Hi, I'm trying to create directory using sql command in apex. But it is throwing an error as 'Insufficient privileges' So whom I have to ask for privilege to create a directory? Thanks, Anoo..

  • My 4th gen Ipod Touch won't turn on/charge?

    I have the 4th Gen Ipod touch. I was using it after it had been saying 20% battery remaining for awhile. I locked the screen, then I tryed to press the power button again to unlock it but it wouldn't work. I automatically assumed it had died complete

  • Read only view which has an ORDER BY clause

    Aim to create a read only view which has an ORDER BY clause Sample script CREATE TABLE tab1 ( col1 VARCHAR2(3), col2 NUMBER INSERT INTO tab1(col1, col2) VALUES ('ccc', 30); INSERT INTO tab1(col1, col2) VALUES ('bbb', 20); INSERT INTO tab1(col1, col2)

  • Can someone explain data charges to me?

    Upgraded to a smartphone Samsung Nexus. First Data plan and all. So, what is costing me alot of data when I am at work,home asleep,connected to wifi at home(Xfinity). I am barely on the thing and in three weeks 75% of 1GB is already used. I am not a