<?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 Problem with Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126334#M110413</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;In smartforms I need to use under Global Settings -&amp;gt; Form Interface -&amp;gt; Tables; My own internal table like the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB_SCHEDULE_LINE &amp;lt;b&amp;gt;TYPE&amp;lt;/b&amp;gt;	ITAB_TY_SCHEDULE_LINE_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the following error pops up when I check it;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#147;Type ITAB_TY_SCHEDULE_LINE_TYPE does not exists&amp;#148;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created &amp;#147;ITAB_TY_SCHEDULE_LINE&amp;#148; in Global Definitions -&amp;gt; Types like the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF wa_schedule_line,&lt;/P&gt;&lt;P&gt;          BISMT like MARA-BISMT,&lt;/P&gt;&lt;P&gt;          REMARK(102) type C,&lt;/P&gt;&lt;P&gt;          QTY type p DECIMALS 1,&lt;/P&gt;&lt;P&gt;          SUB_QTYTOTAL type p DECIMALS 1,&lt;/P&gt;&lt;P&gt;          UNIT_PRICE type p DECIMALS 3,&lt;/P&gt;&lt;P&gt;          VALUE type p DECIMALS 2,&lt;/P&gt;&lt;P&gt;          SUB_VALUETOTAL type p DECIMALS 2,&lt;/P&gt;&lt;P&gt;          DEL_DATE type VBEP-EDATU,&lt;/P&gt;&lt;P&gt;          LINE_NO type I,&lt;/P&gt;&lt;P&gt;        END OF wa_schedule_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: itab_schedule_line_type TYPE TABLE OF wa_schedule_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in Global Data like following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB_TY_SCHEDULE_LINE_TYPE &amp;lt;b&amp;gt;TYPE&amp;lt;/b&amp;gt;	ITAB_SCHEDULE_LINE_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why cant it locate the &amp;#147;ITAB_TY_SCHEDULE_LINE_TYPE&amp;#148; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2005 08:15:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-29T08:15:21Z</dc:date>
    <item>
      <title>Problem with Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126334#M110413</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;In smartforms I need to use under Global Settings -&amp;gt; Form Interface -&amp;gt; Tables; My own internal table like the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB_SCHEDULE_LINE &amp;lt;b&amp;gt;TYPE&amp;lt;/b&amp;gt;	ITAB_TY_SCHEDULE_LINE_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the following error pops up when I check it;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#147;Type ITAB_TY_SCHEDULE_LINE_TYPE does not exists&amp;#148;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created &amp;#147;ITAB_TY_SCHEDULE_LINE&amp;#148; in Global Definitions -&amp;gt; Types like the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF wa_schedule_line,&lt;/P&gt;&lt;P&gt;          BISMT like MARA-BISMT,&lt;/P&gt;&lt;P&gt;          REMARK(102) type C,&lt;/P&gt;&lt;P&gt;          QTY type p DECIMALS 1,&lt;/P&gt;&lt;P&gt;          SUB_QTYTOTAL type p DECIMALS 1,&lt;/P&gt;&lt;P&gt;          UNIT_PRICE type p DECIMALS 3,&lt;/P&gt;&lt;P&gt;          VALUE type p DECIMALS 2,&lt;/P&gt;&lt;P&gt;          SUB_VALUETOTAL type p DECIMALS 2,&lt;/P&gt;&lt;P&gt;          DEL_DATE type VBEP-EDATU,&lt;/P&gt;&lt;P&gt;          LINE_NO type I,&lt;/P&gt;&lt;P&gt;        END OF wa_schedule_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: itab_schedule_line_type TYPE TABLE OF wa_schedule_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in Global Data like following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB_TY_SCHEDULE_LINE_TYPE &amp;lt;b&amp;gt;TYPE&amp;lt;/b&amp;gt;	ITAB_SCHEDULE_LINE_TYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why cant it locate the &amp;#147;ITAB_TY_SCHEDULE_LINE_TYPE&amp;#148; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 08:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126334#M110413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T08:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126335#M110414</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;In Global Definition-&amp;gt;Types&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF wa_schedule_line,&lt;/P&gt;&lt;P&gt;BISMT like MARA-BISMT,&lt;/P&gt;&lt;P&gt;REMARK(102) type C,&lt;/P&gt;&lt;P&gt;QTY type p DECIMALS 1,&lt;/P&gt;&lt;P&gt;SUB_QTYTOTAL type p DECIMALS 1,&lt;/P&gt;&lt;P&gt;UNIT_PRICE type p DECIMALS 3,&lt;/P&gt;&lt;P&gt;VALUE type p DECIMALS 2,&lt;/P&gt;&lt;P&gt;SUB_VALUETOTAL type p DECIMALS 2,&lt;/P&gt;&lt;P&gt;DEL_DATE type VBEP-EDATU,&lt;/P&gt;&lt;P&gt;LINE_NO type I,&lt;/P&gt;&lt;P&gt;END OF wa_schedule_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in Global definitions-&amp;gt;Global data,&lt;/P&gt;&lt;P&gt;declare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB_SCHEDULE_LINE TYPE standard table of wa_schedule_line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You won't get error.&lt;/P&gt;&lt;P&gt;Kindly reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 08:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126335#M110414</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-12-29T08:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126336#M110415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the way U told me to do but the same error keeps poping. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this mean for Interface Tables U could only have ABAP Tables and Structures which are pre-defined. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am going to do is to define my own internal table where it will be populated by the main program and passed to smartforms. Why is this error keeps coming?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank,&lt;/P&gt;&lt;P&gt;Kishan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 08:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126336#M110415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T08:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126337#M110416</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;As far I know,if you want to pass the internal table from program,then you need to define structure for the same in SE11.Then in Form Interface-&amp;gt;Tables,you can use it.In this way,internal tables are passed from programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to handle your internal table without creating structure in SE11,you cannot pass from program.But in Global Definitions-&amp;gt;Types,you can declare your own types and in Global data,you can refer the same type for internal table and use the same internla table for processing inside smartform.&lt;/P&gt;&lt;P&gt;But in this way,you cannot pass internal table from program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 08:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126337#M110416</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-12-29T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126338#M110417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jayanthi. Your poits awarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2005 08:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-smartforms/m-p/1126338#M110417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-29T08:57:26Z</dc:date>
    </item>
  </channel>
</rss>

