cancel
Showing results for 
Search instead for 
Did you mean: 

Bar code for EAN128

Former Member
0 Kudos

Hello All,

We need to print an EAN128 bar code for the following fields along with their AI [application identifiers]

batch number (10)

Material nr. (240)

Unit of measure (94)

Quantity (37) and

Source storage unit number (414)

We are on SAP 4.7 and using sapscripts [smart form is not an option for us]. The printers being used are HP Laser Jet 4200/IBM InfoPrint 1332 for the same.

On both these printers we are able to print the barcode 'BARCLVS' successfully but when we try to print the BC_EANH bar code, we get error as 'Err:length'.

Can someone help us as to what are the setting we need to check at printer side, ABAP code, device set-up, etc to print the bar code successfully.

Thanks and Regards,

Gauravjit.

Message was edited by:

Gauravjit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All ,

Can we use Code 128 symbolic type to print EAN 128 barcode types.

Bets Regards,

Lahiru.

Former Member
0 Kudos

Hi ,

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 automatically and showing all the Values.

Please suggest me how to solve the issue.

Thanks,

Bathini.