<?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 formatting issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-issue/m-p/2484807#M560245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;the data type which iam using is wertv9 (it's length is 17,it is dictionary type ) ,sometime my value  culd be less then 17 digits like 6 or 7 digits. when i print the variable of type wertv9 i get leading spaces.I cannot move it into character type variable becoz the commas which need to be displayed are   removed when it is moved to character type variable.&lt;/P&gt;&lt;P&gt;can anyone suggest as how to remove leading space &amp;amp; KEEP  the comma's as well.&lt;/P&gt;&lt;P&gt;e.g:&lt;/P&gt;&lt;P&gt;                            12345,56.89(this is how iam getting)&lt;/P&gt;&lt;P&gt;12345,56.89(this is wht is required).&lt;/P&gt;&lt;P&gt;points will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 12:29:43 GMT</pubDate>
    <dc:creator>former_member188827</dc:creator>
    <dc:date>2007-07-10T12:29:43Z</dc:date>
    <item>
      <title>formatting issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-issue/m-p/2484807#M560245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;the data type which iam using is wertv9 (it's length is 17,it is dictionary type ) ,sometime my value  culd be less then 17 digits like 6 or 7 digits. when i print the variable of type wertv9 i get leading spaces.I cannot move it into character type variable becoz the commas which need to be displayed are   removed when it is moved to character type variable.&lt;/P&gt;&lt;P&gt;can anyone suggest as how to remove leading space &amp;amp; KEEP  the comma's as well.&lt;/P&gt;&lt;P&gt;e.g:&lt;/P&gt;&lt;P&gt;                            12345,56.89(this is how iam getting)&lt;/P&gt;&lt;P&gt;12345,56.89(this is wht is required).&lt;/P&gt;&lt;P&gt;points will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 12:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-issue/m-p/2484807#M560245</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-07-10T12:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: formatting issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-issue/m-p/2484808#M560246</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;try to create a temp var type C with the length of the currency field you want. then, use the write command and the condense command. Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v type wertv9,&lt;/P&gt;&lt;P&gt;x(17) type c.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;write: v to x.&lt;/P&gt;&lt;P&gt;condense x.&lt;/P&gt;&lt;P&gt;write x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The space will  remove and the comma will keep. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 13:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/formatting-issue/m-p/2484808#M560246</guid>
      <dc:creator>rodrigo_paisante3</dc:creator>
      <dc:date>2007-07-10T13:02:33Z</dc:date>
    </item>
  </channel>
</rss>

