Regarding Bar Code Printing in SMART FORMS

Hi All,
I need to print a Bar Code in the output for Material Field on Header Data.
For this in smart styles:
I have decalred a style Character Format: BM by choosing Bar Code Name: RUECKNR
Then in Layout set code of Smartform i have decalred the same in following way:
<b>Material No: &G_MAT_NO& <BM>&G_MAT_NO&</></b>
But in output it is showing as below:
<b>Material No: 60000001 <BM>60000001</></b>
It is not showing any barcode for Material Number!
Can anybody solve this issue!
Thanks,
Deep.

Hi,
Choose the style name in output options of the text.
Click the field list on/off button.From the list of the fields displayed,drag G_MAT_NO[don't type manually] from there to text element. Then select Text editor and then in that go to -> change editor.
Insert the character created in style ( Say BM) in that change editor. That will display the barcode for date.
Material No: &G_MAT_NO& <BM>&G_MAT_NO&</>

Similar Messages

  • How to print BAR CODE in SAP SMART FORMS

    Hi,
    I want to print inspection lot's BAR CODE in the smart form, but i dont know the way how to print this into the smartform.
    if anyone have any idea, please suggest me how to print this as it is urgent for me to complete the object.
    Thanks in advance.
    Best Regards,
    Abnish Jain

    Hello Abnish,
    Welcome to SDN.
    We are able to print barcodes from smartforms. Doing this way, we print barcodes on laser printers.
    We are also printing from sap to zebra printers using two ways:
    1. Download the data to an excel sheet, then creating a macro that opens the printer port and sending the commands to the printer through this "file". All this is done via vb script provided with excel)..
    2. The second way is creating a vbscript (an ascii file from sap) with the printer commands and then runing it using ws_execute.
    You need a barcode reader to read the barcodes, and this scanner acts like a keyboard, it sends the data scanned to the active field on screen. (which might be a notepad, word, excel or an input field or ... ).
    From 4.6c on, you can use smartforms to print barcodes without buying any barcode.dll software nor hardware extention like Bardimm on any laser/inkjet printer (Please Note that I haven't mentioned Zebra printers here!). To do this, you have to create a smartstyle -> character format with the desired barcode font (defined within sap). Then in the smartform, create a window, put the field and associate it the character format. That's all (I mean, that's all we do at least :-). I think, you have to consider the barcode specifications before sending the barcode value to the smartform (Just an example, if you're using 3 of 9, the code should start and end with an asterisk - '*' -) We're printing an interleaved 2 out of 5 barcode in our invoices due to a legal requirement, and we did it this way.
    3. If you have a barcode scanner, then you should not need reading the barcode into an ascii file to get the data read in an standard or custom screen field. You can read it directly to the field you want. (unless... you have complex data coded in the barcode - for example if you're using an ean-ucc 128 compliant code and you're sending several fields in a single code ... In this case, an interface is almost mandatory because you must interpret the data fields according to the ucc standard, split the code into several fields .... and .... pure programming logic ).
    To put it clear: if you have to read, for example, a barcode that holds the legal number of an invoice using a barcode scanner and this number should be sent to migo-> bktxt then you don't need an interface. The scanner itself acts like a fast operator entering the characters using a keyboard and filling in the field.
    We're reading barcodes in several places (when we finish each pallet, when we receive an invoice, and so on. Each case is a different screen. We arent using an ascii file to read these barcodes. Furthermore, we read the invoice legal number into migo bktxt field (Head Text).
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Regards
    Naren

  • Bar Codes printing in SAPscript form

    Hello everyone,
    Please help me with barcodes printing problem:
    We are using ECC 6.0, and printer HPLJ 2300 series PCL 6
    I have installed BARCODE.DLL, and it is located in my local PC, in folder SAPgui\SAPlpd, i.e. where SAPlpd.exe file is locating.
    I printed assets bar code labels using tc S_ALR_87010137, and using script form FIAA_0003, but in print preview there were just solid boxes and after print-out there were no boxes at all, just text! Then I created new script form and assigned new barcode type, but printed barcodes were still invisible on the paper list.
    Where is the problem?

    Just do the following check items-
    1) try to print any standard form ( PO, SO etc.) from SAP printer but not through local printer. ( Spool should not be generated; check it in sp02.)
    2) If it printed perfectly, then it is supposed to print the barcode too. You cannot print the barcodes using the local printers. Usually it required special printers
    ( zebra etc..).
    else if it is not printing properly tell the basis that they havenot configured the printer properly.
    we are doing presently printing of barcodes using both zebra & sap printers.
    Let me know, when you are through this basic check list.

  • Bar Code Printing

    Hi,
    I want to write a bar code printing program, Can anyone guide me and give me a sample program and how it works documentation.
    Regards
    Jiku

    Hi,
    check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm
    You create a bar code or change a bar code in the font maintenance transaction (transaction SE73). To do this, proceed as follows:
    ¡        Start transaction SE73, and choose System Bar Codes ® Change.
    ¡        If you create a bar code, the system asks whether you want to use the new bar code technology or traditional system bar codes. Choose New.
    You can enter a name and a description for the bar code. Note that the name must begin with a Z to avoid conflict between your bar codes and the standard bar codes.
    ¡        You are asked which bar code symbology and which bar code alignment is to be used, both when creating and when changing bar codes. For information about what you should specify for the requested parameters, see the SAP Note 645158 in the SAP Service Marketplace. This SAP Note is always kept up-to-date.
           2.      If you have created a new bar code, you must now add this to a Smart Style as a character format.
    3.      You can now select text in Smart Forms and choose the corresponding style with the bar code as the character format for this text.
    Hope it helps.
    Regards,
    Sonika

  • 3D Bar code printing

    Hi,
    I was asked to print sample documents using 3D Bar code. Does anyone have any idea on this? Any hints would be really helpful.
    Thank you,
    Chandra

    Hi
    Do u want it in scripts or smartforms???
    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.
    The next part of the equation can be a bit tricky as you will need to get a printer to print that barcode font. Regular laser printers does not normally print barcode fonts, only specialized industrial printers that is specifically designed to support that protocol and that uses specialized label media and heat transfer (resin) ribbon to create the sharp image required for barcodes.
    Not to fear though, there are two ways to get around this:
    - You can have your IT department do some research - 
    most laser printers can accept a font cartridge/dimm chip (similar to computer memory), called a BarDIMM that will allow a laser printer to support the printing of barcodes.
    - Secondly, you can buy software that you can upload in your SAP print Server that will convert the barcode symbology as an image that will print on a regular laser printer. I found that this option results in less sharper barcodes. This option is really if you need to convert a large quantity of printers (>10) to support barcodes. 
    - Thirdly, you can buy a third party software like Barcode.dll and install on your frontend PC connected to the laser printer.
    Now you have a barcode printed - what next?
    Well there are two options, depending on your business requirements:
    - You can use an existing SAP transaction on a regular workstation and get a barcode wedge reader to hook up between the keyboard and the PC. These wedge readers comes in a wand or scanner format. There are even wireless wedge scanners available that allows you to roam a few yards from the workstation to scan a label. This approach is mostly used where you want to prevent human errors in typing in long material, batch or serial numbers in receiving or issuing of material. The problem is that it's just replacing the keyboard input and you are basically locked down in one location and have to bring all the material to that location to process.
    - Another solution is to use SAPConsole transactions
    or write your own ABAP Dialog programs that will fit onto a barcode enabled wireless handheld terminal and that will follow the business logic as executed on the shop floor. 
    These programs are highly complex exercises in industrial engineering and ergonomics because of the limited screen sizes and limited ability to accept keyboard input. The user is instructed step-by-step and only scan and push F-keys to interact with the SAP system. Scan, scan, beep, beep, enter - highly automated.
    Only Se71 is used to create a barcode
    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
    Check this link
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    http://www.erpgenie.com/products/synappcode.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm
    New barcode printing for smartforms
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    http://www.zebra.com/cpgn/pdfs/SAP_universal.pdf
    Reward all helpfull answers
    Regards
    Pavan

  • Bar code printing in WM

    Hi,
    Can any body know me how does bar code printing happens in WM ?
    Please let me know how we aligns for e.g. SU number with bar code.Is it something ABAP person has to do while creating  smart forms?
    Let me know the  whole set up.
    Thanks
    Prashant

    Hi ,
    You have to get your Technical COnsultant Assistance for Bar Code Print Configuration
    [Printing Bar Codes |http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm]
    [Bar Code Printing in SAP |http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm]

  • How to print a smart form in two diff languages runtime

    Hi friends,
    we have a requirement to print a smart form in two langauges one in english
    and other in Spanish those selection has to given by check box condition.
    pls send some stuff .
    Thanks & Regards
    Jagadeeshwar.B

    hi! Jagadesh
    1. Create two different Smartforms
    2. In Form Atributes Option -->General Attributes -->Language Tab -- there is a Optiona to select a Particular Language.( To select Language) there <b>select the EN</b> for 1st optin and <b>ES for Spanish</b>, Normally it will be in To all Language.
    3. Create a report with Radiobutton (bz Check Box have an attributes to check both the Options)
       when option1 = 'EN'.
            call form1 with EN language
      when option2 = 'ES'.
           call forms 2 with ES Language.
    Reward me if its useful.
    Regards,
    Nagulan

  • Bar-code printing in smartforms

    Hi All,
    how to done or step by step procedure of bar-code printing in smartforms.....guide me please.
    Thanks,
    Regards,
    Vishal Bhagwat.

    Have a look at below PDFs. It will give all the details abt scripts.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRPROG/BCSRVSCRPROG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRRDI/BCSRVSCRRDI.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCREDIT/BCSRVSCREDIT.pdf
    Also have a look at below links:
    http://help.sap.com/saphelp_crm40/helpdata/en/16/c832857cc111d686e0000086568e5f/content.htm
    http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf
    http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf
    http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf.
    http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf
    http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf
    http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm

  • How to install bar code printer.

    Dear All,
    A issue in my company that i have to install BAR code printer.But i dont have any idea how to install BAR code in sap..AS i m the BASIS guy this is the first time i m facing this issue...plz tell me how to resolve this...
    Regard's

    Hi,
    yes, same way as you doing for other printer in SPAD
    just select your device from device type in Device attribute
    then select your appropriate host spool access method and host printer.
    SE73 is use for font maintenance which are use in SAP script .
    also check following forum to define printer
    SAP prints from Suse Linux OS
    regards,
    kaushal
    Edited by: Kaushal Malavia on Jun 20, 2008 6:24 PM

  • Bar Code Printing. Is PDF417 supported by SQR

    Hi, Can anyone please clarify if SQR v6.1 will support 2D Bar code printing like PDF417 format.Thanks in advanceFarouq

    Hi, Can anyone please clarify if SQR v6.1 will support 2D Bar code printing like PDF417 format.Thanks in advanceFarouq

  • Bar code printing in B1

    I am new setting up bar code printing in B1.
    We need to print stikers for product, kit and customer order ship identification.
    Need instructions to follow.
    Thanks.

    Please check this thread:
    Bar Code
    Thanks,
    Gordon

  • Bar code print  problem

    Hi friends,
        Please don't tell me that "before posting the thread search in google" because i searched this thing and then i'm posting the thread. the problem is given below.
    I'm using the barcode "BC_CD39" it displays in print preview but in printed copy it displays only material document number.
    Thanks & Regards,
    Vallamuthu.M
    Moderator message: your decsription is much too vague to allow help without asking you many questions in return, please describe problems in all technical detail when posting again.
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    Edited by: Thomas Zloch on Dec 8, 2010 2:43 PM

    Hi,
    Can you provide the information how you declared the style for bar code and the font family for that bar code.
    and also provide the deceleration in the smart form if possible with screen shot.
    Kruthik

  • One-Time Customer or Vendor Address Printing in Smart Forms

    Hi friends,
    I am using the Address Node in Smart Forms to print the Addresses in Tax Invoice Printing. How to get the address details for the One-Time Customers which is stored in the BSEC table using the same Address Function.
    (We can directly get the address details from BSEC and display it by using a separate Text Node. But the address formatting according to the recipient country postal standards will be handled only by Address Function in Smart Forms right)
    Regards,
    Riaz.

    Hi friends,
    I am using the Address Node in Smart Forms to print the Addresses in Tax Invoice Printing. How to get the address details for the One-Time Customers which is stored in the BSEC table using the same Address Function.
    (We can directly get the address details from BSEC and display it by using a separate Text Node. But the address formatting according to the recipient country postal standards will be handled only by Address Function in Smart Forms right)
    Regards,
    Riaz.

  • BAR Code Print Using Font Free 3 of 9 Extendted

    HI,
    We have installed BAR Code Font TTF file for Code 3 0f 9 Extended using se73 in SAP as well same in windows.
    Scaneer show 100% confidance (recognize well) while printing the text from MS Word( Testing Purpose). but while Printing from SAP Sscript scanner dont recognize the print bar code( We have installed the same font by SE73) in SAP.
    Could any one help us what may be issue while printing from SAP SCript , SAP is not printing the actual BAR Code same as MS Word.
    Rgds
    Bansal

    Hi,
    Each Code 39 printer can also print 'Extended Code 39' barcodes. It is only the Bar Code scanner that must be switched to 'Extended Code39'.
    In a Code 39 Barcode you can use the characters 0-9, A-Z and the characters -. $/+%
    For an Extended Code 39 barcode a combinition of these characters get a special meaning. See the link below:
    http://www.barcodeman.com/info/c39_ext.php
    Regards,
    Aidan

  • Transfer Order Printing using smart forms

    Hi All
    Our requirement is to print Transfer Order  ( WM ) for Goods Receipt & Delivery using Smart forms.
    Can we change the existing standard format (SAP script ) and use our own form(smart form ) to include some other data & print.
    If possible how to replace the SAP script to Smart form.
    Request  someone could guide in detail.
    Thanks in advance.
    Samson

    Hi
    When you create Smartform try to replace it in customizing OMLV. Not sure if it will work as it refers to Sap Scirpt in help description.
    It is also possible to write Z program for TO printing and hardcode SmartForm there.
    Regards
    Mariusz

Maybe you are looking for

  • How do I load a music cd into iMac?

    I have a new iMac (first time). I have an iPad and iPhone. I am at work and hoping to load my iTunes with stuff. Firstly how do I transfer stuff from my phone or iPad? and secondly how do I load a cd directly to the iMac?

  • Need help loading DLL in labVIEW project

    I have a DLL that was written in C# that I want to load it to my labVIEW project. I have never done this before, so I need help. I chose Connectivity-Call Library Function Node then loaded my DLL. After, under function name, I typed in the function n

  • HELP - moved iMac to college - airport can't  "see"  wireless network

    I am a relatively new mac user and therefore, pretty clueless as to what's wrong/how to fix it. At home, it picked up our secure network right away. I moved it to college (University of Maryland) and the airport can't pick up ANYTHING, but my windows

  • Iphone 5 getting hot after water damage

    Hi my Iphone 5 was put in water and now it is hot and has an error message..what does this mean?

  • Wrong artwork being shown

    This is a rarity. Some songs display the wrong album artwork. I have checked with iTunes to make sure that there isn´t a problem or corruption there and there wasn´t. Obviously I don´t know how pervasive this problem is as I don´t stare at my iPod5 l