<?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: error in internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375517#M1236476</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;fo removing this error just declare :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) an internal table of that structutre&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) also declare workarea of that structure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;refer I_MAKTusing that workarea&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;eg: wa_name-I_MAKT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT WILL DEFINATELY HELP U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;RAHUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2009 13:14:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-08T13:14:59Z</dc:date>
    <item>
      <title>error in internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375511#M1236470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I am geting this error when refering to a field in the structure i created.&lt;/P&gt;&lt;P&gt;"I_MAKT" is a table without a header line and therefore has no&lt;/P&gt;&lt;P&gt;component called "MATNR".&lt;/P&gt;&lt;P&gt; what can i do, because i know that is does exist. &lt;/P&gt;&lt;P&gt;I am doing all entries for 8 table and relating them by matnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375511#M1236470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T13:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: error in internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375512#M1236471</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; Declare your table I_MAKT 'with header line'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Soumya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375512#M1236471</guid>
      <dc:creator>soumya_jose3</dc:creator>
      <dc:date>2009-04-08T13:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: error in internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375513#M1236472</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;declare the table with header line&lt;/P&gt;&lt;P&gt;or with explict work area.&lt;/P&gt;&lt;P&gt;Ex: I_MAKT TYPE TABLE OF MAKT WITH HEADERLINE.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;R K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:10:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375513#M1236472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T13:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: error in internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375514#M1236473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare one explicit work area and access data from that. Seems like you are trying to access matnr by directly giving the itab name. Since it doesnt have header line it is throwing this error. Either have implicit work area or an explicit one. Hope this solves.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375514#M1236473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: error in internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375515#M1236474</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;t_mara TYPE STANDARD TABLE OF mara with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375515#M1236474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T13:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: error in internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375516#M1236475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , u have to create a teble with header line or u cretae separate work area and itab and compare fileds with workare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : wa_makt type ls_makt,&lt;/P&gt;&lt;P&gt;itab type table of  ls_makt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or itab type tabkle of ls_makt with headr line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note ls_makt is  a struvure of required fileds .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;always create a st, of required fileds , dont use all the fileds directly form stnd. table,&lt;/P&gt;&lt;P&gt;it will decrease ur performance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regardfs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:14:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375516#M1236475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T13:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: error in internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375517#M1236476</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;fo removing this error just declare :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) an internal table of that structutre&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) also declare workarea of that structure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;refer I_MAKTusing that workarea&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;eg: wa_name-I_MAKT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT WILL DEFINATELY HELP U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;RAHUL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375517#M1236476</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T13:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: error in internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375518#M1236477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey..can you provide us your program..by that we can tell u in a better way..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2009 13:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-internal-table/m-p/5375518#M1236477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-08T13:15:40Z</dc:date>
    </item>
  </channel>
</rss>

