<?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: Sap Script and SE78 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197080#M129977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;   Go to SE71&lt;/P&gt;&lt;P&gt;   In the form clilck on the window where you have to insert the Graphic and click on Edit text elements.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  there click on Insert-&amp;gt;Graphic&lt;/P&gt;&lt;P&gt;  enter the name .. which is from SE78.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;hope this helps you..&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2006 17:25:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-06T17:25:25Z</dc:date>
    <item>
      <title>Sap Script and SE78</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197076#M129973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I import a graphic into my sapScript form?&lt;/P&gt;&lt;P&gt;The graph I need is already imported in the SE78, but I don´t know how could I import it to my sapScript form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 17:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197076#M129973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T17:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script and SE78</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197077#M129974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;  Use the below code in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the form painter, you can either include directly to the form using menu Edit-&amp;gt;Graphic-&amp;gt;Create or using the INCLUDE statement in a window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use an INCLUDE stanment, goto into the woindow script editor and use menu Include-&amp;gt;Graphic. The include can look like this for a bitmap:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP &amp;lt;MYLOGO&amp;gt; OBJECT GRAPHICS ID BMAP TYPE BMON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Phani Kiran Nudurupati&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 17:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197077#M129974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T17:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script and SE78</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197078#M129975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You use the BITMAP statement in your sapscript.  You can do this thru the menu.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you are in the window,  click insert,  graphics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 17:20:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197078#M129975</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-02-06T17:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script and SE78</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197079#M129976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabiel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this in SAP Script as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SE71--Form name &lt;DEL&gt;window&lt;/DEL&gt;&amp;gt; change--&amp;gt; Insert (Menubar) --&amp;gt; Graphic  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:INCLUDE 'GRPHIC NAME' OBJECT GRAPHICS ID BMON LANGUAGE EN DPI 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will import your graphic to Script .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 17:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197079#M129976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T17:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script and SE78</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197080#M129977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;   Go to SE71&lt;/P&gt;&lt;P&gt;   In the form clilck on the window where you have to insert the Graphic and click on Edit text elements.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  there click on Insert-&amp;gt;Graphic&lt;/P&gt;&lt;P&gt;  enter the name .. which is from SE78.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;hope this helps you..&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2006 17:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-se78/m-p/1197080#M129977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-06T17:25:25Z</dc:date>
    </item>
  </channel>
</rss>

