<?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: Reg - Export Memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641034#M1665732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are not exporting / importing data to memory, but store it in cluster table zgpb_bckgrnd.&lt;/P&gt;&lt;P&gt;FREE MEMORY is unnecessary for this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't heard about an explicit limit of how big a data cluster can be. Looks like you are hitting some barrier caused by the roll area that's defined in the system. You'll probably have to redesign the way you store your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 23:05:15 GMT</pubDate>
    <dc:creator>Tamas_Hoznek</dc:creator>
    <dc:date>2012-02-29T23:05:15Z</dc:date>
    <item>
      <title>Reg - Export Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641033#M1665731</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 am exporting data to memory using the below statement  from Web Dynpro view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'SYSTEM_UUID_C_CREATE'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      uuid = ev_cache_id_condcrett.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  EXPORT tab = it_cond_cre&lt;/P&gt;&lt;P&gt;          TO DATABASE zgpb_bckgrnd(ul)&lt;/P&gt;&lt;P&gt;          FROM ls_zgpb_bckgrnd&lt;/P&gt;&lt;P&gt;          CLIENT lv_clnt&lt;/P&gt;&lt;P&gt;          ID ev_cache_id_condcrett.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Exporting data to memory and Importing the data to a Program by using the below statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Import from memory - Conditions&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IMPORT tab = it_cond_cre&lt;/P&gt;&lt;P&gt;    FROM DATABASE zgpb_bckgrnd(ul)&lt;/P&gt;&lt;P&gt;      TO          ls_zgpb_bckgrnd&lt;/P&gt;&lt;P&gt;  CLIENT          lv_clnt&lt;/P&gt;&lt;P&gt;      ID          p_cre_m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  FREE MEMORY ID p_cre_m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 1 : I am uploading huge amount of data to memory by using different user ids .Is there any restriction of exporting data to memory.If please suggest solution to overcome the the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question 2: At the same time .I am getting the below Error and I could not able to login into SAP.&lt;/P&gt;&lt;P&gt;Rollin failed; Session Terminated and Rollout failed; Session Terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest solution to overcome the above problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;  Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 21:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641033#M1665731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-29T21:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Reg - Export Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641034#M1665732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are not exporting / importing data to memory, but store it in cluster table zgpb_bckgrnd.&lt;/P&gt;&lt;P&gt;FREE MEMORY is unnecessary for this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't heard about an explicit limit of how big a data cluster can be. Looks like you are hitting some barrier caused by the roll area that's defined in the system. You'll probably have to redesign the way you store your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 23:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641034#M1665732</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2012-02-29T23:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reg - Export Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641035#M1665733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your solution.Could you please suggest solution for my second question. Is the cluster table effecting the roll in and roll out session failing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI- After Importing I am running this data in aprogram in background mode which triggers workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 23:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641035#M1665733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-29T23:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Reg - Export Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641036#M1665734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think the cluster table would really be the problem, although I haven't experienced a similar situation yet.&lt;/P&gt;&lt;P&gt;I'd guess that too much data is being stored with one statement and that's the reason for the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said, you may have to revisit your data storage design and see if you can store the data so that the cluster is not that large. Maybe use more than one cluster? Hard to say without knowing the application details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh, and if you want to get rid of the stored cluster, use the DELETE FROM DATABASE command instead of FREE MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tamas Hoznek on Feb 29, 2012 3:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 23:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641036#M1665734</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2012-02-29T23:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Reg - Export Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641037#M1665735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer for second question is explained in the below thread,You can refer this and get an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1876650"&gt;&lt;/A&gt;;&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;Dhaya.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 04:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641037#M1665735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-01T04:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Reg - Export Memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641038#M1665736</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;Thanks for you help. Special thanks to Tamas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for getting roii in ,rollout session terimination is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In SM 51 T code  I have  3  servers and in Central Instance server  all the work processes are full. At that time I am trying to login from SAP logon pad with Central  Instance Server which is configured. So I am getting the roll in roll out error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 13:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-export-memory/m-p/8641038#M1665736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-01T13:13:31Z</dc:date>
    </item>
  </channel>
</rss>

