<?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 Alignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743943#M900839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have developed an ALV report,&lt;/P&gt;&lt;P&gt;the problem now is 2 fields  local currency and document currency are right aligned ,while importing to excel , they are importing with leading spaces that need to be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this 2 fields should aligned to left.&lt;/P&gt;&lt;P&gt;please help how to write code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 06:56:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-30T06:56:24Z</dc:date>
    <item>
      <title>Alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743943#M900839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have developed an ALV report,&lt;/P&gt;&lt;P&gt;the problem now is 2 fields  local currency and document currency are right aligned ,while importing to excel , they are importing with leading spaces that need to be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this 2 fields should aligned to left.&lt;/P&gt;&lt;P&gt;please help how to write code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 06:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743943#M900839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T06:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743944#M900840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write a left-alignment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743944#M900840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T07:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743945#M900841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating fieldcatalog for these fields ... &lt;/P&gt;&lt;P&gt;assign  &lt;/P&gt;&lt;P&gt;JUST = 'L' .. means left justified ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743945#M900841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T07:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743946#M900842</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;This seems to be more of a problem related to Excel than SAP. In the excel speadsheet if the number is entered it will be always alligned to right and not left. To overcome this problem, basically you have make sure you are saving number as a text in excel. To achieve that while downloading to excel prefix the number with a apostrophe ( ' ), then the downloaded value will be number stored as text in excel and it will be alligned to left.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743946#M900842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T07:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743947#M900843</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;check in the fieldcatalog there is an option for the left aligned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 07:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alignment/m-p/3743947#M900843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T07:18:35Z</dc:date>
    </item>
  </channel>
</rss>

