<?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 reg : logo in script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835296#M663848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Iam uploading logo using RSTXLDMC prg and iam  selecting BCOL option.&lt;/P&gt;&lt;P&gt;(for color) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when  I execute  and check ....the logo is in black and white.&lt;/P&gt;&lt;P&gt;why is it not appearing in colour??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 11:24:09 GMT</pubDate>
    <dc:creator>mallikarjun_vaja</dc:creator>
    <dc:date>2007-10-04T11:24:09Z</dc:date>
    <item>
      <title>reg : logo in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835296#M663848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Iam uploading logo using RSTXLDMC prg and iam  selecting BCOL option.&lt;/P&gt;&lt;P&gt;(for color) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when  I execute  and check ....the logo is in black and white.&lt;/P&gt;&lt;P&gt;why is it not appearing in colour??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 11:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835296#M663848</guid>
      <dc:creator>mallikarjun_vaja</dc:creator>
      <dc:date>2007-10-04T11:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: reg : logo in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835297#M663849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can put only Block and White logos in scripts&lt;/P&gt;&lt;P&gt;			SAP SCRIPT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a logo in SAP printouts just do the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Run  program RSTXLDMC and enter the following parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Enter file name 				C:\COMPLOGO.TIF&lt;/P&gt;&lt;P&gt;   UOM  					CM&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;    Number of Tiff gray levels (2,4,9) 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  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; 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 in the text element, mention&lt;/P&gt;&lt;P&gt;        /: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that if object name is not indicated as 'ZHEX...&amp;#146; the logo may not be printed! &lt;/P&gt;&lt;P&gt;You will not be able to see the logo in a test print. The same will be printed in actual printout. &lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;P&gt;                      SMARTFORM&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; Use  TCode SE78 to upload new pictures and logos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;look at Thread Dynamic Graph in smartforms&lt;/P&gt;&lt;P&gt;Refer the links also -&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2276425"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="80791"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 11:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835297#M663849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: reg : logo in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835298#M663850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mallikarjun,&lt;/P&gt;&lt;P&gt;   Upload your image in se78.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Tcode se78 upload your image under bmap folder double click on tht and click on import button and upload your image either in black and white or color bitmap which is saved as .tiff or jpeg on your desktop.Now go to the window in your script form (se71) where you want to insert your image .Window -&amp;gt; Text elements -&amp;gt;Go to Insert in the menu -&amp;gt;Graphics and enter the name of your grahic mention in SE78.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 11:29:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835298#M663850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T11:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: reg : logo in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835299#M663851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Color logos can alos be uploaded in Sap script. Use T_code SE78&lt;/P&gt;&lt;P&gt;Graphic - Import - fill file name and select color radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just Insert this graphics file in script and colored logo will be displyed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;revert back in case of any problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 11:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835299#M663851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T11:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: reg : logo in script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835300#M663852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Logo Printing&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To print a Logo, follow the steps below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Built a Logo. This file can be a bit map or windows meta file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Convert the Logo to a TIFF ( extension TIF ) file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use program RSTXLDMC to convert the TIF file to a standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Print this standard text  via SAPscript INCLUDE command.&lt;/P&gt;&lt;P&gt;e.g. /:   INCLUDE ZHEX-IBMLOGO-PCL OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 11:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-logo-in-script/m-p/2835300#M663852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T11:38:24Z</dc:date>
    </item>
  </channel>
</rss>

