<?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: Problem in SAP-script alignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script-alignment/m-p/6716116#M1454604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are asking, but are you saying that it's left aligned and you need it right aligned, like a number?   Have you tried the command (R)  for right aligned.  I think this addition  (like &amp;amp;field(6R)&amp;amp; )  requires a length component following the right-justified 'R' command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Mar 2010 20:04:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-15T20:04:34Z</dc:date>
    <item>
      <title>Problem in SAP-script alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script-alignment/m-p/6716115#M1454603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help in aligning script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the script output , one field "BAPIESLL-QUANTITY" in not getting display properly.&lt;/P&gt;&lt;P&gt;Problem is if it fetches 6 digit value e.g.100000, it displays proprly aligned but if it fetches 2 digit values its not coming in proper alignment.&lt;/P&gt;&lt;P&gt;I have maintained its left margin as 0.40 CM and TAB as 1CH left alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output is like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st Output                                                                                2nd Output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCOM ALLOW HYDRAULIC SERV                                        ACCOM ALLOW HYDRAULIC SERV&lt;/P&gt;&lt;P&gt;     60                                                                                100000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting why its showing 2 different alignment format for same filed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rachna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Mar 2010 08:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script-alignment/m-p/6716115#M1454603</guid>
      <dc:creator>former_member612629</dc:creator>
      <dc:date>2010-03-12T08:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP-script alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script-alignment/m-p/6716116#M1454604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are asking, but are you saying that it's left aligned and you need it right aligned, like a number?   Have you tried the command (R)  for right aligned.  I think this addition  (like &amp;amp;field(6R)&amp;amp; )  requires a length component following the right-justified 'R' command.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 20:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script-alignment/m-p/6716116#M1454604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T20:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in SAP-script alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script-alignment/m-p/6716117#M1454605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rachna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All quantity and currency fields should be provided with Right-justified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also in ur code in sapscript hope u used tab notations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;FIELD1&amp;amp; ,, &amp;amp;FIELD2&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here '  ,,  ' will be tab of 0.40 CM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise ur field 2 will be starting after the field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Syed A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 20:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-sap-script-alignment/m-p/6716117#M1454605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T20:31:02Z</dc:date>
    </item>
  </channel>
</rss>

