<?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: Abt scripts one small question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-scripts-one-small-question/m-p/2150424#M453989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one way is define a paragraph format P1 and in that attributes,you can give LEFT justified(by creating TABS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and give that paragraph format in the script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P1 ,,text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here ,, denotes tab position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &amp;amp;wa-netwr(C)&amp;amp; &amp;lt;--for condensing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omitting the Leading Sign &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program symbols with numeric values can have a leading sign. This sign usually appears to the right of the numeric value, either as a space for positive numbers, or as a minus sign for negative numbers . You can use t he S option to ensure that the value is formatted without the sign . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(S)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ITCDP-TDULPOS field contains the value -100.00. The ABAP Dictionary definition for this field includes a leading sign. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;ITCDP-TDULPOS&amp;amp; -&amp;gt; 100.00- &lt;/P&gt;&lt;P&gt;&amp;amp;ITCDP-TDULPOS(S)&amp;amp; -&amp;gt; 100.00 &lt;/P&gt;&lt;P&gt;Leading Sign to the Left &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The leading sign is normally displayed to the right of a numeric value, except in the case of a floating point number. This option enables you to specify that the leading sign should be placed to the left of the number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(&amp;lt;)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;ITCDP-TDULPOS&amp;amp; -&amp;gt; 100.00- &lt;/P&gt;&lt;P&gt;&amp;amp;ITCDP-TDULPOS(&amp;lt;)&amp;amp; -&amp;gt; -100.00 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SET SIGN LEFT control command specifies that all subsequent symbols with a numeric value should have a left-justified leading sign. If you use this control command, you must no longer repeat the &amp;lt; option for each individual symbol.&lt;/P&gt;&lt;P&gt;Leading Sign to the Right &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default setting is to print the leading sign to the right of a numeric value. If you used the SET SIGN LEFT control command to specify that the leading sign should be printed in front of the value, you can override this specification for individual symbols. The symbols specified with the &amp;gt; option are then printed with the leading sign to the right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(&amp;gt;)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the SET SIGN RIGHT control command to switch back to the default setting for the output of the leading sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sunil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2007 22:59:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-02T22:59:35Z</dc:date>
    <item>
      <title>Abt scripts one small question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-scripts-one-small-question/m-p/2150423#M453988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im working on scripts.Here im facing one problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e generally we create paragraph formats in that we declare tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want 2 display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LI-1--&amp;gt;239.00&lt;/P&gt;&lt;P&gt;           29.00-&lt;/P&gt;&lt;P&gt;LI-2--&amp;gt;  59.00&lt;/P&gt;&lt;P&gt;           29.00-&lt;/P&gt;&lt;P&gt;LI-3--&amp;gt;273.00&lt;/P&gt;&lt;P&gt;             8.90-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way i need to display.in paragraph format im using left (align).&lt;/P&gt;&lt;P&gt;Here my question is, is there any possibility to display this in proper way i.e for sign(-) display is there any possibility to give the tab or any other process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we use it's very easy to display by using right alignment but my client want it as to display in left alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give ur valuble suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 22:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-scripts-one-small-question/m-p/2150423#M453988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T22:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Abt scripts one small question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-scripts-one-small-question/m-p/2150424#M453989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one way is define a paragraph format P1 and in that attributes,you can give LEFT justified(by creating TABS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and give that paragraph format in the script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P1 ,,text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here ,, denotes tab position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &amp;amp;wa-netwr(C)&amp;amp; &amp;lt;--for condensing .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omitting the Leading Sign &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program symbols with numeric values can have a leading sign. This sign usually appears to the right of the numeric value, either as a space for positive numbers, or as a minus sign for negative numbers . You can use t he S option to ensure that the value is formatted without the sign . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(S)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ITCDP-TDULPOS field contains the value -100.00. The ABAP Dictionary definition for this field includes a leading sign. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;ITCDP-TDULPOS&amp;amp; -&amp;gt; 100.00- &lt;/P&gt;&lt;P&gt;&amp;amp;ITCDP-TDULPOS(S)&amp;amp; -&amp;gt; 100.00 &lt;/P&gt;&lt;P&gt;Leading Sign to the Left &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The leading sign is normally displayed to the right of a numeric value, except in the case of a floating point number. This option enables you to specify that the leading sign should be placed to the left of the number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(&amp;lt;)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;ITCDP-TDULPOS&amp;amp; -&amp;gt; 100.00- &lt;/P&gt;&lt;P&gt;&amp;amp;ITCDP-TDULPOS(&amp;lt;)&amp;amp; -&amp;gt; -100.00 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SET SIGN LEFT control command specifies that all subsequent symbols with a numeric value should have a left-justified leading sign. If you use this control command, you must no longer repeat the &amp;lt; option for each individual symbol.&lt;/P&gt;&lt;P&gt;Leading Sign to the Right &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default setting is to print the leading sign to the right of a numeric value. If you used the SET SIGN LEFT control command to specify that the leading sign should be printed in front of the value, you can override this specification for individual symbols. The symbols specified with the &amp;gt; option are then printed with the leading sign to the right. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;symbol(&amp;gt;)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the SET SIGN RIGHT control command to switch back to the default setting for the output of the leading sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sunil kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2007 22:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-scripts-one-small-question/m-p/2150424#M453989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-02T22:59:35Z</dc:date>
    </item>
  </channel>
</rss>

