<?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: Duplicate Table Control Field in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-table-control-field/m-p/6183940#M1373650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Subscreens and create your table controls in two different screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Aabhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Sep 2009 00:43:35 GMT</pubDate>
    <dc:creator>aabhas_wilmar</dc:creator>
    <dc:date>2009-09-23T00:43:35Z</dc:date>
    <item>
      <title>Duplicate Table Control Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-table-control-field/m-p/6183939#M1373649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have requirement to Create a 2 Table Control for the same field in 2 different table controls&lt;/P&gt;&lt;P&gt;Say For example&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
process before output.
  loop at i_ctcusage with control tabcntl4.
    field: yctcusage-tireusage,
           yusaget-descr
           module populate_usage_tab_0500.
  endloop.
  loop at i_ctcusage with control tabcntl9.
    field: i_ctcusage-tireusage,
           yusaget-descr
           module populate_usage_tab_0500.
  endloop.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you see the above code here TIREUSAGE needs to be a column in 2 different table controls on the same screen.&lt;/P&gt;&lt;P&gt;But system not allowing. giving a syntax error message " TIREUSAGE already declared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:  I DONOT want to declare it as different name then user command control the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 20:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-table-control-field/m-p/6183939#M1373649</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-22T20:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Table Control Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-table-control-field/m-p/6183940#M1373650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Subscreens and create your table controls in two different screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Aabhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 00:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-table-control-field/m-p/6183940#M1373650</guid>
      <dc:creator>aabhas_wilmar</dc:creator>
      <dc:date>2009-09-23T00:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate Table Control Field</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-table-control-field/m-p/6183941#M1373651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi a®s,
&amp;lt;li&amp;gt;You seem to have used same internal table to display data in two different table controls.That internal table has header as well it seems.But I do not understand why things which you kept inside LOOP-ENDLOOP are differed.
&amp;lt;li&amp;gt;You should have kept like below for both LOOPs.
&lt;PRE&gt;&lt;CODE&gt;FIELD: I_CTCUSAGE-TIREUSAGE,
       I_CTCUSAGE-DESCR.
MODULE POPULATE_USAGE_TAB_0500&lt;/CODE&gt;&lt;/PRE&gt;


Thanks
Venkat.O&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 02:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-table-control-field/m-p/6183941#M1373651</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2009-09-23T02:00:49Z</dc:date>
    </item>
  </channel>
</rss>

