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

Label printer

Former Member
0 Likes
416

Hi all,

I need to print on a Etimark printer.

In the list of device types (in SPAD) there are a lot of entries, but none for the Etimark printer (model 1220).

Has anyone ever printed on the Etimark printer?

I have got an file which when I use the function 'GUI_DOWNLOAD' and send the file to the printer, it prints successful. The file contains 02, 03 and 1B as hexadecimal printer-controls.

I've found here: http://www.etimark.de/sap_navision/barcode_sap_loesung.html that Etimark has written a module to print on their devices, but I would like to know if there are other solutions.

Can anyone help me?

greetz Fred.

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
386

Fred,

there are a list of OSS notes that list all the printer device that you could use from SAP. If your printer device is not in a the list, maybe you have to plug-it not in the network but in a computer with the SAPGui.

Rgd

Fred

Read only

Former Member
0 Likes
386

Hi Frédéric,

I forgot one important thing in my question, that is that I print barcode through SAPScript. I do not know how to send the data to the Etimark printer.

I can select the etimark printer as locl (etimark as default printer on workstation) but then again I do not get the data in the right format to the Etimark. A working file looks like this:

ECPM0260 ECPL0200 SCS03 2 C00550030L11104Kunde: JJB JJB C00900030L11104Auftrag: 528 C01250030L11104Palette: 41898 C01600030L11104Charge : 31-12-0502200050L1541810 B0055058051220N41898 C03800030L11104Artikel: 10 24 KRT Gewicht/KG: 52,80 C04150030L11104Artikel 010 Datum: 03-10-05 C04600050L1561531-DEZ-05 C06100030L11104Lagerplatz: JJ/B-01-1 NVE: EUR C06550050L15615JJ/B-01-1 2 P00010

there are multiple non-ascii control characters ( ).

Also the data "like kunde: JJB JJB" must be variable (in SAPScript like: "define &kunde&)".

But i need the 02, 03 and 1B hex print controls in SAPScript.... How can I do that?

Can I do that with PRINT-CONTROL xxxxx or ?

greetz Fred.