<?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 define Column Header text table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-column-header-text-table-control/m-p/1807471#M346503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are the some components of the screen . you can change tehm at run time in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;components: name,input,output,required,length,active,invisible,intensified,group1,group2...etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at ruin time you modify these attributes..&lt;/P&gt;&lt;P&gt;your requirement is to change the name attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jan 2007 10:09:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-04T10:09:35Z</dc:date>
    <item>
      <title>How to define Column Header text table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-column-header-text-table-control/m-p/1807470#M346502</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;I have to create a function in which user will pass Field Name, Field Description.&lt;/P&gt;&lt;P&gt;I have to show that field description in Table Control Columns as Text for columns.&lt;/P&gt;&lt;P&gt;Like if a user pass Material , PLant etc, then first column header text will be Material and so on and in rows it will show the data.&lt;/P&gt;&lt;P&gt;One more thing, is it possible to define the technical attributes like length based on field passed through function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to find out the solution.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Piyush Mathur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2007 09:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-column-header-text-table-control/m-p/1807470#M346502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-04T09:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Column Header text table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-column-header-text-table-control/m-p/1807471#M346503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are the some components of the screen . you can change tehm at run time in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;components: name,input,output,required,length,active,invisible,intensified,group1,group2...etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at ruin time you modify these attributes..&lt;/P&gt;&lt;P&gt;your requirement is to change the name attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2007 10:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-column-header-text-table-control/m-p/1807471#M346503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-04T10:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Column Header text table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-column-header-text-table-control/m-p/1807472#M346504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;need to modify the already declared table control components atributes.&lt;/P&gt;&lt;P&gt;components are : name, input, output, required, length, active, invisible, intensified, group1, group2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2007 11:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-column-header-text-table-control/m-p/1807472#M346504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-04T11:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to define Column Header text table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-column-header-text-table-control/m-p/1807473#M346505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for response ramesh,&lt;/P&gt;&lt;P&gt;But i have to change the display name.&lt;/P&gt;&lt;P&gt;Like if i am adding a label named 'Col1' with Text 'Column1'. I have to change the Text'Column1' , not control name.&lt;/P&gt;&lt;P&gt;I check with the properties&lt;/P&gt;&lt;P&gt;name, input, output, required, length, active, invisible, intensified, group1, group2. &lt;/P&gt;&lt;P&gt;, but did not by which i can change the Text. &lt;/P&gt;&lt;P&gt;Please let me know, if you have any idea.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Piyush Mathur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 04:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-define-column-header-text-table-control/m-p/1807473#M346505</guid>
      <dc:creator>piyush_mathur</dc:creator>
      <dc:date>2007-01-05T04:36:55Z</dc:date>
    </item>
  </channel>
</rss>

