<?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 Doubt in table controll in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-controll/m-p/3442595#M826763</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 am using a table controll, in which i hav one input field.Can i vary the length of the field from one row to another, based on a perticular condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While defining attributes, we input &lt;STRONG&gt;def length&lt;/STRONG&gt; and that defines the maximum no of characters that we can input.But that will define the allowable length for the entire coloumn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know wheather we can vary the defined length from row to row.Can it be done in PBO..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 08:24:43 GMT</pubDate>
    <dc:creator>former_member195383</dc:creator>
    <dc:date>2008-02-19T08:24:43Z</dc:date>
    <item>
      <title>Doubt in table controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-controll/m-p/3442595#M826763</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 am using a table controll, in which i hav one input field.Can i vary the length of the field from one row to another, based on a perticular condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While defining attributes, we input &lt;STRONG&gt;def length&lt;/STRONG&gt; and that defines the maximum no of characters that we can input.But that will define the allowable length for the entire coloumn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know wheather we can vary the defined length from row to row.Can it be done in PBO..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 08:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-controll/m-p/3442595#M826763</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-02-19T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in table controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-controll/m-p/3442596#M826764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had not done for length, but i think that should be possible.&lt;/P&gt;&lt;P&gt;I was having similar requirement in which i need to input disable field of table control row depending on some conditions, for that wat i had done is assign screen group say 'G1' to that field (column ) of table control, and in PBO , in the module written inside the loop of table control written fillowing code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       if it_vbak-vbeln eq '0000004969'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        if screen-group1 = 'G1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;        screen-output = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        modify screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;Kindly note, its sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 08:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-controll/m-p/3442596#M826764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-19T08:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in table controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-controll/m-p/3442597#M826765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi...&lt;/P&gt;&lt;P&gt;Thanx 4 the reply..But i want to vary the length.And screen does not contain any atribute for length, so that we can change it dynamically...So if thr is ne other way pls suggest...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 09:44:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-controll/m-p/3442597#M826765</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-02-19T09:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in table controll</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-controll/m-p/3442598#M826766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Infact screen does have an attribute called length...through which we can modify the input length from one row to another....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 05:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-table-controll/m-p/3442598#M826766</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-02-20T05:41:41Z</dc:date>
    </item>
  </channel>
</rss>

