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 Printing

Former Member
0 Likes
444

Hello All,

i wonder if somoene can help me out here ...

Trying to print labels on a Datamax printer.

The text part is going fine since i was able to send the right escape sequence to the printer from SAPSCRIPT.

I used print-controls to define the initial and final part of the escape sequence and called it into SAPSCRIPT by means of PRINT-CONTROL command.

like this:

/: PRINT-CONTROL SBP01

* PE

* SE

* D11

* H14

* 443300000900150&LTAP-NLPLA&

* 4A9307000900270&LTAP-NLPLA&

* 422300000200050&LTAP-MAKTX&

* 422300003850095&LTAP-MATNR&

* 422300003850140&LTAP-CHARG&

* 1X1100003750055L100001

* 2X1100003750055L001115

* 2X1100003750155L001115

* 1X1100004900055L100001

* Q00001

/: PRINT-CONTROL SBS01

/*

So far so good ... Problem is uploading an Bitmap into the printer ...

When i use the include command in sapscript with the bitmap that i want to load ... the printer gets nothing!!!

I'm using:

/: PRINT-CONTROL SBP02

/: BITMAP 'C' OBJECT GRAPHICS ID BMAP TYPE BMON

/: PRINT-CONTROL SBS02

Until this point it was supposed to load the bitmap in the printer memory ... and now comes the calling of the bitmap from the printer memory:

/: PRINT-CONTROL SBP03

* 1Y1100003800020LOGO

/: PRINT-CONTROL SBS01

By the way ... here are the contents of the print-controls:

SBP01

024F303130300D0A02663132300D0A024D313330300D0A024C0D0A

SBP02

0271410d0a01440d0a024941424c4f474f0d0a

SBP03

024C0D0A

SBS01

0D0A45

SBS02

0D0A464646460D0A

Any help will come in handy!!!

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
348

Did you refer to OSS 490295?, it says bitmaps cannot be imported to sapscript, it should be done through printer driver's "send to printer" feature.

Regards

Sridhar

1 REPLY 1
Read only

sridhar_k1
Active Contributor
0 Likes
349

Did you refer to OSS 490295?, it says bitmaps cannot be imported to sapscript, it should be done through printer driver's "send to printer" feature.

Regards

Sridhar