BARCODE LABEL

We have our medical application developed by FORMS10g in ORACLE 10g environment. Lab module having a screen to print the patient's label in barcode printer ZEBRA S600. Labels are being printed well in ZEBRA - S600 printer. But it wont print in another brand printer , DATAMAX CLASS 1. Its printing test page very well.Kindly some one help me someone to resolve the fault. thanks.

how do you print to your label-printer? Do you have an Oracle report and send that to the printer? Or do you adress this ZEBRA-thing directly via some API?

Similar Messages

  • Combination Report:Shipping Order/BarCode Labels

    Post Author: dgerundo
    CA Forum: General
    Help!I am trying to re-create a report from a mainframe that is printed on special size document that contains Shipping Order information as well as bar code labels. The problem as I see it is being able to print the barcodes (which contain individual items) in an area that is usually designated for Header information. It is almost like taking two different reports (a shipping order and barcode label report) and 'glueing' them together.
    Header:ShipTo, Shipto Address, ShipTo City, State etc. Body: Item #, Item Description, Quantity, Price Footer: TotalsThe right side of this report (document) should contain the bar code labels. Any Suggestions????
    From: Mr. Customer                                                                    S/O  56789          1 North St.                                                                                New York, New York                                                         BARCODE1                                                                                Widget1     1234           4            $100                                          BARCODE2                           Widget2      2344           3           $300                                          Widget3      2344           3           $300                                          BARCODE3Widget4      2344           3           $300                                          TOTAL                                      $400                                           BARCODE                                                                               

    Post Author: sharonmtowler
    CA Forum: General
    subreport

  • Exporting a report with barcode label fails

    Post Author: Jega
    CA Forum: Exporting
    When i try to export a report which has a barcode label in it, the export fails "Font is not allowed to be embedded in the report"

    Post Author: V361
    CA Forum: Exporting
    A few questions....   If you print, does it work ok ?  What type of export, Word, Excel, PDF ?, What version of CR do you have ?

  • Avery Barcode labels does not align properly when printed from Adobe Reader 11.0.0

    Hi,
    I have barcode labels in a PDF (Version 1.4, Acrobat 5.x). PDF producer is PPAlambic(Distiller). When I try to print the PDF on to Avery 5160 sheet containing 30 labels (10 rows; 3 labels in a row), always the barcodes on the first column goes beyond the left margins and hence does not print the full barcode. PDF size is 8.5" * 11" .I have tried following options in Print dialog box:
    1. Actual Size + Portrait + Letter size
    2. Shrink oversized pages + Portrait + Letter size
    3. Fit + Portrait + Letter size
    None of the above options resolved my issue.
    When I open the same PDF in Adobe Reader 11.0.07, it prints perfectly. Does someone help me understand if this is a known defect in Adobe 11.0.0 and is there any workaround in 11.0.0 itself to adjust the alignment?
    Note: PDF is not editable as it comes from a third party vendor. Please help.

    Hi,
    I have barcode labels in a PDF (Version 1.4, Acrobat 5.x). PDF producer is PPAlambic(Distiller). When I try to print the PDF on to Avery 5160 sheet containing 30 labels (10 rows; 3 labels in a row), always the barcodes on the first column goes beyond the left margins and hence does not print the full barcode. PDF size is 8.5" * 11" .I have tried following options in Print dialog box:
    1. Actual Size + Portrait + Letter size
    2. Shrink oversized pages + Portrait + Letter size
    3. Fit + Portrait + Letter size
    None of the above options resolved my issue.
    When I open the same PDF in Adobe Reader 11.0.07, it prints perfectly. Does someone help me understand if this is a known defect in Adobe 11.0.0 and is there any workaround in 11.0.0 itself to adjust the alignment?
    Note: PDF is not editable as it comes from a third party vendor. Please help.

  • Create barcode labels in the background, immediately creating the MIGO

    Dear all
    I'm interested to create barcode labels in the background, immediately after creating the MIGO.
    1. Is there any standard program that I can integrate my code that sends data to SMARTFORM?
    2. Is there a BAPI that gets, in the background, the data created in MIGO? Without knowing the number of document?
    3. Is it possible to print the barcode labels as print the document? But another special printer?
    4. What program and routine form I write transaction M706?
    I'd appriciate to get some help.
    Thank you.
    Best Regards
    judee.
    Edited by: judeeo on Dec 22, 2011 5:59 PM

    judeeo
    You can create an output record to generate labels immediately after a MIGO transaction has posted. Your ABAP team can copy the standard program and may be able to use the same routine that is curretnly asssigned to output type WE01, WE02, or WE03 (for Receipts), or WA01 - WA03 (for Issues). You can also identify a smart-form label in the processing routine for the movement type in config. because the output record is created automatically <B>after</B> the MIGO is posted, and contains all of the MIGO data, including material doc number.
    <B><I>SPRO path:</B> Materials Management > Inventory Management and Physical Inventory > Output Determination
    - Maintain Output Types
    - Maintain Output Determination Procedures</I><BR>
    You can also have that output print to a specific printer via <B><I>SPRO path:</B> Materials Management > Inventory Management and Physical Inventory > Printer Determination</I>

  • MIGO creating New Smartform for BARCODE label

    Hi ,
    Creating a new smartforms form MIGO Tcode --- i.e. BARCODE LABEL. - From scrach
    Input is P.O No. but while writing program from where I have to take input for this ....?
    After writing logic where to attach driver program in NACE. ?
    Tks:
    Maddy

    HI ,
    As suggested you  can use the standard smartform , by downloading  the package or else you can go for  your own smartform  and print program do it as follows :
    for Po  the standrd program uses the form entry_neu  . you call this form in your custom driver program . say in ZPOUCHASE ORDER
    form entry_neu using ent_retco type sy-subrc
                                   ent_screen type c.
    perform get_data.
    *****" here get the po number from  nast table  like this  " move nast-objky(10) to g_ebeln." ******
    perform get_formname.
    get it like this : select single sform
        from tnapr
        into tnapr-sform
       where kschl = nast-kschl " Output Type
         and nacha = nast-nacha " Message transmission
         and kappl = nast-kappl." Application
      if sy-subrc = 0.
        g_formname = tnapr-sform.
    endif.*********************************
    perform zcallform.
    use call function 'SSF_FUNCTION_MODULE_NAME' **************
    perform zupdatenakt.
    do it like this  **********
    nast-vstat = 1.
      nast-usnam = sy-uname.
      nast-datvr = sy-datum.
      nast-uhrvr = sy-uzeit.
      call function 'RV_MESSAGE_UPDATE_SINGLE'
        exporting
          msg_nast = nast.
    endform.
    assign this driver program in NACE transaction  along with the smartform  name
    *****Please use the proper    condition type. NEU in this case "
    and since you are getting the value of PO number  from nast  you  can pass this as importing parameter to your custom smart form
    and once the po number is known the other values can be easily extracted

  • Print barcode label from sato printer

    hi everybody,
    i am trying to print barcode label from sato printer (CL408e) in code 128 or code 39 format. the length of my data is 32 characters and my data contains alphanumeric. but i have no printout or the printout is not proper. i think my command structure is not correct.
    can you help me to solve this problem.
    thanks everybody.

    Hi Mohit
    Look for the similar kind of thread
    Printing barcode labels with SAP ECC 5.0
    Regards
    Sachin

  • Barcode label printing - 2 copies required

    Hi,
    The barcode label for TO is printing automatically but the user requires 2 copies instead of one. We have assigned the Spool code for 2copies in the print table in config  (OMLV). But still only one copy is getting printed.
    Please advise.
    Regards,
    Pratap

    Hi Pratap,
    Check the default settings for "no of copies" during executing the print command. If it shows 1 then you need to make it as 2. To make it as 2,
    during the print command,
    Go to Properties-->Specifications----->In field name select "No of copies", change the default value to 2 and click on "Copy settings".
    Edited by: Naidu Raghav on Aug 27, 2010 1:09 PM

  • Smartforms + multiple barcode labels per page

    Hi ,
    There is requirement that 8 barcode labels should be printed per page ( 2 lables per row, 2 columns, size 1inch / 4 inch).
    In SAP script , we create 8 main windows and insert the lable in 1st main window. at run time automatically it will go to next mail window.
    Could you please any body tell me how to acheive the similar scenorio in smartform.
    Thanks and Regards,
    Pavan Meda

    Create a template
    in your template create
    a line type with 2 coloumns and 4 rows
    and in those text elements place your
    barcode information as you do in scripts.
    Thanks,
    Phani.

  • Missing barcode label in iMac G4- i need that EEE code!

    I need to replace the logic board on my G4 iMac. On the board I can find the part number and an empty box etched with the words 'barcode label'. Is it possible that my logic board has no serial number? Or has a lazy technician in my past tossed it out? How do I find out what part I need? The logic board part number 820-1501-A, the iMac serial number is W8***NHX. I would appreciate any help on this one. Thanks.

    Hey John,
    It's possible there's a problem with the PMU. Not sure how the PMU works in these iMac G4s. I do see a block diagram for the iMac Flat Panel 700 and 800 but none for the 1 GHz. In that block diagram the PMU inputs to something called the Panges memory controller and I/O device controller. So a lot of things run through this chip including ATA, wireless LAN USB, Firewire , Ethernet....
    You might run through these voltage checks from the manual:
    "4. Remove keyboard, mouse, and other peripherals such as speakers.
    5. Disconnect the power cord, place the computer in the service stand, and remove the user access
    plate.
    6. Reset PMU. Refer to “Resetting the PMU on the Logic Board” mentioned earlier in this chapter.
    7. Using a voltmeter, check the voltage on the battery test point (see graphic below). If the reading is over
    3.5 volts, go to the next step. If the reading is under 3.5 volts, replace the battery and test again.
    8. Plug the unit in, but do NOT press the power button. Using a voltmeter, check the voltage from the test
    point marked “12VSLP” (see graphic above). You should get a reading of approximately 12 volts. If the
    reading is 12 volts, go to the next step. If you don’t get a 12 volt reading, go to step 11.
    9. Press the power switch on the computer. Using a voltmeter, check the voltage on the test point marked
    “12V” (see graphic above). You should get a reading of approximately 12 volts. If the reading is 12
    volts, go to the next step. If you do not get a 12 volt reading, replace the main logic board.
    10. Using a voltmeter, check the voltage on the test point marked “5V” (see graphic above). You should get
    a reading of approximately 5 volts. If the reading is 5 volts, go to the next step. If you do not get a 5 volt reading, replace the main logic board."
    Those test points are under the user access panel on the bottom near the PMU button that you've already found. They're in the form of an "L" that faces to the left. Close to the apex is the ground point the tip of the lower leg being the battery test point and the tall upright being:
    5 V
    12 VSLP
    !2 V
    from top to bottom.
    If you have more questions email me.
    Richard

  • XML Publisher for Barcode Labels?

    Is anyone using XML Publisher to print barcode labels (not barcodes on letter or A4-sized report pages)?
    If YES, do you have any tips or a brief description of how you did this?

    Hi Eric
    WE have a customer working toward going live ... Im trying to get some details down about how they did it for a blog article. Until then basically:
    1. Create a label template in MSWord, create customer page size to match your barcode lable paper. Use the barcode font in the template.
    2. Get your data source, if you use WMS then they already pump XML out for labels. Otherwise you'll have to use another method to get the data ... as its a small amount plsql would suffice
    3. Deploy template and barcode font to mid tier
    4. At runtime XMLP will generate PDF ... and heres where (for now) you have to jump through some hoops. The customer we are working with uses label printers from Zebra ... they do not have the XML enabled printers so we need to get the output into ZPL for the printer. So heres the hoops, using the PASTA print driver in Apps or the XMMLP del manager outside you can call something like GScript to convert from PDF to PS, then Zebra have and open source driver to go from PS to ZPL. Its not actually ZPL but their image format, I forget the name. This is then pumped to the printer ... not the best solution but its good enough for the customers requirments for now.
    I'll try and put some meat on this soon.
    Tim

  • There are 2 numbers on the barcode label of my PowerMac. Is the serial number the top number or bottom?

    There are 2 numbers on the barcode label of my PowerMac. Is the serial number the top number or bottom?

    Hi see if this helps...
    How to find the serial number of your Apple hardware product...
    http://support.apple.com/kb/HT1349

  • Barcode Label Designer

    Hi
    I am having a requirement to print Barcode labels on an Intermec 3400E printer from SAP. I am on the looking for a label designer to create the labels and to upload into SAP. I am considering two designing tools , Bartender Label Software V9.0 from Seagull Scientific and LabelShop Pro with ERPLabel from Intermec. I like know the pros and cons of the above tools and how easy to develop labels and deploy in SAP. Also like to know whether we can design the labels using smartforms and print on the Intermec 3400 Printer.
    Many Thanks
    Skaria Manoj

    I opted for Bartender Enterprise V9 for creating the label and used the print server for printing.. The solution is like this. The contents to be printed from SAP will be send to a  ftp site using an ABAP program where the Bartender Print commander looks for print files. Print commander then send it to the specified printer .
    Cheers
    Skaria.

  • Barcode label generate?

    Forms Developer Version 6.0.8.8.0
    I've a sales form, now I want to give barcode facility in this form.
    I've created a new table which contain barcode_id and item_id.
    My Questions are:
    1. How can i generate barcode label?
    2. Do i need any barcode font and how can i get this barcode font?
    3. Is there needed any configuration for this barcode support and how can i configure it?
    Please help me how can i solve this problem.
    Please give any guideline step by step to solve it.

    hi
    did u download the font? if yes then try something like this.
    1.open Report Builder
    2.Create a query
    3.Select 'SARAH SARAH' from dual
    4.Create Repeating Frame
    5.create Field on the repeating fram.
    6.select the barcode font
    7.Run it in paper lay out.
    sarah

  • BarTender for Zebra Barcode Label printing using Smartform

    HI Experts,
    Does anyone know how to use BarTender 7.10 software to create barcode labels for Zebra printer?
    I have to include a jpg Logo into the Label using BarTender.
    But when I test using the Zebra printer - the logo/picture won't print out.
    Any idea?
    Thank You.
    Best Regards,
    CW

    Hi There,
    I had problems with using Bartender when I tried to print a logo onto my labels, but I contacted a [labelling company |www.iidsolutions.net] who specialise in barcode label printing and the bartender software,  they sorted out my problem but then after a chat with them I decided it would be easier to get them to print the labels for me as I had loads of changes and they were quite cheap.  See if they can help you. :~)
    Good luck.
    Dave.

  • Code for capturing values from BARCODE Label using Scanner into SAP FIelds

    Hi Gurus
    i am a functional consultant and have not worked on <b>BARCode label Scanning</b> using a barcode Scanner, For my project i need to Sccan a BArcode label which has 25 fields and need to populate it into 16 SAP fields.
    and these values are then saved in a custom Z table from whwre it can be used for other t-codes and reports
    So can anyone please help me as to how to do this and is there any steps for uplaoding this data directly while scanning the label??
    Thanks in advance for your help and appreciate your responses
    Regards

    Hi,
    There were tools and method by which we can read barcode data.
    Can you please let me know what is the instrument you are using and whether it was integrated with SAP or not?.. If not you can as barcode reader manufacturer for some executable files for to read the current value of barcode. By executing those files we can read the current value of Barcode into SAP through some function modules.
    Thanks,
    Saida Rao

