<?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 Syntax in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399492#M193147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sims,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not possible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jun 2006 16:45:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-26T16:45:28Z</dc:date>
    <item>
      <title>Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399484#M193139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is it possible to assign fields of an internal table like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ftpost-fval =    t_alv[1]-netwr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without doing a read in working area?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 16:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399484#M193139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T16:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399485#M193140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, you can not do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 16:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399485#M193140</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-26T16:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399486#M193141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;this is not possible&lt;/P&gt;&lt;P&gt;this is not correct syntax in abap&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, 26 Jun 2006 16:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399486#M193141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T16:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399487#M193142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sims,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Its not possible by specifying indexes with work areas. You should need to write READ statement with specifying index to get value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ ITAB INDEX 1 TRANSPORTING FIELDS ITAB-NETWR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 16:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399487#M193142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399488#M193143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I would have to read it into a work area?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 16:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399488#M193143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T16:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399489#M193144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,  use READ statement into WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 16:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399489#M193144</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-26T16:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399490#M193145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sims,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   you have to read the table into a workarea of the same structure like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of ty_tab,&lt;/P&gt;&lt;P&gt;       vbeln like vbak-vbeln,&lt;/P&gt;&lt;P&gt;       vgbel like vbak-vgbel,&lt;/P&gt;&lt;P&gt;       end of ty_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: i_tab type standard table of ty_tab.&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: wa_tab type ty_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table i_tab index 1 into wa_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now wa_tab-vbeln and wa_tab-vgbel will have the values of the 1st row of the internal table i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this sovles ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 16:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399490#M193145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T16:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399491#M193146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yes,  use Read Statement in to a WA ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 16:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399491#M193146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T16:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399492#M193147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sims,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is not possible .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Laxmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 16:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399492#M193147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T16:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399493#M193148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you should first read your table using READ/LOOP statement before performing any validation to the internal table contents.&lt;/P&gt;&lt;P&gt;i would advice you to read the corresponding document in the knowledge pool &lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 16:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-syntax/m-p/1399493#M193148</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-26T16:53:55Z</dc:date>
    </item>
  </channel>
</rss>

