<?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: Problem with header for each column in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413869#M538640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijit,&lt;/P&gt;&lt;P&gt;        no need to put '&amp;amp;' in the variable .You just give the name of the variable as lw_text and also dont forget to expand the Def.Length attribute to equal to the length of that variable in the decalration.It is working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the follwoing code in PAI module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:lw_text(15).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If cond1 = true.&lt;/P&gt;&lt;P&gt;lw_text = 'Description 1'.&lt;/P&gt;&lt;P&gt;elseif cond2 = true.&lt;/P&gt;&lt;P&gt;lw_text = 'Description 2'.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;Using the above code u can modify dynamically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 12:28:27 GMT</pubDate>
    <dc:creator>former_member491305</dc:creator>
    <dc:date>2007-06-29T12:28:27Z</dc:date>
    <item>
      <title>Problem with header for each column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413865#M538636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want change column header-text dynamically in the table control of module pool programming.Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 10:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413865#M538636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T10:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with header for each column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413866#M538637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Delete the text field of the coloumn header and instead of that insert i/o field in the coloumn header of the table control  and put one variable name for that and change the content of the variable dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vigneswaran S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 11:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413866#M538637</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-06-29T11:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with header for each column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413867#M538638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this is possible directly. Tell me the correct requirement.&lt;/P&gt;&lt;P&gt;See you can do other way. You populate all the columns of table control. conditionally you can hide the columns .So this will make your work simple.&lt;/P&gt;&lt;P&gt;get back if you are not clear.&lt;/P&gt;&lt;P&gt;&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;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 11:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413867#M538638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T11:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with header for each column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413868#M538639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vigneswaran S.,&lt;/P&gt;&lt;P&gt; I have tried this thing using &amp;amp;lw_text&amp;amp; and also with lw_text. But i am not getting required result.Can you suggest me any other way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413868#M538639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-29T12:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with header for each column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413869#M538640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhijit,&lt;/P&gt;&lt;P&gt;        no need to put '&amp;amp;' in the variable .You just give the name of the variable as lw_text and also dont forget to expand the Def.Length attribute to equal to the length of that variable in the decalration.It is working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put the follwoing code in PAI module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:lw_text(15).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If cond1 = true.&lt;/P&gt;&lt;P&gt;lw_text = 'Description 1'.&lt;/P&gt;&lt;P&gt;elseif cond2 = true.&lt;/P&gt;&lt;P&gt;lw_text = 'Description 2'.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;Using the above code u can modify dynamically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 12:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-header-for-each-column/m-p/2413869#M538640</guid>
      <dc:creator>former_member491305</dc:creator>
      <dc:date>2007-06-29T12:28:27Z</dc:date>
    </item>
  </channel>
</rss>

