<?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: sapscript with bitmap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178749#M125070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's very complex, that is the main solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2006 10:31:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-22T10:31:45Z</dc:date>
    <item>
      <title>sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178736#M125057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to put 2 bitmaps in 1 line.&lt;/P&gt;&lt;P&gt;i made &lt;/P&gt;&lt;P&gt;"  /:    bitmap zxxx.....&lt;/P&gt;&lt;P&gt;    =    bitmap zxxx2....."&lt;/P&gt;&lt;P&gt;and i get only 1 bitmap the second is not recognize'and he is exist and right i change between then and i see that there is a problem to put 2 bitmap in 1 line.&lt;/P&gt;&lt;P&gt;any suggestin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178736#M125057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178737#M125058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create 2 separate boxes for the 2 images.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178737#M125058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178738#M125059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can create 2 boxes(windows) of the appropriate size on the ssame line and put ur logos in them respectively. This will work&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bikash  Agarwal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178738#M125059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178739#M125060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;it should be like this then you can see both..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; /: bitmap zxxx.....
/: bitmap zxxx2.....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178739#M125060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178740#M125061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try inserting both bitmaps with a high resolution (e.g. 200 d.p.i). The higher the resolution the smaller the outcome.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:12:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178740#M125061</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-02-22T10:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178741#M125062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did it and it's not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178741#M125062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178742#M125063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;calsadilo explian again pls.&lt;/P&gt;&lt;P&gt;i have only 100  i dont have another&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178742#M125063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178743#M125064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rani,&lt;/P&gt;&lt;P&gt; insert the second logo in a new window..&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>Wed, 22 Feb 2006 10:20:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178743#M125064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178744#M125065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i see it, it works but 1 &lt;/P&gt;&lt;P&gt;                      under&lt;/P&gt;&lt;P&gt;                       2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wat them in the same line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178744#M125065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178745#M125066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you create two windows for two logos, try to align them , so that they appear in same line.&lt;/P&gt;&lt;P&gt;call your BMP in one one window , &lt;/P&gt;&lt;P&gt;now you can see them in one line. &lt;/P&gt;&lt;P&gt;you need to create two windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178745#M125066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178746#M125067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rani,&lt;/P&gt;&lt;P&gt;are you trying to display two logos in the same sapscript form?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178746#M125067</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-02-22T10:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178747#M125068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;/: Bitmap zxxxx...&lt;/P&gt;&lt;P&gt;=  Bitmap zxxx2....&lt;/P&gt;&lt;P&gt;Is correct to get both in a single line.&lt;/P&gt;&lt;P&gt;/:&lt;/P&gt;&lt;P&gt;/: will come 1 under 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the 1st option try to increase the window width and see what is heppening.&lt;/P&gt;&lt;P&gt;If not try to make it 2 windows and place them where ever you want.&lt;/P&gt;&lt;P&gt;***********&lt;/P&gt;&lt;P&gt;Take 2 Graphic Windows/ Normal window and include your bitmap into them.&lt;/P&gt;&lt;P&gt;Then place your windows on Main window/where ever you want. They will come with no issues.&lt;/P&gt;&lt;P&gt;**********&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: KDeepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: KDeepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178747#M125068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178748#M125069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for the resolution subject have a look at transaction SE78.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178748#M125069</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-02-22T10:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178749#M125070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it's very complex, that is the main solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178749#M125070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript with bitmap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178750#M125071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rani,&lt;/P&gt;&lt;P&gt;sorry for the delay.&lt;/P&gt;&lt;P&gt;when i referred to resolution i meant this sentence:&lt;/P&gt;&lt;P&gt;/:   BITMAP 'LOGO_01' OBJECT Z_GRAPHIC ID ZLOG TYPE BCOL &amp;lt;b&amp;gt;DPI 300&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;I agree with answers above in the sense that two windows will be necessary and then you just have to align them.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 07:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-with-bitmap/m-p/1178750#M125071</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-02-24T07:06:57Z</dc:date>
    </item>
  </channel>
</rss>

