<?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 Re: Import graphic in SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840943#M44220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe I could make a try. If you don't mind sending the image (or Word, or whatever) to alvaro.vidal@racc.es, I will do my best... I think so!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Feb 2005 17:03:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-02-18T17:03:35Z</dc:date>
    <item>
      <title>Import graphic in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840940#M44217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to insert the companies logo in sap script. I got that image file in word doc. I copied it from there and saved using ms paint, means . bmp ext. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is that when i try to insert the image in sapscript, through window-Text Element- insert - graphics-import, the graphic is inserted and i can see that in print . But its very blurd. I am not getting the sharp image as in word doc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i adjust the image to get it exact sharp as its in word doc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help, any suggestion is welcome. &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;NC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2005 10:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840940#M44217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-14T10:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Import graphic in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840941#M44218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again NC! Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I personally use another procedure to insert a picture into a SAP Script form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- enter tx SMW0, "binary data for webrfc applications". Here you can preview what's the quality of the picture you just uploaded&lt;/P&gt;&lt;P&gt;- enter tx SE78 and import the image. Here you can also preview the picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, at SE71, I write&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
/: BITMAP (name_of_the_picture) OBJECT GRAPHICS ID BMAP TYPE BMON DPI 300&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(...you could replace "BMON" by "BCOL", if the picture is in colors)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;My advice is&amp;lt;/b&amp;gt;: try to upload the image in these two ways, then try to preview how the image looks like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if it helped. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2005 11:02:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840941#M44218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-14T11:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Import graphic in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840942#M44219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. It was helpfull.&lt;/P&gt;&lt;P&gt;I was outof station so couldnt reply before.&lt;/P&gt;&lt;P&gt;I tried your way,But again the clarity is not as it should be. Some how the image in word doc is very clear and when i import it to sap, its becomes a bit blurd. And also the background here is white but after uploading it when i see the preview, the background comes a slight grey (very light Grey dots)&lt;/P&gt;&lt;P&gt;If we see properly only then its visible. but the color difference is there. &lt;/P&gt;&lt;P&gt;I wish there could be a possibility to send attachments. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any more suggestions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;NC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2005 13:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840942#M44219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-18T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Import graphic in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840943#M44220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NC,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe I could make a try. If you don't mind sending the image (or Word, or whatever) to alvaro.vidal@racc.es, I will do my best... I think so!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Feb 2005 17:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840943#M44220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-18T17:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Import graphic in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840944#M44221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NC and guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I too am struck in the same color logo problem. I am getting those grey dots in the backgound in my logo. If I upload the same image as Black/White the problem is done away with. But I need a coloured logo.&lt;/P&gt;&lt;P&gt;Alvaro, I have tried in the same way you have suggested but in vain.&lt;/P&gt;&lt;P&gt;Please suggest if you have found any solution for this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;HVJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2005 14:27:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840944#M44221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-17T14:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Import graphic in SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840945#M44222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can convert BMP to TIFF format using "Imaging" Tool.&lt;/P&gt;&lt;P&gt;It comes with any MICRSOFT OS got STRAT _ PROGRAMS - Accessories and you will "IMAGING" TOOL in there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You better choose B/W , Gray Scale or COLOR in the Imgaing tool. And Size too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One you get right size and Color, Upload the Image into SAP using the program RSTXLDMC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For clear image select Resolution for graphic (dpi) as 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2005 16:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/import-graphic-in-sap-script/m-p/840945#M44222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-18T16:03:21Z</dc:date>
    </item>
  </channel>
</rss>

