cancel
Showing results for 
Search instead for 
Did you mean: 

WWI Barcode Printing

Former Member
0 Kudos
2,621

Hi Experts,

I am trying to print barcodes via WWI labels. As suggested in the documentation, I have done all the necessary steps that are a prerequisite for barcode labels:

The barcode font code 39(downloaded from a free website -- test purpose only) is installed on both front end as well the WWI server.

A copy of Conversion method C128_DUMMY_CONVERSION_METHOD  is attached to the symbol so as to concatenate '*' at the start and end of the symbol value.

The symbol is included in the template with the code 39 font.

The print preview is working fine but when i try to print this on the printer that value is coming instead of the printer. If I am not wrong there is no printer specific setting involved here so the barcode should have printed as desired.

Can any one please help me identify the problem here?

Thanks,

Navjot

View Entire Topic
Former Member
0 Kudos

Hi Navjot,

The software which you have downloaded from free website, may limited to the print preview.

Print preview, is just a preview without wwi generation process involved.

You can contact SAP for the licensed software called "genifix",

to implement Genefix, you have to do couple of activities -

1. Implement the BADI - EHSS_WWI_BADI_001

2. couple of Notes to be implemented to control/prevent the errors.

3. To work with genefix, you must install the latest version of wwi (service pack 17 or latest than that).

4. After implementing the above BADI, you will find couple of additional tabs in CG42 related to Barcode.

5. check the BC set release checks, if necesary adapt the SAP NOte - 649918

6. After implementing the genefix, do some macro settings in MS word.

Regards

kamal

Former Member
0 Kudos

Hi Ravi,

Thanks for your reply on this one.

At this point in time we are looking for a solution to print barcode labels without having any other additional software being involved. I read somewhere that we can do this by installing licensed fonts and then utilizing the custom expansion function module (copy of C128_DUMMY_CONVERSION_METHOD) for barcode based formatting.

It would be really helpful if you can help me understand if this is possible i.e. we can generate barcode from WWI by just using fonts and what needs to be done in the expansion function module for this.

Thanks again,

Navjot

Former Member
0 Kudos

Hi Navjot,

I am confident enough, that the barcode functionality cannot be dealt without the licensing solution from SAP.

C128_DUMMY_CONVERSION_METHOD, is a general function module to use in any of wwi symbol enhancements. You can deal with this function module to retrieve the data from the database "as same" at report genration. WWi symbol/ value generation from wwi server looks like black box, I don't think it converts the numbers to barcode in wwi generation server with the additional coding in FM.

Had lot of discusions earlier on the same and you can find lot of threads available.

Regards

kamal

michael_hofer
Advisor
Advisor
0 Kudos

Hi Navjot,

WWI/GLM is supporting barcode fonts.

You have to install the barcode font also on the WWI server.

Are you generating the print preview with GLM (CBGL_MP01). This preview is generated on the WWI server, but a preview in CG42 is a local generation on your pc.

Also a printout is generated on the WWI server. So in that case I would suggest to check the installation of the barcode font on the WWI server.

Regards,

Mike