<?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 Table Column Contents Alignment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-contents-alignment/m-p/2871834#M673835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;I have an internal table with 5 columns.&lt;/P&gt;&lt;P&gt;TTYPE(3) TYPE C,&lt;/P&gt;&lt;P&gt;ORDNO(20) TYPE C,&lt;/P&gt;&lt;P&gt;SEQNO(6) TYPE N,&lt;/P&gt;&lt;P&gt;MATNR(10) TYPE C,&lt;/P&gt;&lt;P&gt;EXPQT(9) TYPE N.&lt;/P&gt;&lt;P&gt;I loaded the contents of the table to the application server.&lt;/P&gt;&lt;P&gt;By default, type C columns are left aligned and type N columns are right aligned.&lt;/P&gt;&lt;P&gt;But some of the entries of my MATNR column are numbers and when I open the file put in application server, the entries showup as -&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;MATNR&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;0000023654&lt;/P&gt;&lt;P&gt;0000000345&lt;/P&gt;&lt;P&gt;ABC-1&lt;/P&gt;&lt;P&gt;KTK-25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me out so that I can see the output on the application server as -&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;MATNR&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;23654&lt;/P&gt;&lt;P&gt;345&lt;/P&gt;&lt;P&gt;ABC-1&lt;/P&gt;&lt;P&gt;KTK-25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2007 14:00:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-19T14:00:56Z</dc:date>
    <item>
      <title>Table Column Contents Alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-contents-alignment/m-p/2871834#M673835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;I have an internal table with 5 columns.&lt;/P&gt;&lt;P&gt;TTYPE(3) TYPE C,&lt;/P&gt;&lt;P&gt;ORDNO(20) TYPE C,&lt;/P&gt;&lt;P&gt;SEQNO(6) TYPE N,&lt;/P&gt;&lt;P&gt;MATNR(10) TYPE C,&lt;/P&gt;&lt;P&gt;EXPQT(9) TYPE N.&lt;/P&gt;&lt;P&gt;I loaded the contents of the table to the application server.&lt;/P&gt;&lt;P&gt;By default, type C columns are left aligned and type N columns are right aligned.&lt;/P&gt;&lt;P&gt;But some of the entries of my MATNR column are numbers and when I open the file put in application server, the entries showup as -&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;MATNR&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;0000023654&lt;/P&gt;&lt;P&gt;0000000345&lt;/P&gt;&lt;P&gt;ABC-1&lt;/P&gt;&lt;P&gt;KTK-25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me out so that I can see the output on the application server as -&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;MATNR&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;23654&lt;/P&gt;&lt;P&gt;345&lt;/P&gt;&lt;P&gt;ABC-1&lt;/P&gt;&lt;P&gt;KTK-25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 14:00:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-contents-alignment/m-p/2871834#M673835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T14:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column Contents Alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-contents-alignment/m-p/2871835#M673836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call the function module CONVERSION_EXIT_MATN1_OUTPUT for the material number prior to downloading to application server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 14:03:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-contents-alignment/m-p/2871835#M673836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T14:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column Contents Alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-contents-alignment/m-p/2871836#M673837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use Function Module CONVERSION_EXIT_ALPHA_OUTPUT.&lt;/P&gt;&lt;P&gt;this will remove the leading zeros .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;s.vijayendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 14:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-contents-alignment/m-p/2871836#M673837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T14:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column Contents Alignment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-contents-alignment/m-p/2871837#M673838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fred and Vijayendra,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;It worked.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 16:44:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-column-contents-alignment/m-p/2871837#M673838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-19T16:44:40Z</dc:date>
    </item>
  </channel>
</rss>

