Two barcode types in one barcode

Code 128 set B and code 128 set C should be printed 'as one barcode'.
In the data the beginning of line should be printed as code 128 b and the rest of the line as code 128 c.
An example of data: JJFI00050011117139369
The first characters: JJFI0 => print in code 128 b
The rest: 0050011117139369 => print in code 128 c
This is needed due to space limitations on the print form.
Can anybody help me in this matter?
(My Adobe Output Designer version is 5.5.0.317)

If you refuse to separate the field or if two unique bar code fields produces unusable results then I believe you are out of luck.
Without stop & start codes I don't understand how software would be able to read it.
Central can do a lot of great stuff but it is a bit stodgy when it comes to customization. When it comes to bar codes they are "fixed" in size, probably matching the specifications for the bar code. Unlike other software you can't even stretch the field to increase the size. There is some customization available by modifying the ICS file but it doesn't appear to be anything near what you want. Check out any of the "barcode*.* files. The begining of every file shows what can be changed and what the values mean.

Similar Messages

  • How to call to Two Movement Type in One Include Programe

    hi all,
    i have make a include for calling a smart forms.My requirement is i have to call to or or Movement Type from one include.you can see that if im calling with Movement Type '101' and '105' than it will execute but when i add Movement Type '122' and '124',than
    it will call SAPSPCRIT.
    Thanks.

    thanks

  • Two msg type from one file

    Hi
    we are creating file-IDoc integration scenario, for that we are using abap mapping. we have to map single file to 2 msg type . Any ideas how to achieve that
    Thanks in advance
    Swatantra

    Hi Swatantra,
    In your message mapping,
    go to the messages tab, and there you can add your Message types and then continue on with your mapping !!!
    Also suggest you go through this SAP Help:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/21/6faf35c2d74295a3cb97f6f3ccf43c/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4f/ef761a5ecfb1418b79896e10fe4c57/content.htm
    and this link to a similar Discussion:
    Multiple Mapping programs in one Interface mapping
    Regards,
    Abhy
    Message was edited by: Abhy Thomas

  • One BR to copy data in two plan type

    Hi, I encountered this problem with the business rules.
    In order to run the what-if scenario analysis, I would like to be able to copy the data from one version to another version using a business rule. However, currently I have two plan type within one planning application. And I have to use two business rules (with run-time prompt) to make the data copy. The run-time prompt for the 2 BRs are the same, for example, same entity, samel copy-from version, and same copy-to version.
    I would like the users to just run one business rules (or maybe a sequence) with one set of RTPs to choose, and it allows them to copy both plan type. I have tried to use the sequence, but it seems that the sequence would require the 2 sets of RTPs to be input.
    Any advice is appreciated.
    THANKS

    Alp,
    Yes. I have tried to use the global variables, with the BR sequence. However, since the two BRs are for two different plan type (essbase cubes), when I choose the merge variable option, it did merge the global variable, and also limit the database name selection to one. (I can not choose the "hide" for the database).
    Any other suggestion?
    Thanks

  • Applications with two deployment types makes uninstall button in software center "greyed" out.

    Hi
    SCCM 2012 R2 running on Windows server 2012 with Windows 7 clients.
    We are publishing applications to users that are available (not required), so that they can be downloaded from the application catalog web site. We have som applications that needs more then one deployment type (different pre requirements depending
    on OS architecture) and when I create two deployment types for one Application the uninstall button in Software center is greyed out? If i remove one of the deployment types so there is just one, well then the Uninstall button is available again.
    An example is Itunes. I publish one Itunes application to the store that has two deployment types, one for X86 and another for X64 with requirments on OS architetcure. the correct version gets installed but the uninstall button is not possible to use. If
    i remove one of the deployment types then the deployment button is not greyed out.
    Is this a bug?
    Thanks everyone. 

    We will be installing CU3 this Friday. During the next week or so, I will deploy the CU3 client to the workstations.
    I do not believe that the uninstall button issue will be addressed with this update either, according to what I have read so far.
    If, by some small yet profound miracle, my uninstall button regains full functionality, I will gladly let all of you know.
    I would hope that Microsoft would address this issue seriously, as I am sure the rumblings of dissatisfaction are beginning to grow louder with each passing CU that ignores the problem.

  • Two different condition types in one report

    Hello,
    i have a problem with the conditional display of a report.
    I want to use two different condition types for one report.
    For example I want to show the report only when the page is not in printer friendly mode and when the value of an item is NULL.
    Is that possible?
    Has anyone a solution for this problem?
    Thank you,
    Tim

    Tim,
    you can use
    IF V('PRINTER_FRIENDLY') = 'YES' AND :P1_ITEM IS NOT NULL THEN RETURN FALSE;
    ELSE RETURN TRUE;
    END IF;
    in the Conditional Display picking PL/SQL Function Body returning a Boolean.
    Denes Kubicek

  • Combining two different Chart types into one graph

    Hi All,
      I am developing a graphical BW report using WAD. I need to place two differnt chart types into one graph.For example, I have Volume and Quantity .Here the volume should be displayed in Bars and Quantity should be displayed in Lines in the same graph. X axis(Country) is same for these two . I am not sure how to achieve this. Please do let me know if anyone has solution for this.
    Thanks for your time.
    Thanks & Regards,
    Raja

    Hi Andreas,
      One word I can say is 'Perfect' . Even though I am out of office now,I hope the example perfectly will solve my problem.I will try it.
    Thanks for Aduri and Pcrao also for their suggestions .
    Thanks again and I assigned points to all to say my thanks
    Regards,
    Raja

  • One Conversion Type and two Exchange Rate Types in one report

    I have Conversion Type called TEST. In this Conversion Type there is Exchange Rate Type D selected (D-daily). I have also Fixed Target Currency selected. And the report works perfectly fine....BUT.......there is also Exchange Rate Type M defined in the system (and it used for the exchange rate used last day of the month).
    The question is: how to put both Exchange Rate Types into one Conversion Type so both types are used in the reports?

    Hi,
    You can go for a variable exchange rate type.
    Creating variable:
    For this you have create a varible which can take diffrent exchange rate types.
    Open query designer create a new dummy query in that search for infoprovider 0RTYPE.
    It will have one dimension(name ->key) with 0RTYPE in it.
    create a variable for 0RTYPE.
    Save and close the query.
    goto RSCUR -> give your translation type -> go to exchange rate tab -> choose Ex. Rate from var option -> give the variable you have created prviously for 0RTPYE.
    Rest all same but just for completion...
    Go to your query in which in u want to do cur conversion.
    Double click on the key fig
    Go to conversions tab-> select the conversion type u created in RSCUR.
    When you run the query you can select the exchange rate type in the variable screen.
    rgds,
    Raghu

  • Two diffetent chart types in one chart

    Hi
    Can anyone tell me how i put a line and bars in one single chart?
    Regards.
    Oliver

    I don't think you can do it directly, but you can always set one on top of another, make the tops ones background invisible (No fill). make sure you select the object it self, not the individual chart objects only, and make its background (might be its "fill" property in the inspector) none. ( i am at a Windoze machine at work right now).
    don't forget to make the charts background's also none.
    just one idea. I just don't think there is multiple chart types in one chart yet. I might be wrong. Anyone at a mac that can verify for me?
    Thanks alot everyone,
    Jason

  • Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only. However opening a CSS file does not prompt that it is alr

    Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only.
    However opening a CSS file does not prompt that it is already open on or from any machine which is causing code edits to be lost.
    What we found from out testing:
    - The file can be saved from one user to the server and WILL NOT PROMPT on other machines until the saving machine has the Dreamweaver program closed completely
    - The file can be closed and  Dreamweaver minimised to the launch bar but it still will not register on other machines that it has been changed.
    - Also, until the  Dreamweaver program is closed on the machines, it will continue to open it's saved version of the file. 
    Example Scenario:
    - User 1 opens test.css (which is 2000 lines) and adds some code to the end of the file to bring it up to 2500 lines
    - Meanwhile User 2 opens test.css as well (opens as 2000 lines as User 1’s edits have not yet been saved) and adds in code to bring it to 2300 lines
    - User 1 saves his file and closes it - but  Dreamweaver is still open.
    - User 2 also saves his file and leaves  Dreamweaver  open.
    - The server will report the size and last edit of the file the same as User 2 as he was the last person to save it (and if you open from the Win7 Machine it will show as User 2’s 2300 line version)
    - If User 1 then open's the file again (from either the 'recent' in Dreamweaver OR clicking on the file directly in Finder...which version opens.... The version that User 1 saved! Not the true version on the server, but the version that User 1 edited and saved with 2500 lines in it.
    - Same for User 2, he will open 'his' version with 2300 lines in.
    Other information:
    - Files are opened directly from the server
    - Sometimes the users will save incrementally and re-open
    - Most of the time users will save incrementally and keep the files open
    - The users will never not save incrementally and just save when closing the file once finished
    - The users are usually working on the files all day
    - It is always the bottom lines of code that are lost. It could be a case of the two versions being mixed up and cutting off the newly added lines based on the line count (possibly).
    It is as if Dreamweaver is holding a cache of the version locally and then only properly looking back to the server when it has been completely closed. It is very difficult to see how the server is causing such an impact on these files, there are very few logs which are giving any indication to the root cause of the problems.
    Anyone know if this is a known issue?
    Is there a way that there can be a featured implemented on the server that doesn't allow another user to open a file if it is already open on another machine?
    Thanks

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • Not able to Render more than two asset type in a drop zone on page

    Hi All,
    I have created two different assets by making two different flex family.
    I need to render these two assets in a single drop zone on a page.
    Can some one tell me how is it possible to make a drop zone on page which will be able to take two different type of assets because while creating Page attribute when i select page attribute of type asset there is no option through which i can select more than two asset types.
    Thanks & regards,
    Ankur Bhatia

    Hi Rodney,
    Thanks for ur Reply.
    While creating page attribute on admin site,when we select attribute type as "asset" a dropdown list comes just below through which we can select only a single asset.
    how to use a list option here or how can we create it so that it can be used with various asset types.
    Also in avisports site there is no drop zone which can contain more than one asset of different type.
    The Drop zone contains here all the assets of same type.
    Thanks and Regards
    Ankur Bhatia

  • How do automate using two output types in an invoice based on plant

    Hello,
    Can you tell me how to configure automatically two output types for the same invoice.
    My client has business in USA and Europe.We are using only one sales organization. But we need to print invoices in letter size and A4 size depending on whether the invoice is created in europe or in USA. So , I have created two output types, one for letter size and one for A4 size. How do I configure so that if it is based in a plant/shipping point in Europe it is printed using the A4  output type else in letter size. Please suggest.
    SAPSDUSER

    I do not think you can use plant/shipping point in your access sequence for invoice output on header level, unless you add these fields to header level kommunication structure and populate these fields in userexit.
    You can either
    1. define requirement routines for your 2 output types which are mutually exclusive (if plant = A routine 1 returns sy-subrc = 0, routine 2 returns sy-subrc <>0, if plant = B routine 1 returns sy-subrc <>0, routine 2 returns sy-subrc = 0). You can assign requirements to output type either in output determination procedure OR in the access sequence. I would do it in output determination procedure. Check transactions NACO or NACE.
    OR
    2. add your fields to komkbv3 communication structure, populate your fields in thsi structure in userexits which are called from the function module komkbv3_fill and then you can either use then in the access sequence for your output types or create routines as in case 1. but the logic will be a simple check statement since KOMKBV3 is available in these routines.
    3. In fact you can use one output type and select your layout in the print program itself... which may be even easier for you. We use this approach to select proper layout for GEOs which may have several layouts depending on region for example... so the output type is defined per country, then layout is selected by print program. (tnapr-fonam = ..., nast-spras = proper language, set country '' to use proper decimal & date format...)
    Message was edited by:
            Siarhei Mahulenka

  • How can I get the program to recognize two different types of thermocouples?

    I am using a PCI-4351 card with a TBX-68T terminal block. I was having trouble writing and finding a program that would give me more than one reading/sec. I found a program on the NI website called "435x_logger_triggering", and so far it is the only program that I have found that will actually collect data at 60 Hz. Unfortunately, this program only lets you specify one mode for your thermocouples. This is a problem because we are using two thermocouples, one is type K and the other is a type R, so we get bad readings from one of the thermocouples depending on which mode it is set on. I would like to know how I can program in a seperate mode for each channel in this program. Un
    fortunately, some of the sub VI's in this program are password protected, so I don't know if this is possible. Everything is entered correctly in the Measurement and Automation explorer, so that isn't the problem. I will attach a copy of the program that I am using. I have modified it slightly from the one I got off the NI website, so that the thermocouple readings have a time stamp and are saved to disk. Any assistance you could give me would be greatly appreciated.
    Thanks,
    Jordan
    Attachments:
    Forest_Fire_Thermocouple.vi ‏140 KB
    435xlogger_triggering.vi ‏110 KB

    Jordan,
    You should be able to sample two different thermocouples in the example that ships with the 435x driver called "Getting Started with multiple tranducers Continous". Simply put each type of thermocouple in a different index . Each index of the Transducer Group Array can have a different type and specify the channels that correspond to that type.
    One way that you can speed this VI up is to place a wait inside of the while loop. This will reduce the number of times the software polls the card if it has available data(increasing the overhead). I would suggest about 500 ms. The data that you receive will all have the same delta t because the sampling clock is hardware driven not software, so it does matter when the data is polled.
    You will not be
    able to get 60 samples per second when you are measuring multiple channels anyway. The sample rate for multiple channels is about 9/(# channels). This is explained in the 435x Users Manual.
    I looked at your code and noticed that you tried to change some of the enumeration controls. Unfortunately you will not be able to change these because they are password protected on the low level subVIs, which is where they are defined.
    The way you select if you want the notch filter is in the 435x Config you specify fast or slow. If it is slow then it will select 10Hz as the nitch filter. If you select fast the it will select either 50 or 60Hz You would then use the function "435x Set power line frequency"
    Good luck,
    Mike

  • Is it possible to run TWO parellel configurations for one Object??

    SAP Gurus,
    We have a strange requirement from the client to have to configurations established in the system for one configuration object.
    Without taking much of your time let me paraphrase the requirements.
    The client is having two different types of putaway strategies in their current business process. And they toggle between these putaway strategies by reaching out to their production support group and they make configuration changes to have the other put away strategy
    One Step Putaway: GR area --> High Rack Storage
    Two Step Putaway: GR area --> Interim storage (area at the end of each aisle of high rack storage) --> High Rack
    Client wants to have two parallel configurations for both of these put away strategies and needs an ability to switch from one to another. This switching ability should be accessed from SAP screen without any IT intervention (no configuration)
    -  Switching ability should allow the warehouse manager to change from one step to two step put away strategies without any IT intervention.
    -  Switching ability should be accessed my SAP Screen (Z-transaction or something with a radio button to toggle around)
    Is it possible to have two configuration made for Putaway Strategies and switch them on/off depending on the warehouse needs??
    Your invaluable feedback on this will be highly appreciated.
    Thanks again folks,
    Dhaval
    Edited by: Dhaval Joshi on Mar 4, 2008 12:09 PM

    Q1--I don't believe it is possible. An organization can have multiple licenses tied to its main email address, for example, but then they are assigned to the individual users.
    Q2--Yes, you would just need to log out of your account within the CC desktop app prior to logging in on the other account.
    If you have any questions, feel free to reach out.

  • How do I combine my Contacts across two email accounts into one?

    Somehow my contacts got split randomly across two email accounts. One is IMAP and the other pop3. I am trying to consolidate all my contacts again under the pop3 email account.  iCloud support could not understand how the mixing occurred, but I need to fix it now.  Can anyone help?
    Btw, I do use iCloud across my iPhone 5, iPad mini and MacBook Pro!
    Thanks
    Robert

    Contacts are not saved by type of account so your description is confusing. No matter if you have iCloud, Google, "On My Mac",  Exchange, Yahoo and AOL contacts, Mail uses them equally.
    Please post a screen shot showing this separation.
    Command-Shift-3 takes the entire screen
    Command-Shift-4 takes a portion of the screen. <--use this one
    Click on the camera icon to post.

  • Need to setup Premiere CS6 sequence for two file types with different field orders

    I have a client who has shot video for me using two cameras, one camera was set to progressive, and the other to interlaced upper field first. I need to use both file types in the edit and have been struggling to set up the sequence to get the best look for the end product, a DVD. I have several videos to do for her that were all shot in the same way, so I need a solution!
    I would appreciate help figuring out how to set up this work flow from beginning to end.
    Should I convert one of the files from the beginning so they match field orders before going into a sequence? Or do I just need to do some adjusting of the files once they are in the sequence? Is it just as simple as changing the transcode settings to favor the upper field first? I'm definitely having issues once the video is transcoded in Encore and you can see a lot of jagged edges and lines especially during movement. My client isn't happy and I've tried several workarounds, but to no avail.
    Here are the two file types I have:
    File extension: .MOV
    H.264, 1920x1080, Linear PCM, 16 bit little-endian signed integer, 48000 Hz, stereo
    FPS 29.97
    No Fields: Progressive Scan
    File extension: .MTS (my Mac finder can't read these files, but they are read in Premiere)
    Image Size: 1920 x 1080
    Frame Rate: 29.97
    Source Audio Format: 48000 Hz - compressed - 6 channels
    Pixel Aspect Ratio: 1.0
    Upper Field First
    I am using Adobe Premiere CS 6.0.2
    Encore 6.0.1
    Media Encoder 6.0.2.81
    I am running it on an iMac 27-inch, Mid 2011
    with Mac OS X Lion 10.7.5
    Processor  3.4 GHz Intel Core i7
    Graphics  AMD Radeon HD 6970M 1024 MB
    I've just been setting the sequence to match the .MOV files since they look much better than the .MTS files. I've done the opposite as well, setting the sequence to match the .MTS files and it doesn't seem to help. I've also changed the field order of the files once they are in the sequence by changing the field options and have tried converting the .MTS files in the Media Encoder, but nothing I've done has worked.
    Any help would be so appreciated! The client I have is a photographer, so she wasn't aware of this issue when she first shot these videos. So I have 10 videos with these issues I need to get back to her, hopefully issue free! I'm struggling as an editor because my last job I was using FCP and was working with videographers who knew what they were doing, so I've never faced such problems before. Plus I'm new to the Adobe software. Not a good combination. Please forgive me if I didn't give all the information you need. I will happily respond with whatever more information you may need to help me out!
    ~KTrouper

    I wonder if you could do your edit ignoring any visual issues of the interlaced footage but keeping the different sources separate ( checkerboard edit Vid 1/ Vid 2 )
    Lock it down then export the interlaced part of the edit as a Digital Intermediate.
    Maybe Export the other source as well to the same codec. DI
    Bring them back together in a New Sequence. You wold have to deal with the black spacing.

Maybe you are looking for