<?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: Error with table control wizard in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725622#M896681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am having some doubts in table contol wizard ,initially i have added certain fields in table control now i want to add some more fields in the table control can you gimme the procedure how to do that???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest me which one is better either table control or table control wizard??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Arun Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2008 02:47:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-07T02:47:12Z</dc:date>
    <item>
      <title>Error with table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725620#M896679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; While creating the table control through table control wizard in &lt;STRONG&gt;set include&lt;/STRONG&gt; stage if i give any z include name its giving me a error like  Include 'ZTABLECONTROL1' does not belong&lt;/P&gt;&lt;P&gt;program 'ZTABLECONTROL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ztable control is my main program name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please lemme know how to fix this issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 07:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725620#M896679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T07:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error with table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725621#M896680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii,&lt;/P&gt;&lt;P&gt;u have give the table control field in the top include of the prg.&lt;/P&gt;&lt;P&gt;with out the control field in the top include the table contol will not work.&lt;/P&gt;&lt;P&gt;reward if heplful.&lt;/P&gt;&lt;P&gt;thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 10:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725621#M896680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T10:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error with table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725622#M896681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am having some doubts in table contol wizard ,initially i have added certain fields in table control now i want to add some more fields in the table control can you gimme the procedure how to do that???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest me which one is better either table control or table control wizard??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Arun Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 02:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725622#M896681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T02:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error with table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725623#M896682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My preference is to hand-craft the table control logic (or copy from a working example) as I find the generated code from the wizard a bit ugly and confusing but I work with other ABAPers who are happy with the wizard.  Either way, the essential part is understanding the relationship between the internal table(s) which holds all the data (including columns not displayed), the screen buffer row, and the control itself... if you get your mind around these, it's easy enough to work out how to add columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you put your cursor on the tableview word where you define your control (e.g. within CONTROLS: gtc_trans TYPE TABLEVIEW USING SCREEN 100.) the online help gives a reasonable explanation - but you probably need to read it a couple of times or more!  On the screen you define the table control itself and it has attributes such as its name (e.g. gtc_trans) and settings such as whether it has header, separators etc.  You separately define the control elements - these need to match the screen buffer row field which you populate as you "loop at table control" in the flow logic in the PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to add a new field you normally add a new control element on the screen, a new field in the screen buffer row, and a new column in your internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 04:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725623#M896682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T04:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error with table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725624#M896683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I declared as u said ,here is my declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB_ITEM WITH CONTROL TC_ITEM CURSOR TC_ITEM-CURRENT_LINE.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0100.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB_ITEM WITH CONTROL TC_ITEM.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting a error like  	"In the event PROCESS AFTER INPUT, no additions are allowed with "LOOP AT".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Arun Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 05:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725624#M896683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T05:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error with table control wizard</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725625#M896684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I explain steps to add fields exist table control wizard(TCW).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Add fields to internal table which is bind to TCW. and active&lt;/P&gt;&lt;P&gt;2.Go to Layout section and press F6&lt;/P&gt;&lt;P&gt;3.Enter internal table and press (Get From Program) Button&lt;/P&gt;&lt;P&gt;4.Select Field and drag and drop to TCW .&lt;/P&gt;&lt;P&gt;5.Select TextField control and write over the dropped column&lt;/P&gt;&lt;P&gt;6.Add field value at PAI between chain and end chain .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2012 09:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-with-table-control-wizard/m-p/3725625#M896684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-15T09:18:16Z</dc:date>
    </item>
  </channel>
</rss>

