<?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: dump in the internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281500#M152828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello...&lt;/P&gt;&lt;P&gt;bseg  and  bkpf   are cluster table  so  join  b/w them are  nopt possible...&lt;/P&gt;&lt;P&gt;try  to selct data in internal table  one  by one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from bkpf into table itab&lt;/P&gt;&lt;P&gt;             where cond.&lt;/P&gt;&lt;P&gt;select * from bseg into table itab1 &lt;/P&gt;&lt;P&gt;               for all entries in itab&lt;/P&gt;&lt;P&gt;               where cond.&lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt;read table itab  binary search whers cond.&lt;/P&gt;&lt;P&gt;itab1-field = itab-ield.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Apr 2006 05:24:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-10T05:24:23Z</dc:date>
    <item>
      <title>dump in the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281498#M152826</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;I am writing a program in which i am taking data from bseg and bkpf based on certain condition and making a join internal table and putting the data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting a dump on the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append jointable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have heard that a internal table can store data upto 500 MB? if that is true then this will give a dump as the data is far bigger then that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use package size as i am looping some internal table... i cannot use select endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what should my next step be? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit Kurup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 05:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281498#M152826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T05:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: dump in the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281499#M152827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arshad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using FIELD GROUPS, they are exactly like your Internal tables, but can handle large amount of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 05:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281499#M152827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T05:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: dump in the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281500#M152828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello...&lt;/P&gt;&lt;P&gt;bseg  and  bkpf   are cluster table  so  join  b/w them are  nopt possible...&lt;/P&gt;&lt;P&gt;try  to selct data in internal table  one  by one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from bkpf into table itab&lt;/P&gt;&lt;P&gt;             where cond.&lt;/P&gt;&lt;P&gt;select * from bseg into table itab1 &lt;/P&gt;&lt;P&gt;               for all entries in itab&lt;/P&gt;&lt;P&gt;               where cond.&lt;/P&gt;&lt;P&gt;loop at itab1.&lt;/P&gt;&lt;P&gt;read table itab  binary search whers cond.&lt;/P&gt;&lt;P&gt;itab1-field = itab-ield.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 05:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281500#M152828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T05:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: dump in the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281501#M152829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have never used field groups can you give me an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;arshad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 05:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281501#M152829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T05:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: dump in the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281502#M152830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arshad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this example program &amp;lt;b&amp;gt; ZZBGS008 &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.guidancetech.com/people/holland/sap/abap/" target="test_blank"&gt;http://www.guidancetech.com/people/holland/sap/abap/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 05:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281502#M152830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T05:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: dump in the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281503#M152831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the program is useful. I have defined the field group join&lt;/P&gt;&lt;P&gt;and am taking the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but suppose i want to expicitely give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;join-buzei = wa_tempbseg-buzei.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesnot allow me as it says the data object join doesnot have a componenet called buzie.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest me what may be the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 06:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281503#M152831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T06:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: dump in the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281504#M152832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arshad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not used this extensively myself. Here is a thought, at design time FIELD GROUP will not have a structure, so you cannot access the fields the way you were trying to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using field symbols, like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS : &amp;lt;FS_ANY&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN COMPONENT 'BUZEI' OF STRUCTURE WA_TEMPSEG TO &amp;lt;FS_ANY&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the field symbol &amp;lt;FS_ANY&amp;gt; will have the value of the BUZEI field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 06:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281504#M152832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T06:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: dump in the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281505#M152833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of dump are you getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robnd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 13:36:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-the-internal-table/m-p/1281505#M152833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T13:36:49Z</dc:date>
    </item>
  </channel>
</rss>

