<?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: paragraph format not working in sap script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/paragraph-format-not-working-in-sap-script/m-p/6967213#M1490695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot, prob solved , points given...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jun 2010 09:50:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-08T09:50:04Z</dc:date>
    <item>
      <title>paragraph format not working in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/paragraph-format-not-working-in-sap-script/m-p/6967211#M1490693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a format a paragraph format 'I3' with tabs value as follows :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.00   CH      LEFT&lt;/P&gt;&lt;P&gt;15.00 CH      LEFT&lt;/P&gt;&lt;P&gt;20.00 CH      LEFT&lt;/P&gt;&lt;P&gt;30.00 CH      LEFT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used this paragraph format in the sap script as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;I3     ,,ECS for ST,,&amp;amp;V_TAX1&amp;amp;,,%,,&amp;amp;V_AMOUNT1&amp;amp;
I3     ,,HECS for ST,,&amp;amp;V_TAX2&amp;amp;,,%,,&amp;amp;V_AMOUNT2&amp;amp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I see the print preview of these lines, the space between 'ECS for ST' and '&amp;amp;V_TAX1' is very huge, it almost takes up the entire line for display. When I try to reduce the tab values in the paragraph format, these fields are not shifting. But if I increase the tab values then the fields are shifting....please help to reduce the spacing between the 2 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: reshma.rbi on Jun 8, 2010 1:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 08:29:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/paragraph-format-not-working-in-sap-script/m-p/6967211#M1490693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T08:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: paragraph format not working in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/paragraph-format-not-working-in-sap-script/m-p/6967212#M1490694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reshma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is because the field v_tax1 is of currency type, which has a length of 16 (13,2). This is getting displayed right-aligned by default, and the leading spaces are always appearing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to deduct the no. of spaces that gets printed by writing v_tax1(8.2) or v_tax1(9.2) etc. First you should know what can be the maximum possible figure for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way-out is to convert this to a character variable. delete leading spaces from the character variable (functions: shift left deleting leading space, or condense) and then printing the variable right-aligned / left-aligned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 08:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/paragraph-format-not-working-in-sap-script/m-p/6967212#M1490694</guid>
      <dc:creator>birendra_chatterjee</dc:creator>
      <dc:date>2010-06-08T08:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: paragraph format not working in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/paragraph-format-not-working-in-sap-script/m-p/6967213#M1490695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot, prob solved , points given...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jun 2010 09:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/paragraph-format-not-working-in-sap-script/m-p/6967213#M1490695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-08T09:50:04Z</dc:date>
    </item>
  </channel>
</rss>

