<?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 Regarding internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665542#M1288459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have an internal table in a standard program as &lt;STRONG&gt;it_pos like rfposxext occurs 1 with header line.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;now i want to create a new internal table as itpos and i want to add two more fields in it .&lt;/P&gt;&lt;P&gt;can anyone say wht is the syntax for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 09:18:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-10T09:18:06Z</dc:date>
    <item>
      <title>Regarding internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665542#M1288459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have an internal table in a standard program as &lt;STRONG&gt;it_pos like rfposxext occurs 1 with header line.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;now i want to create a new internal table as itpos and i want to add two more fields in it .&lt;/P&gt;&lt;P&gt;can anyone say wht is the syntax for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 09:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665542#M1288459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T09:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665543#M1288460</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 can use include structure statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of  itpos occurs 0.&lt;/P&gt;&lt;P&gt;include structure rfposxext .&lt;/P&gt;&lt;P&gt;data: &amp;lt;&amp;gt; type &amp;lt;&amp;gt; ,&lt;/P&gt;&lt;P&gt;       &amp;lt;&amp;gt; type &amp;lt;&amp;gt;,&lt;/P&gt;&lt;P&gt;end of itpos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq,&lt;/P&gt;&lt;P&gt;rajesh.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 09:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665543#M1288460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665544#M1288461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Radhika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of it_pos1 occurs 0, (assume table name is catsdb)&lt;/P&gt;&lt;P&gt;data include &amp;lt;structure name&amp;gt;,&lt;/P&gt;&lt;P&gt;         pernr like catsdb-perner,&lt;/P&gt;&lt;P&gt;         wokdate like catsdb-aorkdate,&lt;/P&gt;&lt;P&gt;end of it_pos1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope it'll work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do u want the same fields of it_pos in it_pos1?then let me know,bcaz m not much clear wid ur query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sneha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sneha kumari on Jun 10, 2009 11:46 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 09:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665544#M1288461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T09:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665545#M1288462</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;Try this..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: begin of itpos occurs 0.
data: include structure rfposxext .
data: field1  type &amp;lt;type of field&amp;gt; .
data: field2  type &amp;lt;type of field&amp;gt; . 
end of itpos.

&lt;/CODE&gt;&lt;/PRE&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;RItesh Jha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 09:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665545#M1288462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T09:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665546#M1288463</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of it_pos1 occurs 0.&lt;/P&gt;&lt;P&gt;include structure it_pos .&lt;/P&gt;&lt;P&gt;data: field1 type c,&lt;/P&gt;&lt;P&gt;        field2 type c ,&lt;/P&gt;&lt;P&gt;end of itpos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 09:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665546#M1288463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T09:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665547#M1288464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of itpos occurs 0.&lt;/P&gt;&lt;P&gt;data: include structure rfposxext .&lt;/P&gt;&lt;P&gt;data: field1  type &amp;lt;type of field&amp;gt; .&lt;/P&gt;&lt;P&gt;data: field2  type &amp;lt;type of field&amp;gt; . &lt;/P&gt;&lt;P&gt;end of itpos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rajeshwar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 09:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665547#M1288464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-10T09:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665548#M1288465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check whether any spots are available&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 09:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665548#M1288465</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-06-10T09:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665549#M1288466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;else is there any process to know the fileds in the internal table it_tab???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2009 06:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-internal-table/m-p/5665549#M1288466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-13T06:16:59Z</dc:date>
    </item>
  </channel>
</rss>

