<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Label Printing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/label-printing/m-p/1613601#M274956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wonder if somoene can help me out here ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to print labels on a Datamax printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text part is going fine since i was able to send the right escape sequence to the printer from SAPSCRIPT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBP01&lt;/P&gt;&lt;P&gt;*	 	PE&lt;/P&gt;&lt;P&gt;*	 	SE&lt;/P&gt;&lt;P&gt;*	 	D11&lt;/P&gt;&lt;P&gt;*	 	H14&lt;/P&gt;&lt;P&gt;*	 	443300000900150&amp;amp;LTAP-NLPLA&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	4A9307000900270&amp;amp;LTAP-NLPLA&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	422300000200050&amp;amp;LTAP-MAKTX&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	422300003850095&amp;amp;LTAP-MATNR&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	422300003850140&amp;amp;LTAP-CHARG&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	1X1100003750055L100001&lt;/P&gt;&lt;P&gt;*	 	2X1100003750055L001115&lt;/P&gt;&lt;P&gt;*	 	2X1100003750155L001115&lt;/P&gt;&lt;P&gt;*	 	1X1100004900055L100001&lt;/P&gt;&lt;P&gt;*	 	Q00001&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBS01&lt;/P&gt;&lt;P&gt;/*	 	                                                  &lt;/P&gt;&lt;P&gt;So far so good ... Problem is uploading an Bitmap into the printer ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use the include command in sapscript with the bitmap that i want to load ... the printer gets nothing!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using:&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBP02&lt;/P&gt;&lt;P&gt;/:	 	BITMAP 'C' OBJECT GRAPHICS ID BMAP TYPE BMON&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBS02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBP03&lt;/P&gt;&lt;P&gt;*	 	1Y1100003800020LOGO&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBS01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way ... here are the contents of the print-controls:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBP01&lt;/P&gt;&lt;P&gt;024F303130300D0A02663132300D0A024D313330300D0A024C0D0A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBP02&lt;/P&gt;&lt;P&gt;0271410d0a01440d0a024941424c4f474f0d0a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBP03&lt;/P&gt;&lt;P&gt;024C0D0A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBS01&lt;/P&gt;&lt;P&gt;0D0A45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBS02&lt;/P&gt;&lt;P&gt;0D0A464646460D0A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will come in handy!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Sep 2006 10:53:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-27T10:53:32Z</dc:date>
    <item>
      <title>Label Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/label-printing/m-p/1613601#M274956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wonder if somoene can help me out here ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to print labels on a Datamax printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text part is going fine since i was able to send the right escape sequence to the printer from SAPSCRIPT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBP01&lt;/P&gt;&lt;P&gt;*	 	PE&lt;/P&gt;&lt;P&gt;*	 	SE&lt;/P&gt;&lt;P&gt;*	 	D11&lt;/P&gt;&lt;P&gt;*	 	H14&lt;/P&gt;&lt;P&gt;*	 	443300000900150&amp;amp;LTAP-NLPLA&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	4A9307000900270&amp;amp;LTAP-NLPLA&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	422300000200050&amp;amp;LTAP-MAKTX&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	422300003850095&amp;amp;LTAP-MATNR&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	422300003850140&amp;amp;LTAP-CHARG&amp;amp;&lt;/P&gt;&lt;P&gt;*	 	1X1100003750055L100001&lt;/P&gt;&lt;P&gt;*	 	2X1100003750055L001115&lt;/P&gt;&lt;P&gt;*	 	2X1100003750155L001115&lt;/P&gt;&lt;P&gt;*	 	1X1100004900055L100001&lt;/P&gt;&lt;P&gt;*	 	Q00001&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBS01&lt;/P&gt;&lt;P&gt;/*	 	                                                  &lt;/P&gt;&lt;P&gt;So far so good ... Problem is uploading an Bitmap into the printer ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use the include command in sapscript with the bitmap that i want to load ... the printer gets nothing!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using:&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBP02&lt;/P&gt;&lt;P&gt;/:	 	BITMAP 'C' OBJECT GRAPHICS ID BMAP TYPE BMON&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBS02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBP03&lt;/P&gt;&lt;P&gt;*	 	1Y1100003800020LOGO&lt;/P&gt;&lt;P&gt;/:	 	PRINT-CONTROL SBS01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way ... here are the contents of the print-controls:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBP01&lt;/P&gt;&lt;P&gt;024F303130300D0A02663132300D0A024D313330300D0A024C0D0A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBP02&lt;/P&gt;&lt;P&gt;0271410d0a01440d0a024941424c4f474f0d0a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBP03&lt;/P&gt;&lt;P&gt;024C0D0A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBS01&lt;/P&gt;&lt;P&gt;0D0A45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SBS02&lt;/P&gt;&lt;P&gt;0D0A464646460D0A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will come in handy!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 10:53:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/label-printing/m-p/1613601#M274956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Label Printing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/label-printing/m-p/1613602#M274957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 13:16:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/label-printing/m-p/1613602#M274957</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-09-27T13:16:21Z</dc:date>
    </item>
  </channel>
</rss>

