cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Material Description Text Display on Label

0 Likes
361

Hi Expters,

I have created a label with barcode. I want to display the text above the barcode as 'Material/Batch Number'. So for this I have drawn a box and inserted the code below code in the box.

Material/Batch Number: <02GCG_MATNR[D:Material]> <02GCG_CHARG(M:EHS_SYMM_BATCH_ZERO[D:Batch]>

But the problem is, in the preview i.e in the word document 'Material/Batch Number xxxxxx xxxxxxx' is displayed, but when the same word document is converted to PDF file, then the text 'Material/Batch Number' is disappearing and just Material Num and Batch Num in numbers are printed.

I am able to see this text in the preview, but unable to see the same in PDF version,

Also after material number is printed there should be some gap and then Batch number should print i.e there should exists some space between Material Number and Batch Number.

Please help me on this.

Regards,

Rafi

View Entire Topic
0 Likes

Hi Experts,

I am done the displaying of Material Number and Batch Number without overlapping.

Earlier I have inserted a text box in which I have added the code, so at that time the text Material/Batch was not displaying the pdf format. For this I have created threee text boxes. In first box I added Material/Batch text, in the second code related to Material Number is added and in the third box code related to Batch is added. I have provided some space between second and third boxes.

That's all problem solved.

Regards,

Rafi

Former Member
0 Likes

Hi Rafi,

Can you please share / elaborate how you are incorporate the Barcode in Label for Material number/ Batch number.

Thanks in advance.

Regards

Amol

0 Likes

Hi,

Please use the below code to get the barcode

<02GCG_CONT2[B:CODE128 CHKDIGIT = 1 DIMX=0.03 HEIGHT=0.7 FORMAT=%.3d>

Regards,

Rafi