Maybe you are looking for

  • Excise tab not required in MIGO if tax code is different

    Hello, There is one business requirement we have two special type of TAx codes. If material is maintained in J1ID with chapter id combination. then system will propose us the excise tab in MIGO (ECC 6.0). My requirement is if suppose we used the "Y1"

  • Edge Commons and  adding external data?

    I'm trying to add information from a script.  Specifically, this script simply checks the ip address of the user to display the closest city to them and the weather. The docs on Edge Commons are still sparce, so I don't really have an idea of how to

  • HT1386 My notes aren't syncing from my iPad (iOS 6.1.3) to my Mac (OS 10.8.3, iTunes 11.0.2). HELP!

    Took some notes on my iPad in a meeting this morning, and they're refusing to sync to my Mac. Help! iPad iOS 6.1.3 Mac OS 10.8.3 iTunes 11.0.2 I have WiFi syncing on, and both devices are using the same

  • How to login to

    Hi, I am working on 340178.1 - Enabling SSL with Oracle Application Server 10g and the E-Business Suite Section 1 - Before you Begin K. Verify that all installed components can be accessed in the current non-ssl configuration. The note says that I mu

  • Trying to remove thud and newspaper crinkling

    Hi. I'm editing a video of a musical. During one of the songs, a table fell (loud thud) and someone off stage gathers up a pile of newspapers (paper crinkling). Noise reduction filter is no help because there is no break in the song. All noise happen