Skip to Content
Author's profile photo Debopriya Ghosh

Create EAN 128 barcode

The EAN128 label is used for identifying a handling unit. It describes the type and contents of a handling unit, and provides this information both in text form and as a bar code. This information:

Ø  Uniquely identifies the handling unit

Ø  Describes the contents of the handling unit

In the supply chain, the EAN128 label is of central importance for logistics. The vendor sends a shipping notification via EDI to the customer. In particular, information on the handling units is transmitted here. If the handling units are marked with an EAN128 label, the customer can check the respective materials in goods receipt and perform this check more efficiently by using scanners. The EAN128 label thus serves as identification until the handling unit is repacked in the warehouse or used in production. The identification may even retain its validity until the handling unit leaves the warehouse again as an entire unit.

In contrast to the material label in the car industry, the contents and appearance of the EAN128 label is not standardized. The international standardization organizations have only defined, as yet, a framework proposal that gives each label manufacturer a relative degree of choice in label definition. The only convention that all organizations adhere to is the Serial Shipping Container Code (SSCC) that is used for unique identification of a handling unit.

In most countries, there is a separate subsidiary organization of EAN International that is responsible for defining the standard. In the US, this organization is called the Uniform Code Council (UCC), and in Germany it is the Central Office for Co-organization (CCG).

This document is made to create EAN 128 barcode step by step.

Goto SE73 -> Select System Bar Codes and click 1.JPG

/wp-content/uploads/2013/05/2_215276.jpg

Click on the create button

/wp-content/uploads/2013/05/3_215277.jpg

Now select the New  button from the Pop Up

/wp-content/uploads/2013/05/4_215278.jpg

Enter the Barcode name and Description.

/wp-content/uploads/2013/05/5_215279.jpg

Next Select Barcode Symbology as Code 128

/wp-content/uploads/2013/05/6_215280.jpg

Next choose alignment as Normal

/wp-content/uploads/2013/05/7_215281.jpg

In the following Popup enter the values as per the requirement. Narrow Module Width determines the Width of the Barcode Linear Height determines the Height of the Barcode.

Code128 Mode should be ‘N’.

/wp-content/uploads/2013/05/8_215282.jpg

Next save the Barcode

/wp-content/uploads/2013/05/9_215283.jpg

Now we have the Barcode ready to be used in the Smartform.

However the Barcode is still in the Code 128 format. We can convert it into EAN 128 format by concatenating a Start Character followed by the FNC1 code before the actual data which needs to be converted into the barcode.

Below is the list of Start Characters:

Start Characters:
> 9                 Start Code A (Numeric Pairs giveAlpha/Numerics)
> :                  Start Code B (Normal Alpha/Numeric)
> ;                  Start Code C (All Numeric 00-99)
FNC1 code:            > 8

You can take reference for the various codes from: http://sap.javaeye.com/blog/130648

For example if we need to convert the order number into a barcode. Since the order number is All Numeric, we use ‘>;’ as the Start character followed by ‘>8’ which is the FNC1 code.

DATA: lf_barcode type char16.  (Char16 is taken because AUFNR is 12 char plus 2 char Start Character and 2 char FNC1 code)

CONCATENATE ‘> ;> 8’ lf_aufnr INTO lf_barcode.

Now for displaying the barcode we will use the variable lf_barcode.

Assigned Tags

      10 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Amala Srinivasa Rao
      Amala Srinivasa Rao

      Good One 🙂

      Author's profile photo Debopriya Ghosh
      Debopriya Ghosh
      Blog Post Author

      Thanks Amala.

      Regards,

      Debopriya Ghosh

      Author's profile photo Former Member
      Former Member

      Nice one .Basically gives the idea of conversion of barcode into different format.

      Handful.

      Regads

      Syed

      Author's profile photo Debopriya Ghosh
      Debopriya Ghosh
      Blog Post Author

      Thanks Syed.

      Regards,

      Debopriya Ghosh

      Author's profile photo Former Member
      Former Member

      Good Document 🙂

      Regard's

      Smruti

      Author's profile photo Debopriya Ghosh
      Debopriya Ghosh
      Blog Post Author

      Thanks Smruti Ranjan.

      Regards,

      Debopriya Ghosh

      Author's profile photo Arnab Das
      Arnab Das

      Awesome 🙂

      Author's profile photo Werner Mittrup
      Werner Mittrup

      Good document.
      Regards,
      Werner Mittrup 

      Author's profile photo Virinchi Punyamanthula
      Virinchi Punyamanthula

      Hi how can i display barcode for the below in ADOBE FORMS: please help

       

      Author's profile photo Henrique Coelho
      Henrique Coelho

      I need to include de code 400 for Order Number, i have added in the profile, but i have error in the FM LE_EAN128_ENCODE, who do i include the field to have it on my Barcode?