cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode Label Printing

Former Member
0 Kudos

In the below code I want to add Delivery line item just beside quantity. This is the extract from the smartform which is already being used to print labels. Please helop

XATA000JSNLT0MMTMNWMTDPONPMNLH0,0JMAPR2,2MD20JUSLRNCI0^XZ

^XA

^LL0900

^PW900

FT262,486A0N,33,33FD&S_SHIP_LABEL-HERKL&FS

FT262,681A0N,33,33FD&S_SHIP_LABEL-BSTNK&FS

FT262,587A0N,33,33FD&S_SHIP_LABEL-LFIMG_TXT&FS

FT262,389A0N,33,33FD&S_SHIP_LABEL-CHARG&FS

FT262,63A0N,33,33FDGENNUMFS

FT262,251A0N,33,33FD&S_SHIP_LABEL-MATNR&FS

FT262,775A0N,29,28FD&S_SHIP_LABEL-ADDR_LINE1&FS

FT262,811A0N,29,28FD&S_SHIP_LABEL-ADDR_LINE2&FS

FT262,846A0N,29,28FD&S_SHIP_LABEL-ADDR_LINE3&FS

FT262,882A0N,29,28FD&S_SHIP_LABEL-ADDR_LINE4&FS

FT262,340A0N,33,33FD&S_SHIP_LABEL-MAKTX&FS

FT729,486A0N,33,33FD&S_SHIP_LABEL-VGBEL&FS

FT490,482A0N,29,28FDSALES ORDER:FS

FT729,389A0N,33,33FD&S_SHIP_LABEL-DATE_CODE&FS

FT490,583A0N,29,28FDREPRINT CODE:FS

BY3,3,42FT490,442^BCN,,N,N

FD&S_SHIP_BARCODE-DATE_CODE&FS

BY3,3,42FT29,733^BCN,,N,N

FD&S_SHIP_BARCODE-CUST_PO&FS

BY3,3,42FT29,538^BCN,,N,N

FD&S_SHIP_BARCODE-COUNTRY_OF_ORIGIN&FS

FT29,775A0N,29,28FDCUSTOMER:FS

FT29,336A0N,29,28FDDESCRIPTION:FS

FT29,482A0N,29,28FDCtry.O.Origin:FS

FT29,677A0N,29,28FDCUST PO:FS

BY3,3,42FT29,640^BCN,,N,N

FD&S_SHIP_BARCODE-QUANTITY&FS

FT29,583A0N,29,28FDQUANTITY:FS

FT262,158A0N,33,33FD&S_SHIP_LABEL-KDMAT&FS

FT490,385A0N,29,28FDDATE CODE:FS

FT29,385A0N,29,28FDBATCH:FS

BY3,3,42FT490,538^BCN,,N,N

FD&S_SHIP_BARCODE-SALES_ORDER&FS

BY3,3,42FT29,442^BCN,,N,N

FD&S_SHIP_BARCODE-RUN_BATCH&FS

FT29,247A0N,29,28FDGENNUM PN:FS

BY3,3,42FT29,303^BCN,,N,N

FD&S_SHIP_BARCODE-GENNUM_PN&FS

FT29,154A0N,29,28FDCUST PN:FS

FT729,63A0N,33,33FD&S_SHIP_LABEL-VBELN&FS

BY3,3,42FT29,209^BCN,,N,N

FD&S_SHIP_BARCODE-CUST_PN&FS

FT490,59A0N,29,28FDDELIVERY:FS

FT29,59A0N,29,28FDSPLR NAME:FS

BY3,3,42FT490,113^BCN,,N,N

FD&S_SHIP_BARCODE-DELIVERY&FS

BY3,3,42FT29,113^BCN,,N,N

FD&S_SHIP_BARCODE-SPLR_NAME&FS

FD&S_SHIP_BARCODE-POSNR&FS

BY80,80FT729,646^BXN,4,200,0,0,1

FH\FD&S_SHIP_BARCODE-2D_CODE&^FS

FO25,740GB847,0,1^FS

FO25,549GB847,0,1^FS

FO25,351GB847,0,1^FS

FO25,119GB848,0,3^FS

^PQ1,0,1,Y

^XZ

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

this is ZPL II language..

The ^FT command sets the field position relative to the home position of the label.

Format: ^FTx,y

x = x-axis location, in dots

y = y-axis location, in dots

so.. you can try to add lines with ^FT changing the x and y.

http://www.google.com/search?q=zpliicommands

I hope this helps,

Paulo

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Are you passing the value from the SAP to this code to print the Label in the Label Printer.

instead of printer program, you can create a smartform for label printing using Barcode and you can start printing without any issues. can you please tell us your requirement, like what information your printing in the label from which txn.

Regards

GK.

Former Member
0 Kudos

This is an actually an existing smartform. You can see there are place holders to pass values. I have to just add delivery line item to the existing set of information. material,quantity,customer name etc.

rejish_balakrishnan
Contributor
0 Kudos

HI ,

FD&S_SHIP_BARCODE-QUANTITY&FS

under here add ur deliver line item.

i hope u will defaultly get the delivery line item if u debug and see value for S_SHIP_BARCODE strcuture..

if this doesnt answer ur question, then i am unable to understand ur need ..:(

regards

Rbk ....

Former Member
0 Kudos

hmmm i´m doing smartforms for some years now and i NEVER saw such a code. how did you get this?