<?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: Internal table in smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688107#M1292681</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Declare the types in the TYPES tab in the smartform.&lt;/P&gt;&lt;P&gt;Create a table type of the same over there.&lt;/P&gt;&lt;P&gt;Declare the internal table of the above table type in the global data tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2009 10:37:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-12T10:37:04Z</dc:date>
    <item>
      <title>Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688106#M1292680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In driver program:&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_output,&lt;/P&gt;&lt;P&gt;       var1 TYPE c,&lt;/P&gt;&lt;P&gt;      var2 type c,  &lt;/P&gt;&lt;P&gt;TYPES: END OF ty_output.&lt;/P&gt;&lt;P&gt;DATA: gt_output TYPE TABLE OF ty_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to declare this in smartforms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 10:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688106#M1292680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T10:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688107#M1292681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Declare the types in the TYPES tab in the smartform.&lt;/P&gt;&lt;P&gt;Create a table type of the same over there.&lt;/P&gt;&lt;P&gt;Declare the internal table of the above table type in the global data tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 10:37:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688107#M1292681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T10:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688108#M1292682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try Declare the same in the Smartforms Global Definitions-&amp;gt;Types.  !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES: BEGIN OF ty_output,
          var1 TYPE c,
          var2 type c, 
       END OF ty_output.
       
DATA: gt_output TYPE TABLE OF ty_output.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 10:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688108#M1292682</guid>
      <dc:creator>former_member222860</dc:creator>
      <dc:date>2009-06-12T10:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688109#M1292683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this in program lines, if you need the structure of table this way and use it for further processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 10:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688109#M1292683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T10:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688110#M1292684</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 se11 Create A STRUCTURE for TY_OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLICK &lt;DEL&gt;&amp;gt;GLOBAL DEFINITIONS&lt;/DEL&gt;-&amp;gt;GLOBAL DATA&lt;/P&gt;&lt;P&gt;GT_OUTPUT type table of  TY_OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in Program line&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 10:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688110#M1292684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T10:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688111#M1292685</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;You can do this in two ways....&lt;/P&gt;&lt;P&gt;1. If you need the interal table to be accessed globally in the smartform, you can declare the internal    table in global definitions&lt;/P&gt;&lt;P&gt;first you need to define TYPES for the internal table in Types tab.&lt;/P&gt;&lt;P&gt;and this needs to be given as reference in Global Data tab for the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You need the internal table to be local ,then you can create a program lines node and declare the internal table as you do in the ABAP program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 10:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688111#M1292685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T10:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688112#M1292686</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;You can do this in two ways....&lt;/P&gt;&lt;P&gt;1. If you need the interal table to be accessed globally in the smartform, you can declare the internal    table in global definitions&lt;/P&gt;&lt;P&gt;first you need to define TYPES for the internal table in Types tab.&lt;/P&gt;&lt;P&gt;and this needs to be given as reference in Global Data tab for the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You need the internal table to be local ,then you can create a program lines node and declare the internal table as you do in the ABAP program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 10:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688112#M1292686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T10:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688113#M1292687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In global defenitions:&lt;/P&gt;&lt;P&gt;Under types tab:&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF ty_output,&lt;/P&gt;&lt;P&gt;var1 TYPE c,&lt;/P&gt;&lt;P&gt;var2 type c, &lt;/P&gt;&lt;P&gt;TYPES: END OF ty_output.&lt;/P&gt;&lt;P&gt;types: gt_output TYPE TABLE OF ty_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global data: gt_output type gt_output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under table node:&lt;/P&gt;&lt;P&gt; data tab:&lt;/P&gt;&lt;P&gt;loop : gt_output  into gt_output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error:gt_output cannot be converted into line type gt_output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 10:52:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688113#M1292687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T10:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688114#M1292688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should define ONE variable for your internal table GT_OUTPUT (ok) and another variable with OTHER name for your workarea WA_OUTPUT type ty_output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 10:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688114#M1292688</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-06-12T10:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688115#M1292689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.create a structure of type ty_output&lt;/P&gt;&lt;P&gt;2.create table type and use it in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: BrightSide on Jun 17, 2009 4:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 15:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-in-smartform/m-p/5688115#M1292689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T15:14:53Z</dc:date>
    </item>
  </channel>
</rss>

