<?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: Graphic Window in SAPScript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192910#M128949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, sure you're right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2006 16:41:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-17T16:41:49Z</dc:date>
    <item>
      <title>Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192907#M128946</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 want to print a graphic element, included in a graphic window, conditionally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to print this window only when certain conditions are fulfilled (this will be checked in the print program) &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;the window will always print, regardless the conditions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If case 2 it true, then is there another way to achieve my client's desire?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 16:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192907#M128946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T16:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192908#M128947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure that you can do this in the print program.  I have done this in the past by putting an IF statement around the BITMAP statement in the SAPscript itself.  Worked pretty good.  I did have to define a field in the print program which when I wanted to print the image, I set it to "X",  and space when not.  Then in the sapscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF &amp;amp;FLAG&amp;amp; = 'X'
BITMAP .....

ENDIF&lt;/CODE&gt;&lt;/PRE&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>Tue, 17 Jan 2006 16:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192908#M128947</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-01-17T16:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192909#M128948</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 always use condition in the script directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;/: IF &amp;amp;EKPO-WERKS&amp;amp; EQ '0011'.&lt;/P&gt;&lt;P&gt;/:   INCLUDE ZHEX-MACRO-NEW OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH Z4  &lt;/P&gt;&lt;P&gt;/: ELSE    &lt;/P&gt;&lt;P&gt;/:   INCLUDE ZHEX-MACRO-MINEPRO OBJECT TEXT ID ST LANGUAGE EN&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;/: ENDIF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 16:40:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192909#M128948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T16:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192910#M128949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, sure you're right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 16:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192910#M128949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T16:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192911#M128950</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;Create a graphic window(Ex,Graph).Define a text element as Test (Ex. /E Test).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your driver program :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use following function  and call this function based on your conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;              ELEMENT = TEST&lt;/P&gt;&lt;P&gt;              WINDOW  = 'GRAPH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 16:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192911#M128950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T16:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192912#M128951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I do that, Lanka?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As hard as I try, I cannot edit the content (SAPScript text) of a graphic window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I'm missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 17:01:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192912#M128951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T17:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192913#M128952</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 will be able to go into the change mode &amp;amp; go to  elements &amp;amp; change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 17:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192913#M128952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T17:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192914#M128953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems I'm NOT able to do that, with a graphic window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I repeat, am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 17:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192914#M128953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T17:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192915#M128954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bogdan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please send me your code to murthy.narayana@intelligroup.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 17:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192915#M128954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T17:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192916#M128955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lanka, thank you, I solved the problem, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT you raised another interesting issue here: the possibility to edit manually the SAPScript of a Graphic window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question was: Is that possible? And if it is, how to do it? I tried in several diferent ways, without success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Bogdan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 17:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192916#M128955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T17:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192917#M128956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bogdan,&lt;/P&gt;&lt;P&gt;   Instead of creating a Graph window.Create a variable window &amp;amp; write the include to get the graph.Before that upload the graph into sap using program RSTXSCRP.&lt;/P&gt;&lt;P&gt;before uploading change the BMP file to .tiff file.&lt;/P&gt;&lt;P&gt;In the variable window you can write conditionally to get the graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 17:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192917#M128956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T17:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Window in SAPScript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192918#M128957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bogdan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by manually edit Graph window? You can edit the window by setting a debugger by using T/code SE71.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you solved your issue coding in driver program or in layout set?&lt;/P&gt;&lt;P&gt;&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>Tue, 17 Jan 2006 17:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphic-window-in-sapscript/m-p/1192918#M128957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T17:41:49Z</dc:date>
    </item>
  </channel>
</rss>

