<?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 - Dynamic Logo alignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708751#M1871769</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 n windows how many are the logo (with different sizes) and condition these windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2014 14:12:19 GMT</pubDate>
    <dc:creator>alessandroieva</dc:creator>
    <dc:date>2014-11-07T14:12:19Z</dc:date>
    <item>
      <title>SAPscript - Dynamic Logo alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708750#M1871768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to implement a SAPscript form where different logos can be displayed based on a number of factors. I have uploaded the logos I will be using as bitmaps to SE78 and so far I have a PERFORM in my SAPscript used to bring back the logo name from a custom table to populate the below statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BITMAP &amp;amp;LOGO&amp;amp; OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I have is that the logos are of different widths and sizes and I need the logo to be displayed in the upper right hand corner of the form. This means XPOS will not work and as far as I am aware there is no right align command I can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you guys know a way around this?&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;Thinh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 09:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708750#M1871768</guid>
      <dc:creator>thinh_tran15</dc:creator>
      <dc:date>2014-11-07T09:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript - Dynamic Logo alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708751#M1871769</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 n windows how many are the logo (with different sizes) and condition these windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 14:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708751#M1871769</guid>
      <dc:creator>alessandroieva</dc:creator>
      <dc:date>2014-11-07T14:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript - Dynamic Logo alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708752#M1871770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment there are 3 different logos being used but there could be more in future. Doing it this way would mean additional windows will have to be created in the SAPscript each time a logo is added right?. Also, where would you put the perform to ensure that we get the logo name before processing the logic for each logo window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 14:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708752#M1871770</guid>
      <dc:creator>thinh_tran15</dc:creator>
      <dc:date>2014-11-07T14:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript - Dynamic Logo alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708753#M1871771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes, this indicate that you need create more windows how many are the logos.&lt;/P&gt;&lt;P&gt;if you not want to create many windows, you could create only one windows with size of the logo more big and condition the call of the logo. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if .....&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;BITMAP &amp;amp;LOGO1&amp;amp; OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;elseif......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;BITMAP &amp;amp;LOGO2&amp;amp; OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;elseif......&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;BITMAP &amp;amp;LOGO3&amp;amp; OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;endif.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;if other logos will be managed in the future, however, we must change the SAPscript.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 14:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708753#M1871771</guid>
      <dc:creator>alessandroieva</dc:creator>
      <dc:date>2014-11-07T14:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript - Dynamic Logo alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708754#M1871772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you don't upload the logos in one size? Even if they have different shapes you can add some space to the logos so all have the same shape.&lt;/P&gt;&lt;P&gt;If there will be more logos in the future you could use SO10 Text Elements, so its easier to update them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2014 13:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-dynamic-logo-alignment/m-p/10708754#M1871772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-09T13:27:21Z</dc:date>
    </item>
  </channel>
</rss>

