<?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 Fields dynamically to table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-dynamically-to-table-control/m-p/2561175#M584095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Herald, You just have to add the fields in the screen layout of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the coding .... There must be any user exit for transferring program fileds to screen fileds ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 08:47:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T08:47:24Z</dc:date>
    <item>
      <title>Add Fields dynamically to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-dynamically-to-table-control/m-p/2561174#M584094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm trying to add some filed to standard table control and this require from me to take action of repair (modification ) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;insted of make repair i consider the option of make an enhancement and dynamically (by code ) add the required fileds to table control . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there anyone that know if it's possible or not and how to do this . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Herzel .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-dynamically-to-table-control/m-p/2561174#M584094</guid>
      <dc:creator>herzelhaimharel_gilor</dc:creator>
      <dc:date>2007-07-16T08:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add Fields dynamically to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-dynamically-to-table-control/m-p/2561175#M584095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Herald, You just have to add the fields in the screen layout of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the coding .... There must be any user exit for transferring program fileds to screen fileds ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-dynamically-to-table-control/m-p/2561175#M584095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T08:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add Fields dynamically to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-dynamically-to-table-control/m-p/2561176#M584096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    You can use ALV for input purpose as well. Check out OO ALV programs. SE38 -&amp;gt; BC&lt;STRONG&gt;AlV&lt;/STRONG&gt;EDIT* , tons of programs available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Input from user - In ALV, this is possible&lt;/P&gt;&lt;P&gt;b) F4 help - Possible with ALV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why would you need material number and description in the same column and that too one below another. It is possible with lot of tweaking but still requirement is strange and you need to have at least two rows for the same MATNR, one with the number and other with description. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the links:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="257092"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="237395"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1154215"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="832399"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 08:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-dynamically-to-table-control/m-p/2561176#M584096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T08:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add Fields dynamically to table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-dynamically-to-table-control/m-p/2561177#M584097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the problem is about to add cols to sap table control . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i'll do it in screen painter this cause me to make a repair . &lt;/P&gt;&lt;P&gt;insted of the repair i think about how to do it with enahcement by add the cols dynamically (by code in run time mode ) . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible ? if yes how can i do it . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 09:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-fields-dynamically-to-table-control/m-p/2561177#M584097</guid>
      <dc:creator>herzelhaimharel_gilor</dc:creator>
      <dc:date>2007-07-16T09:09:23Z</dc:date>
    </item>
  </channel>
</rss>

