cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode in Script

Former Member
0 Kudos

Hi experts,

I have to show the barcode in a script.

Actually first i have to show the field value(&itab-matnr&) and beside i have to show its barcode.

I have created a characterstring(BC) using barcode BC_EANH

but i am not able to write the appropriate command.

Also help me, whats the syntax for assingning character string,

Please help me out

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

1. Goto se73 tcode and select the standard barcode according to the size (for example..1.50 ,.50 etc...) what u want.

2.Goto ur script and create one character format(in charcter format assign the barcode u selected from se73).

3.In window u have to give like <C>&ITAB-MATNR&</>.

Note: C is character format which u created.

Regards,

Billa

former_member187457
Active Contributor
0 Kudos

write.....

P1 <c1>&itab-matnr& <BC>&itab-matnr&

Reward if helpful

thnx

Rohit

Former Member
0 Kudos

Go to page window,then press F9,then from GOTO menu choose Change Editor.

There take a command line write the code as

/: <BC_EANH>&itab-matnr&<\>,

also don't forget to create a barcode window in the form painter.

Edited by: Saptarshi Sarkar on Jan 2, 2008 8:45 AM