2007 Dec 21 3:44 PM
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..
2007 Dec 21 3:48 PM
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
2007 Dec 21 3:46 PM
http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm
award points if useful
2007 Dec 21 3:48 PM
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