‎2007 Jan 23 8:34 AM
Hi sdn experts,
How to insert a BARCODE into perticular window in scripts?
‎2007 Jan 23 8:36 AM
create a cahracter format with barcode option.
suppose c1 is your characterformat.
in the layout <c1>&mara-matnr&</>
now material no printing as barcode.
regards
shiba dutta
‎2007 Jan 23 8:36 AM
create a cahracter format with barcode option.
suppose c1 is your characterformat.
in the layout <c1>&mara-matnr&</>
now material no printing as barcode.
regards
shiba dutta
‎2007 Jan 23 8:38 AM
‎2007 Jan 23 8:44 AM
Open your form in SE71 transaction.Go to Character Format Tab.Create a character format like C1.Select a Barcode as for ex. C128A_00.Check the check box Selection.
In your Sapscript text editor use this character format.Ex if you have to display Material number in barcode use
<C1>g_matnr</>.
Your material number will be displayed in barcode
‎2007 Jan 23 8:45 AM
Hi sudharsan,
<b>Create a character format in the SAPScript.
Choose the Bar Code for the character format.
And finally to display barcodes, in the command enter:
<C1>&w_vbeln&</>
where C1 is the character format created and w_vbeln is the variable for which the barcode is to be created.</b>
‎2007 Jan 23 8:53 AM
Hi Sudharshan,
For creating barcode you need to create a character format with barcode option. & create a text. in that provide the no which you want to dispaly & assign the character format to the number or fiels you provided in text.
Ashven