<?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: syntax error with  table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104509#M1361007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well , this is my stmt in pbo module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP at gt_del_items INTO gs_del_items with control gt_con CURSOR int_tc-current_line.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;getting syntxt error:&lt;/P&gt;&lt;P&gt;".", "WHERE", "TO field", or "FROM field" expected after "GS_DEL_ITEMS".&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2009 13:43:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-03T13:43:02Z</dc:date>
    <item>
      <title>syntax error with  table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104506#M1361004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a table control. this is how i did it,&lt;/P&gt;&lt;P&gt;1.drag the table control&lt;/P&gt;&lt;P&gt;2.named it as gt_con.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my internal table in top include is gt_del_items.&lt;/P&gt;&lt;P&gt;and also declared table control as:&lt;/P&gt;&lt;P&gt;CONTROLS gt_con TYPE TABLEVIEW USING SCREEN 0200.&lt;/P&gt;&lt;P&gt;now how to use this in pbo and pai modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 13:35:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104506#M1361004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-03T13:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error with  table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104507#M1361005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; hello all,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I created a table control. this is how i did it,&lt;/P&gt;&lt;P&gt;&amp;gt; 1.drag the table control&lt;/P&gt;&lt;P&gt;&amp;gt; 2.named it as gt_con.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; my internal table in top include is gt_del_items.&lt;/P&gt;&lt;P&gt;&amp;gt; and also declared table control as:&lt;/P&gt;&lt;P&gt;&amp;gt; CONTROLS gt_con TYPE TABLEVIEW USING SCREEN 0200.&lt;/P&gt;&lt;P&gt;&amp;gt; now how to use this in pbo and pai modules?&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Plz advise&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Searching for and reading the dynpro documentation on &lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt; would be a good start.  Personally,  I would always use the wizard to create a table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 13:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104507#M1361005</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2009-09-03T13:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error with  table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104508#M1361006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that table control in the screen layout click F6 or get from dictionary button. choose from z prob and give program name. select your internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 13:41:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104508#M1361006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-03T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error with  table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104509#M1361007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well , this is my stmt in pbo module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; LOOP at gt_del_items INTO gs_del_items with control gt_con CURSOR int_tc-current_line.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;getting syntxt error:&lt;/P&gt;&lt;P&gt;".", "WHERE", "TO field", or "FROM field" expected after "GS_DEL_ITEMS".&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 13:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104509#M1361007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-03T13:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error with  table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104510#M1361008</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;The code seems to be right, but probably it's wrong the place where you've inserted it: it doesn't have to be placed in a MODULE of PBO, but directly in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROCESS PBO.

  LOOP at gt_del_items INTO gs_del_items with control gt_con CURSOR int_tc-current_line.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your table control is called GT_CON, what is INT_TO?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 13:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104510#M1361008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-03T13:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: syntax error with  table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104511#M1361009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry thats gt_con aswell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 13:58:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-with-table-control/m-p/6104511#M1361009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-03T13:58:07Z</dc:date>
    </item>
  </channel>
</rss>

