<?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: UDM_DC_NOTES_GET -   run time error - TSV_TNEW_PAGE_ALLOC_FAILED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/udm-dc-notes-get-run-time-error-tsv-tnew-page-alloc-failed/m-p/8326582#M1637720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks fro your reply... some internal table i am refilling inside the loop in the program..&lt;/P&gt;&lt;P&gt;do you want me to clear it every time using FREE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sireesha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Nov 2011 03:09:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-09T03:09:58Z</dc:date>
    <item>
      <title>UDM_DC_NOTES_GET -   run time error - TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/udm-dc-notes-get-run-time-error-tsv-tnew-page-alloc-failed/m-p/8326579#M1637717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting below run time error while program executing ( program execution time one hour  )  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   " No more storage space available for extending an internal table."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suspecting below code causing issue: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT IT_ITEMS INTO WA_ITEMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'UDM_DC_NOTES_GET'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      im_guid   = WA_ITEMS-case_guid&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      es_return = ls_return&lt;/P&gt;&lt;P&gt;      et_notes  = lt_notes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT lt_notes INTO ls_notes TO 2.&lt;/P&gt;&lt;P&gt;    CONCATENATE p_p_wa_output_notes ls_notes-tdline INTO p_p_wa_output_notes.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************&lt;/P&gt;&lt;P&gt;More ST22 Details::__&lt;/P&gt;&lt;P&gt;**********************************&lt;/P&gt;&lt;P&gt; 5052 PAR2 00 0000 0001 0000                     CL_SCMG_CASE_API==============CM01O            78&lt;/P&gt;&lt;P&gt; 5054 ABOO 03 0000 C007 0000                     CL_SCMG_CASE_API==============CM01O            78&lt;/P&gt;&lt;P&gt; 5056 mvqk 40 8081 0058 0000                     CL_SCMG_CASE_API==============CM01O            86&lt;/P&gt;&lt;P&gt; 5058 MOVE FF 024B C01C C007                     CL_SCMG_CASE_API==============CM01O            87&lt;/P&gt;&lt;P&gt; 5060 mvqs 04 8000 00A0 0001                     CL_SCMG_CASE_API==============CM01O            88&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; TAPP 00 0248 C011 C012                     CL_SCMG_CASE_API==============CM01O            89&lt;/P&gt;&lt;P&gt; 5064 MOVE FF 0244 0062 C011                     CL_SCMG_CASE_API==============CM01O            90&lt;/P&gt;&lt;P&gt; 5066 METH 13 0001 006A 8011 0000 0000 0000 0000 CL_SCMG_CASE_API==============CM01O            92&lt;/P&gt;&lt;P&gt; 5070 PAR1 C5 C016                               CL_SCMG_CASE_API==============CM01O            92&lt;/P&gt;&lt;P&gt; 5071 PAR2 00 0000 0001 0000                     CL_SCMG_CASE_API==============CM01O            92&lt;/P&gt;&lt;P&gt; 5073 METH 13 0005 006B 8012 0000 0000 0000 0000 CL_SCMG_CASE_API==============CM01O            93&lt;/P&gt;&lt;P&gt; 5077 PAR1 01 C007                               CL_SCMG_CASE_API==============CM01O            93&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Active Calls/Events&lt;/P&gt;&lt;P&gt;Chosen variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No.       7 Ty.          METHOD&lt;/P&gt;&lt;P&gt;Name  CL_SCMG_CASE_API=&amp;gt;IF_SCMG_CASE_API~OPEN_CASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IM_CASE_GUID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_DISPUTE_CASES&lt;/P&gt;&lt;P&gt;    Table IT_5934[30017x344]&lt;/P&gt;&lt;P&gt;    \PROGRAM=ZFR_185334_COLL_MGMT_EXTRACT\DATA=IT_DISPUT&lt;/P&gt;&lt;P&gt;    Table reference: 61&lt;/P&gt;&lt;P&gt;    TABH+  0(20) = 000000011372F8B0000000000000000000000&lt;/P&gt;&lt;P&gt;    TABH+ 20(20) = 0000003D0000172E0000754100000158FFFFF&lt;/P&gt;&lt;P&gt;    TABH+ 40(16) = 040000000000158000102C9401800000&lt;/P&gt;&lt;P&gt;    store        = 0x000000011372F8B0&lt;/P&gt;&lt;P&gt;    ext1         = 0x0000000000000000&lt;/P&gt;&lt;P&gt;    shmId        = 0     (0x00000000)&lt;/P&gt;&lt;P&gt;    id           = 61    (0x0000003D)&lt;/P&gt;&lt;P&gt;    label        = 5934  (0x0000172E)&lt;/P&gt;&lt;P&gt;    fill         = 30017 (0x00007541)&lt;/P&gt;&lt;P&gt;    leng         = 344   (0x00000158)&lt;/P&gt;&lt;P&gt;    loop         = -1    (0xFFFFFFFF)&lt;/P&gt;&lt;P&gt;    xtyp         = TYPE#000100&lt;/P&gt;&lt;P&gt;    occu         = 16    (0x00000010)&lt;/P&gt;&lt;P&gt;    access       = 1     (ItAccessStandard)&lt;/P&gt;&lt;P&gt;    idxKind      = 1     (ItIndexLinear)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Control Blocks (CONT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No.   Ty.          Program                             Include                             Line&lt;/P&gt;&lt;P&gt;      Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    7 METHOD       CL_SCMG_CASE_API==============CP    CL_SCMG_CASE_API==============CM01O    89&lt;/P&gt;&lt;P&gt;      CL_SCMG_CASE_API=&amp;gt;IF_SCMG_CASE_API~OPEN_CASE&lt;/P&gt;&lt;P&gt;    6 METHOD       CL_SCMG_CASE_API==============CP    CL_SCMG_CASE_API==============CM001     6&lt;/P&gt;&lt;P&gt;      CL_SCMG_CASE_API=&amp;gt;IF_SCMG_CASE_API~GET_CASE&lt;/P&gt;&lt;P&gt;    5 FUNCTION     SAPLUDM_DC_INTERFACES               LUDM_DC_INTERFACESU09                  38&lt;/P&gt;&lt;P&gt;      UDM_DC_NOTES_GET&lt;/P&gt;&lt;P&gt;    4 FORM         ZFR_185334_COLL_MGMT_EXTRACT        ZFR_185334_COLL_MGMT_EXT_FORM         666&lt;/P&gt;&lt;P&gt;      F_GET_NOTES&lt;/P&gt;&lt;P&gt;    3 FORM         ZFR_185334_COLL_MGMT_EXTRACT        ZFR_185334_COLL_MGMT_EXT_FORM         619&lt;/P&gt;&lt;P&gt;      F_GET_CASE_ATTR&lt;/P&gt;&lt;P&gt;    2 FORM         ZFR_185334_COLL_MGMT_EXTRACT        ZFR_185334_COLL_MGMT_EXT_FORM         104&lt;/P&gt;&lt;P&gt;      F_PROCESS_DATA&lt;/P&gt;&lt;P&gt;    1 EVENT        ZFR_185334_COLL_MGMT_EXTRACT        ZFR_185334_COLL_MGMT_EXTRACT           93&lt;/P&gt;&lt;P&gt;      START-OF-SELECTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help how to fix this and let me know if you few more details..&lt;/P&gt;&lt;P&gt;or let me know if there any alternative for getting note..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sireesha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 23:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/udm-dc-notes-get-run-time-error-tsv-tnew-page-alloc-failed/m-p/8326579#M1637717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-07T23:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: UDM_DC_NOTES_GET -   run time error - TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/udm-dc-notes-get-run-time-error-tsv-tnew-page-alloc-failed/m-p/8326580#M1637718</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;It could be because the code is selecting data and keeping all the data in internal table and finally allocated run time memory is full and there is no more space for further run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please free or clear internal tables after using them i.e. no need to keep the irrelevant data for the whole program execution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep on freeing the memory duirng program execution as far as possible ..otherwise these kind of error will keep on coming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pranav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 04:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/udm-dc-notes-get-run-time-error-tsv-tnew-page-alloc-failed/m-p/8326580#M1637718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-08T04:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: UDM_DC_NOTES_GET -   run time error - TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/udm-dc-notes-get-run-time-error-tsv-tnew-page-alloc-failed/m-p/8326581#M1637719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sireesha,&lt;/P&gt;&lt;P&gt;Check SAP OSS NOTe  :   [1470549 |https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3134373035343926]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resolution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Split the selection criteria and therefore the memory consumption of the report : Look at the definition of the reports causing the short dump and the number of drill down characteristics selected. If all or most of the characteristics are selected, then this will lead to many records in internal tables that contain the aggregated data. &lt;/P&gt;&lt;P&gt;Enlarge the user quote for Heap (abap/heap_area_dia) and re-start the R/3 instance (note 103747) &lt;/P&gt;&lt;P&gt;Change the memory parameters dynamically with report RSMEMORY - You can refer to the Online Documentation for the detail: [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/b52963524c307be10000000a42189b/frameset.htm |http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/b52963524c307be10000000a42189b/frameset.htm ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;koolspy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 04:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/udm-dc-notes-get-run-time-error-tsv-tnew-page-alloc-failed/m-p/8326581#M1637719</guid>
      <dc:creator>koolspy_ultimate</dc:creator>
      <dc:date>2011-11-08T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: UDM_DC_NOTES_GET -   run time error - TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/udm-dc-notes-get-run-time-error-tsv-tnew-page-alloc-failed/m-p/8326582#M1637720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks fro your reply... some internal table i am refilling inside the loop in the program..&lt;/P&gt;&lt;P&gt;do you want me to clear it every time using FREE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sireesha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2011 03:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/udm-dc-notes-get-run-time-error-tsv-tnew-page-alloc-failed/m-p/8326582#M1637720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-09T03:09:58Z</dc:date>
    </item>
  </channel>
</rss>

