<?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: Add new columns in table control in custom screen program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820318#M1470093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx rich for u r information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 12:22:38 GMT</pubDate>
    <dc:creator>former_member198834</dc:creator>
    <dc:date>2010-11-02T12:22:38Z</dc:date>
    <item>
      <title>Add new columns in table control in custom screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820313#M1470088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to enhance a screen program already created by some one else.&lt;/P&gt;&lt;P&gt;In the program I have a screen which has a table control and in which I need to add 2 more columns.&lt;/P&gt;&lt;P&gt;can anyone tell me how do I add two new columns to the already existing table control in the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 19:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820313#M1470088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T19:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add new columns in table control in custom screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820314#M1470089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, add the two new columns to the underlying internal table associated with the table control.  Then go to the screen using screen painter.  From the left hand side, select the icon for input/output field, and drag and drop this UI element into the table control.  This should add a new column.  Double click on the new column, and give it the same name as what you defined in your internal table. Depending on how the table control was created, the name of the internal table or work area may be defined differently in the screen.  So simply check what is used in an existing column of the table control.  So if you double click on another column, and its name is ITAB-COL1, then you should use ITAB in your column.  So if your column name is COL99, then enter the name of your new column as ITAB-COL99.  Make sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 20:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820314#M1470089</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2010-03-24T20:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add new columns in table control in custom screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820315#M1470090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to add columns but how do I add the headings for these new columns?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 20:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820315#M1470090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T20:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add new columns in table control in custom screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820316#M1470091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you would drag a "text" element and drop it in where the heading should be.  I'm pretty sure it is a "text" element.  Its been a while since I've had to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 21:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820316#M1470091</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2010-03-24T21:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Add new columns in table control in custom screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820317#M1470092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich.Problem solved!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 23:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820317#M1470092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T23:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add new columns in table control in custom screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820318#M1470093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx rich for u r information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 12:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820318#M1470093</guid>
      <dc:creator>former_member198834</dc:creator>
      <dc:date>2010-11-02T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add new columns in table control in custom screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820319#M1470094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rich,&lt;/P&gt;&lt;P&gt;I did same way as you mentioned but it shows me error message as: &lt;/P&gt;&lt;P&gt;"Collision with header element in table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message no. 37857&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; There is already a title element at the required position in the table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i created the table control through wizard, Please let me know how to modify it?&amp;nbsp; &lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1495/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 06:08:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-new-columns-in-table-control-in-custom-screen-program/m-p/6820319#M1470094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-14T06:08:54Z</dc:date>
    </item>
  </channel>
</rss>

