cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode following Code 128 Specification

Former Member
0 Kudos

Hi,

I have to make a Barcode with Code 128 Character Set C specification.

The Problem is that the First Character will be fixed 'Start Code C' and the end character should be 'STOP'.

How should i pass it as a Data so that it can be converted into Lines?

I have Created a Barcode in SE73 as system Barcode and used this in the Character Font of the smartstyle and then used it on the variable in the smartform.

If this variable has the Data as lv_barcode = '1234587545'. How to put the 'START Code C' as the first Character and STOP as the Last Character in the varaible so that it can be converted into a barcode and be in readable format.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

If you use (in barcode style - SE73) in mode A (auto) and if your data contains only numbers, the system start automatically in C and add STOP character at the end.

But if you want force set C, you can use mode U (in barcode style) and concatenate with your barcode, the invocations code : '>;' (note 645158).

Mickael.