cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Bar Code Printing in SMART FORMS

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

jayanthi_jayaraman
Active Contributor
0 Kudos

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&</>

Former Member
0 Kudos

Hi,

Thank you very much for your reply.

It is working well.

I have awarded points.

Once again thanks for your inputs.

Thanks,

Deep.

Answers (1)

Answers (1)

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Try this and reward points if it helps.

You need to use </> for ending the character.

Material No: &G_MAT_NO& <BM>&G_MAT_NO&<<b>/</b>>

Former Member
0 Kudos

Hi,

Both ways it is not showing BarCode. It just displaying Data with Tags.

Any solution for this issue!

Thanks,

Deep.