<?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: logo creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-creation/m-p/3735259#M898987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sairam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserting Logo in SmartForm &lt;/P&gt;&lt;P&gt;Follow the given steps in order to add a logo, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and  select Create -&amp;gt; Window, Give it a name and Description (Say Window1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Right Click on Window (Window 1) and select Create -&amp;gt; Graphics, Give it a name and description &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Select any picture and set its Resolution in DPI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) Set any other parameters if required, save and activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) If there is only 1 Window in the forms, set it as Main Window in general attributes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; User TCode SE78 to upload new pictures and logos. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create a GRAPHIC node where the name of the node is a variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name &amp;amp;V_LOGO&amp;amp;&lt;/P&gt;&lt;P&gt;Object GRAPHICS&lt;/P&gt;&lt;P&gt;ID BMAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So before of GRAPHIC node you have to insert an ABAP node where u insert the name of the LOGO, let us take one case like --in according the company code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE BUKRS = ....&lt;/P&gt;&lt;P&gt;WHEN '....'. V_LOGO = .....&lt;/P&gt;&lt;P&gt;WHEN '....'.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try executing program RSTXLDMC program. There also you can upload a graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run RSTXLDMC&lt;/P&gt;&lt;P&gt;Enter file name C:\MAIL\COMPLOGO.TIF&lt;/P&gt;&lt;P&gt;Resolution for Tiff file&lt;/P&gt;&lt;P&gt;Absolute X-position&lt;/P&gt;&lt;P&gt;Absolute Y-position&lt;/P&gt;&lt;P&gt;Absolute positioning&lt;/P&gt;&lt;P&gt;Reserved height&lt;/P&gt;&lt;P&gt;Shift to right&lt;/P&gt;&lt;P&gt;UOM = CM&lt;/P&gt;&lt;P&gt;Text title&lt;/P&gt;&lt;P&gt;Line width for text = 132&lt;/P&gt;&lt;P&gt;Text name ZHEX-MACRO-COMPLOGO&lt;/P&gt;&lt;P&gt;Text ID ST&lt;/P&gt;&lt;P&gt;Text language = E&lt;/P&gt;&lt;P&gt;Postscript scaling&lt;/P&gt;&lt;P&gt;Width &amp;amp; Height according to PS scaling&lt;/P&gt;&lt;P&gt;Number of Tiff gray levels (2,4,9) 2&lt;/P&gt;&lt;P&gt;Then Create a new window 'COMP' with attributes; &lt;/P&gt;&lt;P&gt;Window COMP description Company Logo&lt;/P&gt;&lt;P&gt;Window type CONST&lt;/P&gt;&lt;P&gt;Left margin 7.00 CH window width 10.00 CH&lt;/P&gt;&lt;P&gt;Upper margin LN window height 8.00 LN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally u can make use of the text name and text id to print the logo.&lt;/P&gt;&lt;P&gt;Please note that if object name is not indicated as 'ZHEX...', the logo may not be printed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for bitmap&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve as per below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I want to upload a coloured logo from my desktop to SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload your logo via SE78. &lt;/P&gt;&lt;P&gt;Select 'Import' button from application toolbar of SE78, and perform upload. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Then i want to upload that coloured Logo into my SAP Script output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sagar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me points if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2008 15:15:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-07T15:15:26Z</dc:date>
    <item>
      <title>logo creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-creation/m-p/3735258#M898986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; we have two logos formats in bitmap but currently these size and too high how to reduce the existing logos or how to create new logs in smartform in bitmap image &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope any one can send quick answer, its too urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp;regards,&lt;/P&gt;&lt;P&gt;sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 13:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-creation/m-p/3735258#M898986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T13:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: logo creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-creation/m-p/3735259#M898987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sairam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inserting Logo in SmartForm &lt;/P&gt;&lt;P&gt;Follow the given steps in order to add a logo, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and  select Create -&amp;gt; Window, Give it a name and Description (Say Window1) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Right Click on Window (Window 1) and select Create -&amp;gt; Graphics, Give it a name and description &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Select any picture and set its Resolution in DPI &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) Set any other parameters if required, save and activate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) If there is only 1 Window in the forms, set it as Main Window in general attributes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; User TCode SE78 to upload new pictures and logos. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create a GRAPHIC node where the name of the node is a variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name &amp;amp;V_LOGO&amp;amp;&lt;/P&gt;&lt;P&gt;Object GRAPHICS&lt;/P&gt;&lt;P&gt;ID BMAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So before of GRAPHIC node you have to insert an ABAP node where u insert the name of the LOGO, let us take one case like --in according the company code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE BUKRS = ....&lt;/P&gt;&lt;P&gt;WHEN '....'. V_LOGO = .....&lt;/P&gt;&lt;P&gt;WHEN '....'.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try executing program RSTXLDMC program. There also you can upload a graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run RSTXLDMC&lt;/P&gt;&lt;P&gt;Enter file name C:\MAIL\COMPLOGO.TIF&lt;/P&gt;&lt;P&gt;Resolution for Tiff file&lt;/P&gt;&lt;P&gt;Absolute X-position&lt;/P&gt;&lt;P&gt;Absolute Y-position&lt;/P&gt;&lt;P&gt;Absolute positioning&lt;/P&gt;&lt;P&gt;Reserved height&lt;/P&gt;&lt;P&gt;Shift to right&lt;/P&gt;&lt;P&gt;UOM = CM&lt;/P&gt;&lt;P&gt;Text title&lt;/P&gt;&lt;P&gt;Line width for text = 132&lt;/P&gt;&lt;P&gt;Text name ZHEX-MACRO-COMPLOGO&lt;/P&gt;&lt;P&gt;Text ID ST&lt;/P&gt;&lt;P&gt;Text language = E&lt;/P&gt;&lt;P&gt;Postscript scaling&lt;/P&gt;&lt;P&gt;Width &amp;amp; Height according to PS scaling&lt;/P&gt;&lt;P&gt;Number of Tiff gray levels (2,4,9) 2&lt;/P&gt;&lt;P&gt;Then Create a new window 'COMP' with attributes; &lt;/P&gt;&lt;P&gt;Window COMP description Company Logo&lt;/P&gt;&lt;P&gt;Window type CONST&lt;/P&gt;&lt;P&gt;Left margin 7.00 CH window width 10.00 CH&lt;/P&gt;&lt;P&gt;Upper margin LN window height 8.00 LN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally u can make use of the text name and text id to print the logo.&lt;/P&gt;&lt;P&gt;Please note that if object name is not indicated as 'ZHEX...', the logo may not be printed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for bitmap&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve as per below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I want to upload a coloured logo from my desktop to SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upload your logo via SE78. &lt;/P&gt;&lt;P&gt;Select 'Import' button from application toolbar of SE78, and perform upload. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Then i want to upload that coloured Logo into my SAP Script output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sagar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me points if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 15:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-creation/m-p/3735259#M898987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T15:15:26Z</dc:date>
    </item>
  </channel>
</rss>

