cancel
Showing results for 
Search instead for 
Did you mean: 

Function module C128_DUMMY_CONVERSION_METHOD

Former Member
0 Kudos

Hello,

Can anybody guide me how to use FM C128_DUMMY_CONVERSION_METHOD?

I have to return the output string after calculating the checksum in BARCode Printing.

Thanks/Regards,

Abhijit.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184569
Active Contributor
0 Kudos

Hi Abhijit,

To enable the R/3 System to output values as bar codes, proceed as follows:

1. Acquire a registered font for your barcode and install it.

2. Write your own conversion program (ABAP function module) that adjusts the values. The interface must correspond with the function module C128_DUMMY_CONVERSION_METHOD.

3. Use the function module C128_DUMMY_CONVERSION_METHOD as the method for the corresponding symbol in the template (expansion mode M) or in the symbol definition.

4. Format the symbol in the template with the corresponding font.

Thanks,

Susmitha

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Abhijit,

The FM is a dummy and does not do anything i beleive coz there isnt any code inside at least in my system

You can check the OSS Notes 53324 which talks about the FM.

Cheers

VJ

Message was edited by: Vijayendra Rao