cancel
Showing results for 
Search instead for 
Did you mean: 

Understanding Bar Code label

Former Member
0 Kudos

Hello Experts,

We have a custom bar code label (Z_US_REC_LBL) to print bar code label. I have to work on this SAPScript for some modifications. As I have never worked on bar code lables, So I am trying to understand it.

The Form has 1 window (MAIN) and the following is the Text Elements for that. Can you please explain what it means(for eg: FO737, 32A0R....)?

Your help is greatly appreciated.

Thanks.

^XA
^FO737,32^A0R,49,39^FD60000001^FS
^FO683,32^A0R,30,23^FDPPE:  &ZABC_PPET-DESCRIPTION&^FS
^FO600,32^A0R,57,57^FD&ZABC_SIGNALCODET-DESCRIPTION&^FS
^FO750,833^A0R,33,40^FDMATERIAL NUMBER^FS
^FO647,833^A0R,93,86^FD&MARA-MATNR&^FS
^FO577,833^BY3,2.3^B3R,N,76,N,N^FD&MARA-MATNR&^FS
^FO503,833^A0R,33,40^FDBATCH NUMBER^FS
^FO400,833^A0R,93,86^FD&MCH1-CHARG&^FS
^FO330,833^B3R,N,76,N,N^FD60000007^FS
^FO250,833^A0R,24,32^FDSTORAGE CODE:  &MARA-ZZCODE^FS
^FO210,833^A0R,24,32^FDCAS #:  &MARA-ZZNUM&^FS
^FO143,833^A0R,40,36^FDContainer^FS
^FO143,977^A0R,40,36^SN&W_CONTNUM&^FS
^FO97,833^A0R,40,36^FDDate: &SYST-DATUM&^FS

Accepted Solutions (1)

Accepted Solutions (1)

former_member156446
Active Contributor
0 Kudos

I am not 100% sure but.. have worked on Intermec label printing before...

^FO683,32^A0R,30,23^FDPPE:  &ZABC_PPET-DESCRIPTION&^FS

^FO683, - command for the printer to understand

^A0R - I guess character format

30 - X position

23 - Y position

^FDPPE: - comand to say its human understandable format

&ZABC_PPET-DESCRIPTION& - field to display the value

^FS - end of line.

Former Member
0 Kudos

Thanks a lot J@Y.

Do you have any documentation on Intermec label printing? I will do a search for that in the meantime though. Thanks again.

former_member156446
Active Contributor
0 Kudos

I had a hard copy of the manual, where most of the commands are discussed...

Answers (0)