Select printer in Bartender labels printing with SAP Idocs

Hi Guru's.
I'm using Bartender to print labels with SAP Idocs.
The method is create a trigger with Bartender Commander and  write Idoc format files in the path  where the
trigger is scanning.
It works fine but the problem is that even prints in the same printer ( selected when I created de label design ).
The question is : How I can to select the printer I want to print the label ?????
Thanks a lot
regards
Ismael

Hi Krishan,
I want to print latin and chinese characters on the Zebra printer. How did you solve? What device type do you use?
I have created a standard text with SO10.
Currently I use ASCIIPRI and all chinese characters are printed as #. The device type is obviosely wrong.
I hope you can help me.
Frank

Similar Messages

  • Problem in Chinese Label Printing with the Zebra Printer

    Hi Experts,
    I have a requiement in which I have to print the Chinese Label with the Zebra Printer. But it's not printing the same.
    I have created SAP-Script for it.
    It's seems that I am missing some prerequisites.
    If anybody have worked on such issue, can u help me in the following scenarios:
    1 What are the prerequisite to print Chinese label??
    2  What are the SAP server side requirements?
    3  What are Client side requirements??
    4  What are Printer Side requirements??
    5  Which font we need??
    6  Can we print with SAP script??
    I am using the Zebra  110XiIII Plus (200dpi) printer for this purpose.
    Please tell me all the above prerequisite.
    Thanks
    krishan

    Hi Krishan,
    I want to print latin and chinese characters on the Zebra printer. How did you solve? What device type do you use?
    I have created a standard text with SO10.
    Currently I use ASCIIPRI and all chinese characters are printed as #. The device type is obviosely wrong.
    I hope you can help me.
    Frank

  • Print with Comments shuts down Adobe Acrobat 9.5

    When I select Print with Comments or Summarize Comments, I see a pop-up window reading "Adobe Acrobat 9.5 has stopped working. Windows is checking for solution..." It doesn't matter what options I select for printing the comments. It happens every time. Any suggestions?

    Liebe(r) Mylenium,
    vielen Dank für den Hinweis auf DDE!
    Leider kann aich weder in der Firewall noch im Virenscanner irgnd einen Hinweis finden. Auch in den jeweiligen Protokollen kann ich nichts über eine Blockierung finden, die irgend etwas mit dem Problem zu tun haben scheint. Und in der Registry die richtigen Einträge zu identifizieren, zu analysieren und ggf. zu bearbeiten geht über meine Kenntnisse zu Windows doch eindeutig hinaus. Ich möchte das System eigentlich ja "nur" benutzen.
    Ich habe jetzt einen anderen Ansatz aufgegriffen und schlichtweg die ganze CS4 de- und dann wieder neu installiert (Acrobat allein reichte nicht). Jetzt funktioniert wieder alles. Zwar bin ich jetzt wieder bei Acrobat 9.0 pro, aber das reicht für meine Zwecke. Ich sehe nur mit etwas gemischten Gefühlen dem vorhersehbaren Versuch entgegen, dass Acrobat sich selbst wieder auf v.9.5 updaten möchte. Ich muss sehen, dass ich das verhindere, dann habe ich vielleicht eine dauerhafte Chance. Immerhin hat das Programm ja unter Windows XP einige Jahre lang einwandfrei getan.
    Noch mals besten Dank für die Hilfestellung!
    Beste Grüße, Wolfgang

  • How to make barcode interface with SAP B1

    Hi all,
               I need an interface code to make an interface between barcode printer with SAP B1. i got a scenario from the barcode people. that they are using EPL coding only for Barcode printer print, there they need to run this EPL code in Dos mode, for that .bat file is needed. hope you might got some idea that how a barcode printer is working. now how to make an interface of SAP B1 with Barcode printer.
    how to generate a code which will put the bar code and price with the AP invoice of the item in EPL code which is in a text format. so that by .bat format txt file should be run in dos mode.
    if you have any other process to run the EPL code, kindly send me the details as soon as possible....its very urgent.
    regards
    sandip

    Sandip,
    I think what you may be more concerned about, rather than the printer "language" (ZPL, EPL, etc...) is the symbology that you require for barcodes. Like 3of9, code 128, etc.
    The standard B1 PLD will input a barcode image for whatever field you specify, but only in a couple of symbologies. The Advanced Layout Designer apparently supports a lot more. I have read that it may be requested from you partner, or if on 2007, it is part of the standard install.
    B1 should pass the bar code to the printer, where the printer's language will decode and print it out. Bypass the .bat file, bypass DOS, let B1 do it.
    Is your Epson printer supported under Windows?

  • SAP(Idoc) = XI = ThirdPart(WebService)

    Hello friends!
    I have a problem with development of acknowledgement system with SAP(Idoc) <=> XI <=> ThirdPart(WebService)  scenario.
      My case:
    Scenario looks like:
    SAP(Idoc) <=>(Idoc adapter) XI (SOAP adapter)<=> ThirdPart(WebService)
      It must work this way:
    SAP system send IDOC, then XI map it and send it via SOAP-adapter to third part webservice. Then webservice answer to XI with structure сontains "TRUE" or "FALSE",
    and then XI must inform SAP ALE/IDOC system if current information from idoc was successfully added to webservice or not.
    But how can I get it? As far as I understand ALE/IDOC system I have to create ALEAUD by myself, put status of idoc depends on webservice return and send ALEAUD idoc to SAP.
    I'am right?

    Hi,
    You can use BPM for this Idoc--Soap Sync Process
    Design objects:
    Data type & Message Type
    1) Import the IDOC and Later you import the Idoc, doble click on it a export it to your driver, next import it as External Definition for reason becouse if not, you wont be able to create a MI type synch with IDOC and genericResponse structure
    2) Create data type for your Response Type of IDOC
    3) Import the WSDL File For Request and the Response Type
    4) Create the Message types according to the Data types which we created
    Messgae Interface:
    1) Outbound synchronous:
        output message will be ur idoc external definition file
        input message will be ur message type that u have created.
    2) Abstract Outbound Synchronous:
        use the same as in Outbound Synchronous
    3) Inbound Synchronous:
        input message will be ur request message of RFC/WebService
        output message will be ur response message of RFC/Webservice
    4)Abstract Inbound Sunchronous:
        input message will be ur request message of RFC/WebService
        output message will be ur response message of RFC/Webservice
    Mapping
    Request Message Mapping:
    b/w ur idoc external definiton and request message of RFC/WS
    response Message Mapping:
    b/w ur Response message of RFC/WS and ur message type
    Interface Mapping
    Import MI(abstract) of IDOC
    Import MI of WS
    select the mapping for request and response Tab
    BPM
    1) In container window define a variable named IDoc_ABS with category abstract interface and   
        type (select the MI of IDOC alone)
       define a variable named GenericRespnse_abs with category abstract interface and type (select         
       MI of genericResponse alone)
    2) Create a Recieve Step --> in property message select the container you define before of idoc.
    3) Define a Send Step--> mode synchronous
        select MI type abstract and sync (idoc and genericResponse)
        for property request message selects container Idoc_ABS
        for property response message selects container GenericRespnse_abs.
    Save your Changes and thats all for BPM
    *Configuration *
    1) Create scenario
        Assign BS and create comunication channels with QoS (quality of service) type BE
    2) Import your BPM
       Create a Receiver Determination
    -->in the target service select the BPM. Save
    -->In overview windown at foot windowns select MI IDoc_abs only. nothing else
    Create a Receiver Determination
    -->here the system who send data is BPM
    -->in the target service select the BS of receiver system.Save
    -->In overview windown at foot windowns select interface mapping and assing communication channel
    what we do here. the flow is next
    1) Receive data from sender system and send it to BPM
    2) BPM call bs of target system (WS). how? because in interface determination you selected    
       before the interface mapping
    Regards
    Seshagiri

  • How to connect Java into BarTender Label Printing Software

    Hi,
    I have one problem, my company have bartender label printing software 32 bit version, previously they use VB6 for controlling the dublicate printing of lable,but the software is gone. Now i want to do this in Java, but i don't know how to connect java into Bartender software.
    my company using old version, it accept only VB6. My Boss said can buy new Bartender Software but i don't know how to link and control dublicate printing. if anybody knows this connection between Bartender and Java please help me.
    if bartender New version support this features please send the link and example source code please help me.
    AnbuAathi

    Hi , i have the similar task ,where i need to connect my web portal application with the bartender software .I did a hugh R&D to integrate Java application with Bartender software but did not find any luck .So i request to provide the needed help to integrate my Java Application with Bartender software .
    Thanks in Advance
    Mohan

  • Printer device group and a label format in SAP AII

    Hello @ all,
    I try to configure a SAP OER System with SAP AII. Now I should configure the label printing with the transaktion /AIN/ASGN_PRF_FORMAT. I must take a profile name, a printer device group and a label format. The problem is now, that I can't chose a printer device group and also I don't know the label format. Where can I adjust the printer device group and which label format must be in that field?
    Can anybody help me?
    Thank you.
    Peter

    Hi Peter,
    SAP AII sends the label format filename as part of the Command message xml to the printer during tag commissioning.
    I assume you have configured the label format filename for SAP_PRINT_PROFILE using transaction /AIN/ASGN_PRF_FORMAT - Assign Format to Printer and Profile
    Now you have to assign that profile to an ID type or GTIN, etc. using the menus under Profiles for Tag Commissioning and Label Printing.
    Once this configuration is done, the xml command message containing the element WriteTagData is sent to the printer RFC destination configured against the Device controller as an HTTP message.
    This command message will contain the label format and  field names - value pairs as per the SAP_PRINT_PROFILE.

  • FEATURE REQUEST: 'Select Printer' option when printing envelopes or labels

    I have a Samsung laserjet printer that will not print labels properly with the default paper type setting...the toner smears. So I have created a second printer object for the Samsung device with 'Labels' selected as the default paper type and I've named
    it 'Samsung Labels'. I can select it as the printer in Word 2010 and it will print labels correctly for that session. I've read the discussion about Word 2010 only remembering the printer preferences during the current session. That is unfortunate, but I consider
    this to be even worse: when you click the 'Print' button after creating your label or envelope, Word just prints to the default printer without displaying the print control panel. This prevents me from selecting the printer object that I've created to print
    labels correctly with my Samsung. I use a number of different printers and I don't want to necessarily use my default printer for Word. I want to be able to select a different default printer for Word and also have the option to select a different printer
    for a particular print task in Word...like labels. I don't want to have to go into Word's print options every time I want to print a label and make sure that everything is set correctly. It makes no sense that I can't select a printer object when I hit the
    print button. There are a million 'features' built into Office that I would never think of using, but one that seems so obvious is missing. Arg!
    I doubt that I'll hear back from someone with a simple work around for this, but I'd love it if I did.
    Thanks in advance,
    Wayne
    Wayne S. CompTIA A+ CompTIA Network+ Microsoft MCP

    I would like to second Wayne's suggestion but I am concerned with printing envelopes, not labels. I have been a PC user (and even an instructor) since the days of VisiCalc, Lotus 1-2-3, and the first Microsoft products. It has never ceased to amaze me
    that, as mentioned by Wayne, the most fundamental needs are overlooked. It wastes a lot of my time to constantly have to change the printer just to print an envelope or to print something on letterhead. We have a lot of documents that include one letter on
    letterhead followed or preceded by several pages that need to print on plain paper. I think I should be able to tell Word that page X is letterhead, and the others default to the plain paper tray or printer. I also should be able to tell the print envelopes
    feature that envelopes are on printer X or tray X. Then every time I need to print such a document, I just click print for the doc and envelope print for the envelope (I keep an icon for this in my toolbar). We use a legal software package in our office that
    lets you specify the appropriate printer and tray for reports, general checks, trust checks, labels, receipts, deposit slips, bills and pre-bills! Super easy and convenient. Word processing should be SMART so we don't have to be bothered with these very mundane
    and never-ending printer issues!! Please, please, take this to the top! Please send your developers to actual real-world users and find out our needs!!!

  • Script that puts metadata on a label to be printed with a Dymo LabelWriter

    Hi,
    I’ve put together an Applescript that pulls some metadata from one or several pictures selected in Aperture and prints it on a Dymo LabelWriter. The idea is that you then can stick this printed label on the back of prints you make from photos stored in Aperture.
    Anyone who is interested to use this, and tweak it to his or her liking can download it from my blog:
    http://web.mac.com/claesfredrik/iWeb/Miscellanies/Main%20blog%20page/B224D0AE-73 30-4154-A44D-D00A04BB21FA.html
    cheers,
    ceffe
    20" iMac G5 2.1 GHz   Mac OS X (10.4.8)  

    Ceffe,
    I am so pleased your posted this. I followed your easy instructions and "boom" a label printed with the metadata as setup. Fantastic apart from the fact i don't have the label size you have designed. How can i change this ?
    Can i copy/paste the fields within the dymo software or is there any special tagging scheme going on under the hood ?
    Again many thanks for such a great nifty wee stoatir of a script.
    J

  • I have set up my airprint wifi printer which works perfectly with the HP eprint app. However, when i view an email and click on the top right arrow button and select "PRINT" on my ipad nothing happens????...

    I have set up my airprint wifi printer which works perfectly with the HP eprint app. However, when i view an email and click on the top right arrow button and select "PRINT" on my ipad nothing happens????...
    Also, when im viewing websites and i find something i wish to print, same again, if i simply click on the print option at the top right of the screen nothing happens... the only way I can print is if i copy the weblink of the site page then click on my HP eprint app and paste the web link, then select print, it prints off fine.. but its it such a pain to keep copying and pasting links or screen dumping emails just to print...

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • Pick List Will Not Print On Add with SAP B1 2007A

    There appears to be a bug with printing pick lists on Add with SAP B1 2007A.  I have replicated the problem with PL03, 06 and 08.
    Pick lists will print manually, but if you have them setup to print on add (Administration->System Initialization->Print Preferences), the following error in the log will appear:
    Error      Default report not found for current report type; set a default report and try again C:\Program Files\SAP\SAP Business One\SAP Business One.exe PID=6104 TID=1672
    I ran a SQL trace and found the problem.  The default Pick List report is set and set correctly in tables RTYP and RDOC.  The problem is that SAP is looking for a RTYP.CODE value of PKL1 (instead of RLR2).  PKL1 does not exist as a code in either 2005 or 2007.  The Pick List document ID is RLR20001.
    To confirm this on my demo database, I updated RTYP and set the CODE of RLR2 to PKL1.  Afterwards, when adding a Pick List, it printed without any errors.  I suppose another temporary fix would be to add a new record to the RTYP tabe with a CODE of PKL1 and the default pick list report document ID.

    After many hours of inquiring, searching and digging...  There is an obscur SAP Note that says clearly, NOT SUPPORTED.
    Best thing I could do, was to keep a server with the same configuration ready to connect to my SAN and take over from the dead server.
    So for anyone interested in this topic.  Save you time, search the SAP Notes for Support and high availability.
    Hope that helps others.

  • How to make use of label printing in sap smartforms

    Hi Dear,
    How to make use of label printing in sap smartforms.. I need to print four records from internal table into sap smart forms. It will
    come as four labels.All page should follow the same procedure... How to do...please help me..
    Regards,
    Nikhil

    Hi,
    Please go through below link, would be helpfull for you.
    [http://help.sap.com/saphelp_nw04/helpdata/EN/6b/54b4b8cbfb11d2998c0000e83dd9fc/frameset.htm]

  • I'd like to select print paper size with using AxAcroPDFLib method depend on user

    I'd like to select print paper size with using AxAcroPDFLib method depend on user
    request. Is it possible? in AxAcroPDFLib?
    Is there any method to select print paper size in the C# programming.
    Or if you know another method, please introduce how to use.
    Thank you for your cooperation always.

    I am pretty sure that you can only do this from JavaScript or from C/C++ APIs.

  • I'm using an iMac running Os X Yosemite, Photoshop CS5 Extended, R2880 Epson printer  In the Print Settings dialog box, I can't select Color, Advanced BW or Grayscale unless I select "Printer Manages Color". The pull down menu is grayed out. Even with "pr

    I’m using an iMac running Os X Yosemite, Photoshop CS5 Extended, R2880 Epson printer  In the Print Settings dialog box, I can’t select Color, Advanced BW or Grayscale unless I select “Printer Manages Color”. The pull down menu is grayed out. Even with “printer manages color” the tif or jpg image comes out in color overlaid with black. (See example - printer1. image on left is close to what it should be). Photoshop has no updates pending. I’ve downloaded the latest Epson driver which was working fine just before the problem occurred

    Is your Photoshop CS5 updated to 12.1?
    Are you on Yosemite 10.10.1 or Yosemite 10.10.2?
    Did you apply the recent Epson software 2.1.9 update?
    What type of file is it (file format)?  What bit depth and what color space?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • I am doing a book.  Can I select the option of 13 photos on a page, put only one photo on the page in the middle box and expect the page to be printed with only that picture surrounded by white?

    I am doing a book.  Can I select the option of 13 photos on a page, put only one photo in the middle box and expect the rest of the page to be printed with only white aroind that photo in the middle?

    No
    All photos frames must contain photos or you can not order the book
    LN

Maybe you are looking for