<?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 table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907211#M1482313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;its module pool ..There are two radio buttons ....the default selected radio button will have data displayed in table control while loading transaction for module pool..it will also have two push button for accept n delete...when the othet radio button is selected then the table control with other structure is displayed..(not same as in first case)......how to achieve this...do i need to call two screen ..in which the radio buttons n push buttons are always there.....provide ur suggestion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx,&lt;/P&gt;&lt;P&gt;mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 May 2010 12:47:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-13T12:47:41Z</dc:date>
    <item>
      <title>table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907211#M1482313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;its module pool ..There are two radio buttons ....the default selected radio button will have data displayed in table control while loading transaction for module pool..it will also have two push button for accept n delete...when the othet radio button is selected then the table control with other structure is displayed..(not same as in first case)......how to achieve this...do i need to call two screen ..in which the radio buttons n push buttons are always there.....provide ur suggestion..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx,&lt;/P&gt;&lt;P&gt;mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 12:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907211#M1482313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907212#M1482314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan ,&lt;/P&gt;&lt;P&gt;    I am not sure if you can use two different table structure in the same table control . You can make use of the sub-screen option . This will give you a separate screen on clicking the radio button .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ragesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 12:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907212#M1482314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T12:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907213#M1482315</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 am sure that v can not use two structures in single table control. so better try to create two subscreens and use subscreen area in main screen to display the respective subscreen with table control depending on the radio button selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 13:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907213#M1482315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T13:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907214#M1482316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's not impossible use two struct in same table control:&lt;/P&gt;&lt;P&gt;be smart and create an internal table with both structure ... when first radiobutton is selected, hide with a LOOP AT SCREEN elements of second structure ... or hide the first when second radio button is selected ... This if is possible to use a single line for both first and second structure .. if data of 1st 2nd are completley different be MORE smart ... use a flag to say if there record is about first or second structure ...&lt;/P&gt;&lt;P&gt;I thin is possible in this way ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 13:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907214#M1482316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T13:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907215#M1482317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wht 'Gabriele' is saying is possible but will be little complicated, the other way i suggest is easy 1, but both the ways u can try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 May 2010 13:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907215#M1482317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-13T13:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907216#M1482318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriele,&lt;/P&gt;&lt;P&gt;I think its a gud idea bt need more favor.I will tell u in detail..say 1st table (carrid , connid fladate n price) 2nd table (fldate carrid, connid n price ) ..when i declare table control using wizard then it asks for internal table where i can give either 1 in 1st radio selection and 2nd table for 2nd radio button...so hw can we hide for 2nd when 1st radio selected and vice versa ..&lt;/P&gt;&lt;P&gt;..need ur suggestion...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ anmol..i will trying with subscrren also..it didnot allowed me to create table control on the screen ..message at displaying was..some collison happening....so let me know if i was doing something wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;mohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 13:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907216#M1482318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T13:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907217#M1482319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with calling two screen say 101 and 102 with two differnt internal table being uploaded at the selection of radio button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 17:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control/m-p/6907217#M1482319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-29T17:18:08Z</dc:date>
    </item>
  </channel>
</rss>

