Skip to Content
0
Former Member
Sep 23, 2008 at 06:00 PM

Fieldnames on Label(zebra printer) not printing correctly.

778 Views

Hi ,

We have a SAP script which prints the pallet labels thru transaction LT31. In sap script we are using standard text and written all the ZPL commands to get print required Label. The problem is the fields description 'Material number' , 'Material Description'..etc are not printing fully. I mean half of the description is getting cut. We are not sure where is the problem. I'm putting the code of Standard Text.

/: NEW-PAGE

* ^XA

/ DFGR568C-1FS

/ ^PRC

/ LH0,0FS

/ ^LL4270

/ ^MD0

/ ^MNY

/ LH0,0FS

/ FO644,2872A0B,80,65CI13FRFB201,1,0,RFN983^FS

/ FO644,2407A0B,80,65CI13FRFB315,1,0,LFN982^FS

/ FO230,2143A0B,180,95CI13FRFB2060,1,0,LFN981^FS

/ FO379,2152A0B,179,145CI13FRFB1648,1,0,LFN980^FS

/ BY6,2.5FO1201,2236B3B,N,427,N,YFRFN975FS

/ FO644,3067A0B,80,65CI13FRFN979FS

/ FO639,3846A0B,52,42CI13FRFB378,1,0,LFN978^FS

/ BY4,3.0FO833,2176BCB,264,N,Y,NFRFN986FS

/ FO583,3212A0B,49,100CI13FRFB378,1,0,LFN985^FS

/ FO641,3192A0B,67,68CI13FRFB402,2,0,LFN984^FS

/ FO1118,2574A0B,59,42CI13FRFB1411,1,0,CFN976^FS

/ BY6,2.5FO1200,102B3B,N,427,N,YFRFN977FS

/ BY4,3.0FO829,40BCB,258,N,Y,NFRFN986FS

L FO435,3859A0B,55,46CI13FRFDMaterial NumberFS

/ FO90,2921A0B,100,81CI13FRFDHeading DCFS

/ FO574,1045A0B,46,105CI13FRFB399,0,0,LFN985^FS

/ FO567,3629A0B,55,46CI13FRFDEAN.ECC Trade Item NumberFS

/ FO570,2987A0B,55,46CI13FRFDQuantityFS

/ FO570,2606A0B,55,46CI13FRFDBatchFS

/ FO642,1040A0B,67,68CI13FRFB402,2,0,LFN984^FS

/ FO644,718A0B,79,65CI13FRFB201,1,0,RFN983^FS

/ FO644,276A0B,79,65CI13FRFB315,1,0,LFN982^FS

/ FO230,14A0B,180,95CI13FRFB2060,1,0,LFN981^FS

/ FO379,20A0B,180,145CI13FRFB1642,1,0,LFN980^FS

/ FO643,915A0B,79,65CI13FRFB112,1,0,LFN979^FS

/ FO639,1717A0B,52,42CI13FRFB378,1,0,LFN978^FS

/ FO435,1724A0B,55,46CI13FRFDMaterial NumberFS

/ FO90,787A0B,100,81CI13FRFDHeading DCFS

/ FO570,1497A0B,55,46CI13FRFDEAN.ECC Trade Item NumberFS

/ FO567,847A0B,55,46CI13FRFDQuantityFS

/ FO570,475A0B,55,46CI13FRFDBatchFS

/ FO1644,342A0B,99,81CI13FRFB1558,1,0,CFN977^FS

/ FO1118,439A0B,59,42CI13FRFB1411,1,0,CFN976^FS

/ FO1645,2477A0B,100,81CI13FRFB1558,1,0,CFN975^FS

/ FO820,2183GB0,2018,6^FS

/ FO597,2658GB0,0,0^FS

/ FO618,2538GB0,0,0^FS

/ FO348,2186GB0,2018,6^FS

/ FO33,2117GB1775,0,6^FS

/ FO820,51GB0,2018,6^FS

/ FO597,523GB0,0,0^FS

/ FO618,403GB0,0,0^FS

/ FO348,51GB0,2018,6^FS

/ ^XZ

/: NEW-PAGE

/ ^XA

/ ^XFGR568C-1.ZPL

/ FN983FD&LTAP-ALTME&^FS

/ FN982FD&LTAP-CHARG&^FS

/ FN981FD&LTAP-MAKTX&^FS

/ FN980FD&LTAP-MATNR&^FS

/ FN975FD&LTAP-NLENR&^FS

/ FN979FD&LTAP-VSOLA&^FS

/ FN978FD&MARM-EAN11&^FS

/ FN986FD&G_BARCODE1&^FS

/ FN985FD&G_CUTOVER&^FS

/ FN984FD&G_NLPLA&^FS

/ FN976FD&G_BARC1&^FS

/ FN977FD&G_BARC2&^FS

/ ^PQ&VINFO-COPIES&,0,1,N

/ ^XZ

/ ^FX End of job

Appreacite any help and points will be given.

Thanks.