Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

barcode

Former Member
0 Kudos
90

hi all

could any one please explain how do we print barcodes in scripts ,please be elaborate

to print barcodes in sapscripts you have to do following steps..

1 ACCEPTED SOLUTION

Former Member
0 Kudos
62

Hi,

to print barcodes in sapscripts you have to do following steps..

1.choose Character format options

2. Then choose change mode.

3. provide a name say C1 in character format option and then press enter.

4.provide description for that character format say C1.

5.you can find barcode option.place the cursor in that one and press F4 then it will display the list of barcodes available.

6.choose one of them say BC_MSIC.

Now you have created a character format say C1 with the Barcode properties.

Exmaple:

If you want to print the price in barcode format which is in ITAB-Netwr, you have to give the syntax in the script editor like ....

<C1>&ITAB-NETWR&</>

then it will prints barcode in your output....

Reward points if helpful....

Cheers,

Rakesh

2 REPLIES 2

former_member156446
Active Contributor

Former Member
0 Kudos
63

Hi,

to print barcodes in sapscripts you have to do following steps..

1.choose Character format options

2. Then choose change mode.

3. provide a name say C1 in character format option and then press enter.

4.provide description for that character format say C1.

5.you can find barcode option.place the cursor in that one and press F4 then it will display the list of barcodes available.

6.choose one of them say BC_MSIC.

Now you have created a character format say C1 with the Barcode properties.

Exmaple:

If you want to print the price in barcode format which is in ITAB-Netwr, you have to give the syntax in the script editor like ....

<C1>&ITAB-NETWR&</>

then it will prints barcode in your output....

Reward points if helpful....

Cheers,

Rakesh