<?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: How to create Dynamic Table Control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064384#M726105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,Jonathan &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;At last I have decided to use Tree + ALV combination to avoid the dynamic coding burdens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2007 06:13:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-16T06:13:04Z</dc:date>
    <item>
      <title>How to create Dynamic Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064379#M726100</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;How to create Dynamic Table control , The field names and values to be displayed in table control are to be fetched from Add-on Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 03:00:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064379#M726100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T03:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Dynamic Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064380#M726101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean the column headers are to be dynamic, then just make the Table Colum header a global variable which you set in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's an example of SAP doing this in the CATS function group, screen 2100.  There are 10 customer-definable column "CATS_ADDFI-FIELD1_W" through to "CATS_ADDFI-FIELD10_W" with column headers "CATS_ADDFI_TEXT1" etc derived from the CATS config in table TCAFI... subroutine get_ddic_information shows how they set their titles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 03:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064380#M726101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T03:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Dynamic Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064381#M726102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Actually the columns to be displayed are not constant . It will be increased based on the database values, Anyhow it will not exceed 100. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please confirm my understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In this case I have to create 100 custom columns and make it visible / invisible based on my requirement and I can set the title at runtime. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. How can i assosicate / reassociate the datadictionary reference for the columns that i use. Because I need to show the search help values for the&lt;/P&gt;&lt;P&gt;dynamic columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your opinion on this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 04:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064381#M726102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T04:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Dynamic Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064382#M726103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prasath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is not possible yet I am not absolutely sure because I have not used table controls for over 5 years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I require the functionality "dynamic table controls" (similar like you) I always use an &amp;lt;b&amp;gt;editable ALV lists&amp;lt;/b&amp;gt; (OO-based of course). Using this approach you have all the flexibility you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 04:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064382#M726103</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-11-16T04:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Dynamic Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064383#M726104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CATS example hides unwanted columns too, so that's not an issue - and you should be able to use the "process on help-request" and "process on value-request" to be able to get the right help text and searchhelp (screen 2100 in CATS does this too).  The hardest part would be if you need to mix up field formats e.g. CHAR &amp;amp; NUMC are easy enough, but you'll probably need to code your own field format checks for numbers, dates etc.  Sounds like an interesting task - good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 04:49:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064383#M726104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T04:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Dynamic Table Control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064384#M726105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uwe,Jonathan &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;At last I have decided to use Tree + ALV combination to avoid the dynamic coding burdens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2007 06:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-dynamic-table-control/m-p/3064384#M726105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-16T06:13:04Z</dc:date>
    </item>
  </channel>
</rss>

