‎2006 Sep 27 11:53 AM
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<AP-NLPLA&
* 4A9307000900270<AP-NLPLA&
* 422300000200050<AP-MAKTX&
* 422300003850095<AP-MATNR&
* 422300003850140<AP-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!!!
‎2006 Sep 27 2:16 PM
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
‎2006 Sep 27 2:16 PM
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