<?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: Issue with Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590944#M1082644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2008 11:11:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-14T11:11:10Z</dc:date>
    <item>
      <title>Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590936#M1082636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined an internal table 'with occurs 0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While debuggining, i am observing that only 50,000 lines are getting populated in that internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to increase the capacity of the internal table, so that it can hold more number of lines?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590936#M1082636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590937#M1082637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as long as your dialog work process has enough memory it will not stop at 50k records. it may just be that the debugger shows only those first 50k.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590937#M1082637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590938#M1082638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have to check your program, an internal table can have more than 1.000.000 records so somehow there is no more input to populate your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Guido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590938#M1082638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590939#M1082639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian Kemmer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can you explain a bit more about your answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to understand about dailog work process...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590939#M1082639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590940#M1082640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to explaing you all about this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined an internal table as follows...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  IT_CATSDB       TYPE BAPICATS2 OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used a BAPI called "BAPI_CATIMESHEETRECORD_GETLIST" which will retirieve the Timesheet details of all employees within a given date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, the number of entries that we got from this BAPI are stored in the internal table it_catsdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have observed that this internal table is holding max of 50k lines.&lt;/P&gt;&lt;P&gt;If i check the database table (CATSDB) for the same conditions in SE11, i am able to get around 1L lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence my report is showing incorrect output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me out with some logic, so that this internal table can hold as much as data possible without any restriction.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590940#M1082640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590941#M1082641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the select fetch type IT_CATSDB[] try this under filed names in debugging mode then hit enter the field values will show how much records it holds .Check the value of sy-dbcnt if both are same then your assumption is wrong.Pls check and let us know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590941#M1082641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590942#M1082642</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;occurs 0 assigns a default size of 8k to internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a record can have varying size...so no of records held by internal table can vary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try higher values of n in occurs n.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590942#M1082642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-07T10:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590943#M1082643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Remove the Occurs 0 clause and see. whether you can move with it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2008 10:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590943#M1082643</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-10-07T10:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590944#M1082644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 11:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590944#M1082644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590945#M1082645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;        I am using the function module BAPI_CATIMESHEETRECORD_GETLIST to retrive the data from the CATSDB table , i found that in the SDN you are able to successfully read this function module and retrive data , my question is the cost centre which is there for the personnel no in pa0001 ....is the same one which i have found in CAT2 Transaction . However when i am retrieving from this Function module&lt;/P&gt;&lt;P&gt;i dont found cost centre as such, but i found is sender cost centre(SEND_CCTR) and receviing cost centre(REC_CCTR) which dont have any data in the internal table it_cats_rec_out.  However i am able to get the personnel no , no. of hours , work data etc data has been found in the internal table it_cats_rec_out retrived from the FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence could you please let me how can i can get the cost centre details   i.e the sender cost centre or receiiving cost centre , which is the one actually i have to use ? or could you please tell me&lt;/P&gt;&lt;P&gt;any configuration has to be done so that i can ask my functional in this regard so that i can retrive the cost centre .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;divya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 08:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590945#M1082645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T08:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590946#M1082646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There can be 2 ways in which you can try this out.&lt;/P&gt;&lt;P&gt;1) Try putting a value greater then 0 with occurs clause, something like OCCURS 100.&lt;/P&gt;&lt;P&gt;2) Try defining the types. something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF s_lips,&lt;/P&gt;&lt;P&gt;vbeln TYPE vbeln,&lt;/P&gt;&lt;P&gt;posnr TYPE posnr,&lt;/P&gt;&lt;P&gt;matnr TYPE matnr,&lt;/P&gt;&lt;P&gt;charg TYPE charg_d,&lt;/P&gt;&lt;P&gt;lfimg TYPE lfimg,&lt;/P&gt;&lt;P&gt;meins TYPE meins, " ++MBIN ABF4363_05 02.11.2008&lt;/P&gt;&lt;P&gt;shkzg TYPE shkzg_va,&lt;/P&gt;&lt;P&gt;xchpf TYPE lips-xchpf, " ++RATH FCR21221/ACRF4363_04&lt;/P&gt;&lt;P&gt;brgew TYPE lips-brgew, " ++RATH FCR21221/ACRF4363_04&lt;/P&gt;&lt;P&gt;END OF s_lips.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;DATA: t_lips TYPE STANDARD TABLE OF s_lips WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 12:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-internal-table/m-p/4590946#M1082646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T12:06:11Z</dc:date>
    </item>
  </channel>
</rss>

