<?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: smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2944118#M694061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Either you can declare your internal table as transparent table type like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_ADRC type ADRC (better to use like this if you are using more fields from this ADRC) or you can create one ztable in se11 with all the fields you are using and associate with that type like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_ADRC type ZSTRUCT_ADRC..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;sreeja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Rewards if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2007 10:40:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-19T10:40:48Z</dc:date>
    <item>
      <title>smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2944115#M694058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the form interface of smart forms what shud b the associated type for the internal table. Could you please explain it and give me a good example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 05:51:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2944115#M694058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T05:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2944116#M694059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaitra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the wrong forum to post this question. Please close this thread and post the question in the correct forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 07:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2944116#M694059</guid>
      <dc:creator>martin_nooteboom</dc:creator>
      <dc:date>2007-10-15T07:34: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/2944117#M694060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Charita Ramanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define them under Global Definitions by referencing tables. Use TABLE OF XXXX (where XXXX is a table) &lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Variable Name: Internal Table&lt;/P&gt;&lt;P&gt;Type assignment: TYPE&lt;/P&gt;&lt;P&gt;Associated Type: TABLE OF XXXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define them under form interface by referencing table types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post your queries in relevant forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2007 09:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2944117#M694060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-15T09:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2944118#M694061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Either you can declare your internal table as transparent table type like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_ADRC type ADRC (better to use like this if you are using more fields from this ADRC) or you can create one ztable in se11 with all the fields you are using and associate with that type like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_ADRC type ZSTRUCT_ADRC..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;sreeja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Rewards if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 10:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2944118#M694061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T10:40: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/2944119#M694062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;u can declare your internal table in global definition using type under the global data tab.&lt;/P&gt;&lt;P&gt;else in form interface under tables tab using like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;post u'r queries in  right forum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sohi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 10:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/2944119#M694062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T10:48:00Z</dc:date>
    </item>
  </channel>
</rss>

