<?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 data type int4 justify right in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671701#M1766260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; is it possiple to save data right justifyed in a table flied type int4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you say yes than please explain me how, if no...why not? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed severel things function modules and shift varx right, but nothing worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;tk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 13:16:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-09-18T13:16:03Z</dc:date>
    <item>
      <title>data type int4 justify right</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671701#M1766260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; is it possiple to save data right justifyed in a table flied type int4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you say yes than please explain me how, if no...why not? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed severel things function modules and shift varx right, but nothing worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;tk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 13:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671701#M1766260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-18T13:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: data type int4 justify right</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671702#M1766261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Justification of any kind is irrelevant to numeric types like integer or floating point. Justification is a text concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case, why should you want data stored in a justified way? It's only a matter of interest when the data is displayed to the user. Surely it doesn't matter for storage.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 14:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671702#M1766261</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-09-18T14:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: data type int4 justify right</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671703#M1766262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello thank you for your fast answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Data is shwon for the User in a Searchhelp (WebDynpro Application), so it would be nice to show all numers on the right...(justified).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;tobias kübler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 07:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671703#M1766262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-20T07:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: data type int4 justify right</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671704#M1766263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to convert it to string/character format then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 08:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671704#M1766263</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-09-20T08:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: data type int4 justify right</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671705#M1766264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need a number format for my counter so string/char ist not possiple...it is strange that this simple thing is not possiple in abap...omg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 08:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671705#M1766264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-20T08:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: data type int4 justify right</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671706#M1766265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You display the number formatted, but handle it as a number in the backend. I really don't see the problem, I'm afraid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 09:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type-int4-justify-right/m-p/9671706#M1766265</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-09-20T09:45:29Z</dc:date>
    </item>
  </channel>
</rss>

