<?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 smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476941#M1254032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Please use a sensible subject for your posts in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hi all...&lt;/P&gt;&lt;P&gt;can I use Internal table Type in form Interface....&lt;/P&gt;&lt;P&gt;actualy In Global type I declared ...&lt;/P&gt;&lt;P&gt;        types: &amp;lt;itab_type&amp;gt; &lt;/P&gt;&lt;P&gt;and in data tab &lt;/P&gt;&lt;P&gt;      Itab Type standard table of &amp;lt;Itab_type&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then In the form Interface I declared in Table tab&lt;/P&gt;&lt;P&gt;     Mtab like Itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can I do like this....???&lt;/P&gt;&lt;P&gt;when debugging it gives Syntax error.....??&lt;/P&gt;&lt;P&gt;plz suggest....???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Apr 17, 2009 12:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2009 05:57:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-17T05:57:56Z</dc:date>
    <item>
      <title>smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476941#M1254032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Please use a sensible subject for your posts in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hi all...&lt;/P&gt;&lt;P&gt;can I use Internal table Type in form Interface....&lt;/P&gt;&lt;P&gt;actualy In Global type I declared ...&lt;/P&gt;&lt;P&gt;        types: &amp;lt;itab_type&amp;gt; &lt;/P&gt;&lt;P&gt;and in data tab &lt;/P&gt;&lt;P&gt;      Itab Type standard table of &amp;lt;Itab_type&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then In the form Interface I declared in Table tab&lt;/P&gt;&lt;P&gt;     Mtab like Itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can I do like this....???&lt;/P&gt;&lt;P&gt;when debugging it gives Syntax error.....??&lt;/P&gt;&lt;P&gt;plz suggest....???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Apr 17, 2009 12:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 05:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476941#M1254032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T05:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476942#M1254033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surjit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way of using an Internal table as a type in the Form interface is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new Z structure (SE11) using your internal table as reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use this to declare in your form interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476942#M1254033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476943#M1254034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Surjit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the table type in SE11 and you should be ok. The system is giving you a syntax error because you are specifing a locally defined table type as part of the smartform interface and therefore the calling program does not know the table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476943#M1254034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476944#M1254035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can't i use my Local type....&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;is there not any other way than SE11...??&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:13:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476944#M1254035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476945#M1254036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No u cant use ur local type in the form interface. But if u create an internal table suppose itab in global definitions of ur smartform and then use this table for creating table in ur form interface under tables it should wrk ( itab1 like itab)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476945#M1254036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476946#M1254037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats wt m trying to do sir...&lt;/P&gt;&lt;P&gt;bt it is showing Syntactically correct but producing Short Dump as "syntax_error".&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476946#M1254037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476947#M1254038</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;u need to creat zstructure in se11 then only it will accepts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:40:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476947#M1254038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476948#M1254039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;means... i can't pass values from a Dynamically created I_TAB to form..????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476948#M1254039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476949#M1254040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Surjith,&lt;/P&gt;&lt;P&gt;    Instead of creating a structure in the Dictionary, you can simply use the EXPORT and IMPORT &lt;/P&gt;&lt;P&gt;    parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Create the structure you want in the smartform using the types ex:- t_structure&lt;/P&gt;&lt;P&gt;    In the driver program fill the table t_structure and export it to some memory ID,&lt;/P&gt;&lt;P&gt;    now in the smart form import from the same memory ID in the t_structure from the same &lt;/P&gt;&lt;P&gt;    memory ID.&lt;/P&gt;&lt;P&gt;    I guess this will resolve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jaya rama kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 06:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476949#M1254040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T06:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476950#M1254041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will it be best practice to Export more than 10 fields of I_TAB to the abap memory....???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 07:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476950#M1254041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T07:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476951#M1254042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Surijit &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the table type in se11 for the table and include that in the form interface..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 07:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476951#M1254042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-17T07:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476952#M1254043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Please use a sensible subject for your posts in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 10:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/5476952#M1254043</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-04-17T10:09:04Z</dc:date>
    </item>
  </channel>
</rss>

