Need to print SCC-14  and UCC-128 barcodes through SAP Smartforms

Hi all,
I have Two labels to be printed using smart forms.
But in one label the barcode should be of SCC-14 type
and in other the barcode should be of UCC-128 type.
<b>How to print SCC-14  and UCC-128 barcodes through SAP Smartforms?</b>
As standard barcodes do not meet my requirement i have created custom barcodes in transaction se73 of required height and width .
This is as:Se73>System Barcodes>change>Create>New-->:
I have given bar code and short text.
Narrow Module Width &Linear Height&Code128 Mode given default values.
But in this process where can i set the barcode should be of SCC-14.
> I have known that if we give Code128 Mode =
> 'U'-->It is like UCC-128.Is it correct ?
>
> But how can i know for SCC-14 barcode.
>And How many inches is euqal to 1 unit of Narrow Module Width &
How many inches is euqal 1 unit of Linear Height?
Please help me in this regard.It is urgent.
All solutions from you will be fully rewarded.
Thank you in advance.

Hi  Rama,
We are working to print Bar codes using Smart forms.
Barcode is printing in label (4*6 Inch’s) using printer (Zebra Z4 M PLUS (300 DPI)) (TLP-3842) which supports ZPL Language and Device type is ZLZEB3 (300 DPI).
We are printing bar codes successfully.
But After testing bar code using bar code tester (BC TESTER 4.4) software tool.
The results are failed.
We are expecting results: Like bellow.
Value formatted type is: EAN
Value is “[C142007470 “
Total Description:   420. “Ship To-Deliver to “Postal Code a Single Postal Authority 07470
Current Situation:
Here we are Created Bar code (Ship to Post) in SE73 with
Bar code type is: Code 128
Width is: 08
Height: 300
Mode is: A    (Even I tried with ‘N’ and ‘U’)
UCC check: Empty.
I added this to character format in my Smart forms.
Text in smart form is: ,,,,<C2>&W_POSTAL_CODE&</>    for  P1 Paragraph.
Using this functionality  we are able to print a Bar code in Label.
But while testing using BC Tester
Values are showing:
Value formatted type is: EAN
Value is “42007470 “
Total Description Values:  Empty
The Type is ‘EAN’ is when we select the Manually EAN Radio button (but this not capturing automatically this is problem we are facing).
Even I tried with some changes like bellow:
But Forcefully writing some code in Program lines  Smartform: 
               concatenate '420' fs_zediu017-pstlz into w_postal_code
After this forcefully adding this Value [C1  in Before W_postal_code Element text :
Text in smart form is:        ,,,,<C2>[C1&W_POSTAL_CODE&</>    for  P1 Paragraph.
After this we are tested using BC tester
Every thing is displaying correct Vales which mention above when we manually select the Value formatted type radio button ‘EAN’ but this Wrong.
Client need when testing bar code using BC TESTER 4.4 it should be display to take EAN radio button and showing all the Values.
Please let me know if you get any idea on this ?
Thanks,
Bathini.

Similar Messages

  • Printing QR-Code barcodes in SAP smartforms

    Hi,
    Is it possible to print QR-Code barcodes in SAP smartforms using system barcode font? Can anybody please let me know the font settings for QR-Code in SE73 font maintenance?
    A sample QR-Code lablel can be found [here|http://images.orkut.com/orkut/albums2/ATUAAADhaahG5MxsqQ66lcSO9oHRWD3X8zh7yv1kEakKwMtVHchChN1WfZlM__2D0_o8H7AS4_UaTTCymQQtvXHb9-q3AJtU9VCWnzkZ4gC1sVnCekVuQ90qmhzeMw.jpg].
    Regards,
    Milan

    Hi Milan,
    I'll blog in SDN about my research that I presented at TechEd during session CD119 (blog) but I'll begin sharing with you some ideas.
    Basically, without relay on any printer specific driver I would propose to follow the following steps:
    1.Generate the QR Code image file (.PNG) with one of the methods presented in the following pages
    2.Upload the image into the SAP system
    2.1 Convert the generated file (file.png) to TIFF using SAP IGS class CL_IGS_IMAGE_CONVERTER (see GRAPHICS_IGS_IMGCONV_DEMO)
    2.2.Upload. Use report RSTXLDMC to upload the image into SE78
    3.Include the image into the Form:
    3.1.SAPScript/:INCLUDE ZHEX-MARCO-name OBJECT TEXT ID ST
    If everything is clear, the missing point should now be the first one. To generate the PNG from ABAP I found some options if you like, the better I think is presented in my open source project called abap2qrcode published here http://code.google.com/p/abap2qrcode/.
    I know it's not trivial and I'm curious to know what do you think about it.
    Sergio

  • I need to print in black and white

    My printer has a black cartridge and a color cartridge.  Any thing I scan that is in color prints in color.  I need to scan a color document and print it in black and white.  There are no options when I hit print for printing in black and white instead of color.  How do I do that?

    Hi lasers, If you are printing direct from the scanned image try the following. Select print - select options - Printer Properties - Advanced - There will be an option to print in greyscale in this menu. I hope this helps. Please let me know if I can help with anything else. Many Thanks,Francheska   

  • How to print the Terms and Condition page ine the sap-script

    Hi experts,
                             i got the requirement that how to print the Terms and condition page in the script,i have the three pages, having the same main window, in the last of the main window(all three pages)  i have called the hard coded text(i.e so10 text), but when i am displaying the output  data get printed in the first page but i am getting the second page heading on the top of  the terms and condiions page. In all the three pages i  have the same main window, if i  make change in any window i will affect all the other main  windows.  so please suggest me how i need to go.HOW TO GET GRID OF THE TEXT ON THE TOP OF THE SECOND PAGE OF THE TERMS AND CONDITONS.
    like this i have called in the MAIN WINDOW
    /E : LAST ( IN ALL THREE PAGES)
           INCLUDE ZSD_INVOICE_TERMS TEXT OBJECT TEXT LANGUAGE EN.
    IN THE TCODE SO10
    NEW PAGE TERMS.
    1) TERM MS AND CONDITONS  TEXT.................................................
    FIRST->NEXT, NEXT->NEXT,,   TERMS--->TERMS.

    Hi,
    1. Create a new page by Name : LAST
    2. Identify the text element which will be the last element in the form in the debug mode.
    Mostly Ex: SUM, TOTAL, LAST etc.,
    3. the page linking should be
    First --> Next
    Next --> Next
    4. In the Text element identified in the step 3.
    Write the following code
    /: NEW PAGE  LAST
    /: INCLUDE the standard text created for the terms and conditions in SO10
    Check the syntax for the command but the logic will be the same.
    It should resolve your problem.

  • Need to print some text only in last page in SAP script

    Moved to correct forum by Moderator.  General wasn't right either.
    Hi All.
    I need to print "Remarks" only in last page of sap script.
    Can anyone please help me on this.
    Thanks
    Senthil kumar V.
    Edited by: Matt on Nov 21, 2008 7:38 AM

    Hi,
    you have 4 possibilities.2 at non main window, 2 at main window.
    at non main window.
    1. /: IF &PAGE(C)& = &SAPSCRIPT-FORMPAGES(C)&
    remarks
    remarks
    remarks
       /: ENDIF
    2, /: if &NEXTPAGE& ='0'.
    remarks
    remarks
    remarks
       /: ENDIF
    at main window
    3. Add the remarks at the last item of the main which is printed
    4. add a new item to your main (/E)
        put your remarks in it.
       Change your program in such a way this item will print as last one.
       like
        /E REMARKS
    remarks
    remarks
    remarks
       and in sapscript program add logic at the end.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    element = 'REMARKS'
    EXCEPTIONS
    element = 1
    window = 2.
    I am sure this will do. Make a choice.
    Gr., Frank

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

  • Connect EPM and web portal BPC through SAP router string

    Dear Expert,
    Please tell me how to connect EMP and web BPC through SAP router string?
    thanks so much
    hungth

    Hi hungth,
    Can you explain more? Do you mean you need a sap support to log on to your BPC web and investigate your BPC issues? If so, you can open HTTP connect connection by following note 592085.
    Best regards,
    Charlie

  • Need to print payment proposal and check

    Hi guys, when i schedule my payment proposal, i need to be able to print it immediately at the proposal level so the client can see the proposal list and check....
    right now its not printing...
    please advise
    thanks
    Brian

    Hello,
    You need to change the variant.
    That variant must have been used by somebody else with other payment run date and identification.
    You need to change to your payment run date and identification key to your payment run date and identification.
    Make sure that other entries like house bank, account ID, vendor number are correct.
    Regards,
    Ravi

  • Need to print in bold and different fonts

    Hi all,
    I want the output of an ABAP classical report(ex. monthly Sales Report) to be printed in bold letters and font size to be increased.
    Thanks in advance

    Hi lasers, If you are printing direct from the scanned image try the following. Select print - select options - Printer Properties - Advanced - There will be an option to print in greyscale in this menu. I hope this helps. Please let me know if I can help with anything else. Many Thanks,Francheska   

  • HT4623 Please help, I'm trying change my apn settings and was told I need to unlock my phone and could do it through itunes?

    The title says it all, I'm trying to unlock my iphone to get to my apn settings, been working on this for months with all these people telling me how easy it is.
    HaHa, please help me

    Is your phone officially unlocked? That's the only way you'll be able to edit the APN settings. Read here:
    http://support.apple.com/kb/HT4839

  • Regarding Invoice and Payment slip   both needs to print sub sequently

    Hi Guys,
             i have problem with smartform ,
    the requirement was ,
    invoice and payment slip both i need to develop using smartforms,
    the thing is invoice will print on white paper(Portrait) and
    payment slip will print on pre - printed paper (landscape) ,
    subsequently it needs to print one invoice and payment slip for that invoice and
    another invoice and payment slip like this in the sequence it needs to print .
    this would be done by overnight job scheduling ,
    how could i do this ,
    what about output types and how can i proceed with technically please guide  me .
    urgent requirement ..help me out this .
    Thanks & Regards
    Vijay Kumar Reddy
    +91-9789098418
    [email protected]

    Hi Dewang,
    I have a different situation, I posted SD request at contract account level posted using FPSEC1.
    Since the contract account is for purpose of Aggregation, I did a aggregated posting then when I prepare a print doc for the same using EA10_AGGRBILL it is not picking up the security deposit request.
    I have maintained the necessary entry in Item Selection in Account Maintenance/ Define Sub-Items for RF clearing type.
    Please advice.
    Thanks
    Satyajeet

  • HP Officejet wont print in black and white!

    I have had an HP OfficeJet 6600 printer for a couple of years now and it has shocked me how many times I have had to replace color cartridges that I really never use.  I am a high school teacher who does a lot of work from home and I only need to print in black and white, yet I am not permitted to do that because everytime a color runs out, I cant use my printer AT ALL.  This comes off as a scheme for HP to make more money because everytime this message comes up, I am offered the oppurtunity to buy color cartridges at a high price.  I will never be buying another hp product again!

    HP and other printer manufacturers have different printer technologies for different needs.  For inkjet printers:
    Some have printheads built into the ink cartridges.  These printers can typically print with one or more of the colors completely empty, or even with color or black (but not both) cartridges removed. The Officejet 8040a is an example.
    Other printers have separate ink supplies and replaceable printheads.  An example would be the Officejet 6600 printer.  The printhead in these printers can be replaced if they are damaged by running the printhead with colors out.  Some of these printers will allow printing with a color out, other will not.  If the printer is run without ink in one or more colors the printer may be damaged, but the user may be able to recover without having to send the printer for service.
    Other printers have permanent printheads.  To run these without some ink in all the colors would risk causing damage to the printhead due to clogs, air ingested in the printhead or burned out printhead firing resistors. The Officejet 6700 is an example of this type of printer. For printers with fixed printheads this could require service to get the printer to print properly again when the ink is finally replaced. 
    The document here describes how ink is used.  While the document is written for HP Inkjet printers the same principles apply to inkjet printers from other manufacturers.
    If you never print in color a laser printer would likely be a better choice.  If you occasionally print color but mostly black an IPH printer like those in the first category above may be a good choice.
    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

  • How to print in black and white on a color printer

    I need help printing in black and white. I have a color printer.

    take a look at this discussion
    https://discussions.apple.com/message/20821743#20821743

  • What software do I need to print from Ipad2

    what software do I need to print from Ipad2 and do i need to add software to my laptop computer?

    If printer is not on the list of approved Airprint printers.
    http://support.apple.com/kb/ht4356
    Try using Print Central or Print n Share.

  • How can I print out the graph I need only, without the controls and indicators?

    I'm doing some programming in LABVIEW. I need to print out only the graph, without the buttons, controls, indicators. I tried to look for such a function in LABVIEW, but in vain. How can I achieve the result I expect in my programming?

    Hi Fenny,
    you should use the report generation functions to create a report containing your graph image and print it.
    Take a look at the Sample Test Report.vi you find in the report examples of LV.
    Just look at the part of the diagram where it is used Append Control Image to report.vi (in the center of the report functions chain); a graph reference is wired to the Ctrl reference input ( to create a reference of your graph right click on it and select create reference).
    Let me know if you need more help,
    Alberto

Maybe you are looking for