<?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: Table control columns in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281047#M1388278</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;Are you trying to get a column from the program?&lt;/P&gt;&lt;P&gt;Ok..whatever that is, you gotto go to the TOP include where they have declared your internal table that is in sync with your table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check the flow logic, then you can find something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Process before output.
 loop at it_tab with control tcl.
  module name.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the TOP include and include the field name of the new column that you are adding in it_tab.&lt;/P&gt;&lt;P&gt;Also check if you have activated the Layout and the program as a whole.&lt;/P&gt;&lt;P&gt;What is the runtime error saying?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Nov 2009 15:54:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-14T15:54:52Z</dc:date>
    <item>
      <title>Table control columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281043#M1388274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all ,&lt;/P&gt;&lt;P&gt;            kindly tell me how to add a column to an existing table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Nov 2009 15:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281043#M1388274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-14T15:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table control columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281044#M1388275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its easy , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First get the program name and the screen number, this you can get by using F1 on screen and then technical setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go in this screen and then press layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In layout , go in change mode . now double click the table control , its color will change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now go in attributes , you will see all fields on table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add you field with desired settings at the appriorate position in this list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate and test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Nov 2009 15:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281044#M1388275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-14T15:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table control columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281045#M1388276</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;You can add a column from the database dictionary by clicking on the 'Get from Dictionary' button.&lt;/P&gt;&lt;P&gt;Or if you want to add some column from the program, you can do so by clicking on the 'Get from Program' button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Nov 2009 15:32:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281045#M1388276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-14T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table control columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281046#M1388277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i tried to 'get from program' already but the heading am not able to add and also it goes short dump when i run..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Nov 2009 15:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281046#M1388277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-14T15:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table control columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281047#M1388278</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;Are you trying to get a column from the program?&lt;/P&gt;&lt;P&gt;Ok..whatever that is, you gotto go to the TOP include where they have declared your internal table that is in sync with your table control. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check the flow logic, then you can find something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Process before output.
 loop at it_tab with control tcl.
  module name.
endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the TOP include and include the field name of the new column that you are adding in it_tab.&lt;/P&gt;&lt;P&gt;Also check if you have activated the Layout and the program as a whole.&lt;/P&gt;&lt;P&gt;What is the runtime error saying?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Nov 2009 15:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281047#M1388278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-14T15:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table control columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281048#M1388279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thanks a lot for the reply , still i am getting run time error it says 'CONVERSION ERROR'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2009 11:11:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281048#M1388279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-15T11:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table control columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281049#M1388280</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;-&amp;gt; Check if you have added the field in the internal table declaration in the TOP include.&lt;/P&gt;&lt;P&gt;-&amp;gt; Check if the declaration is matching with that of the field from the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give a detailed description of the error message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Nov 2009 17:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281049#M1388280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-15T17:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table control columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281050#M1388281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , shri &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is your problem solved ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deepak .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 04:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281050#M1388281</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2009-11-16T04:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table control columns</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281051#M1388282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Nitwick ,&lt;/P&gt;&lt;P&gt;                The issue is solved ,there was an issue when passing currency field - that is why it had shown conversion error ,I really appreciate your mind to help others , thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2009 06:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-columns/m-p/6281051#M1388282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-16T06:12:17Z</dc:date>
    </item>
  </channel>
</rss>

