Application Development and Automation 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: 
Read only

problem with SAP-Scripts

Former Member
0 Likes
751

Hi sdn experts,

How to insert a BARCODE into perticular window in scripts?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
724

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

5 REPLIES 5
Read only

Former Member
0 Likes
725

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

Read only

Former Member
0 Likes
724

Refer thsi link

Read only

Former Member
0 Likes
724

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

Read only

Former Member
0 Likes
724

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>

Read only

Former Member
0 Likes
724

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