<?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 in Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235389#M1525414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Chandu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you wrote,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;These internal tables of type tables which were created in SE11..&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZTAB1,ZTAB2,ZTAB3 should be created as structures in se11 and not as table types to work in the smartform under the tables parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rijuraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rijuraj Raju on Sep 10, 2010 2:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Sep 2010 12:02:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-10T12:02:46Z</dc:date>
    <item>
      <title>Syntax error in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235387#M1525412</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 have developed one smartform and calling from SE38 by passing some internal tables in tables parameter.&lt;/P&gt;&lt;P&gt;These internal tables of type tables which were created in SE11 and defined 3 internal tables in SE38 and 3 Tables parameters in Form Interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;SE38 Internal tables&lt;/P&gt;&lt;P&gt;it_table1 type table of ZTAB1&lt;/P&gt;&lt;P&gt;it_table2 type table of ZTAB2&lt;/P&gt;&lt;P&gt;it_table3 type table of ZTAB3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMARTORM form interface TABLES parameter&lt;/P&gt;&lt;P&gt;et_table1 like ZTAB1&lt;/P&gt;&lt;P&gt;et_table2 like ZTAB2&lt;/P&gt;&lt;P&gt;et_table3 like ZTAB3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is giving error as " ET_TABLE1 must be a flat structure. You cannot use internal tables, strings, references, or structures as components. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 10:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235387#M1525412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-10T10:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235388#M1525413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In form interface parameters also u can write 'TYPE STANDARD TABLE OF' instead of LIKE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 12:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235388#M1525413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-10T12:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235389#M1525414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Chandu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you wrote,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;These internal tables of type tables which were created in SE11..&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZTAB1,ZTAB2,ZTAB3 should be created as structures in se11 and not as table types to work in the smartform under the tables parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rijuraj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rijuraj Raju on Sep 10, 2010 2:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 12:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235389#M1525414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-10T12:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235390#M1525415</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;ZTAB1, ZTAB2, ZTAB3 are Table Types or Structures in DDIC? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartforms in the Table TAB you must use Table Types instead of structures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- create structure ztab1 in DDIC (SE11 -  radiobutton on Data Type - enter name - click create and select Structure,etc)&lt;/P&gt;&lt;P&gt;- create table type ZT_TAB1(for example)  in DDIC  (SE11 -  radiobutton on Data Type - enter name - click create and select Table Type) of line type ZTAB1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Smartforms use et_table1 like ZT_TAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 12:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235390#M1525415</guid>
      <dc:creator>former_member184675</dc:creator>
      <dc:date>2010-09-10T12:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error in Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235391#M1525416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The structure ZTAB1 has internal tables, strings, references, or structures as components and that's not allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Sep 2010 12:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/syntax-error-in-smartform/m-p/7235391#M1525416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-10T12:07:45Z</dc:date>
    </item>
  </channel>
</rss>

