<?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: system hangs during processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520479#M846701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i think its bcoz of large volume of data.&lt;/P&gt;&lt;P&gt;Use either Describe command or sy-dbcnt to find the large amount of data.&lt;/P&gt;&lt;P&gt;Orelse you can your basis guy to help in this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward if it worthful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2008 12:20:40 GMT</pubDate>
    <dc:creator>nivaskumar2</dc:creator>
    <dc:date>2008-03-14T12:20:40Z</dc:date>
    <item>
      <title>system hangs during processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520475#M846697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;my problem is . i working on production in transaction SE11 and table  VBFA . when i click on number of entries the system hangs up .          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz solve my problem .......................&lt;/P&gt;&lt;P&gt;it very urgent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 08:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520475#M846697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T08:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: system hangs during processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520476#M846698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is happening&lt;/P&gt;&lt;P&gt;because Production system has large no of entries&lt;/P&gt;&lt;P&gt;please avoid to do it&lt;/P&gt;&lt;P&gt;u just select randomaly 100 or 200 entries , for ur use by specifying noof entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 08:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520476#M846698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T08:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: system hangs during processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520477#M846699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pankaj,&lt;/P&gt;&lt;P&gt;  This is because you have a huge volume of data in your table.&lt;/P&gt;&lt;P&gt;If you want to know about the no of records in the data base table you can simply write a code as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select field1( Your primary key of database table) into i_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Describe table itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the no of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other way is ask your basis guy to let you know the no of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 10:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520477#M846699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T10:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: system hangs during processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520478#M846700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Run this report. u will get no of entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report abc.&lt;/P&gt;&lt;P&gt;data: itab type table of VBELN_VON.&lt;/P&gt;&lt;P&gt;select vbelv from vbfa into table itab.&lt;/P&gt;&lt;P&gt;write sy-dbcnt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 10:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520478#M846700</guid>
      <dc:creator>asik_shameem</dc:creator>
      <dc:date>2008-03-14T10:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: system hangs during processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520479#M846701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i think its bcoz of large volume of data.&lt;/P&gt;&lt;P&gt;Use either Describe command or sy-dbcnt to find the large amount of data.&lt;/P&gt;&lt;P&gt;Orelse you can your basis guy to help in this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward if it worthful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 12:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520479#M846701</guid>
      <dc:creator>nivaskumar2</dc:creator>
      <dc:date>2008-03-14T12:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: system hangs during processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520480#M846702</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;This is because of large amount of data and load on the server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since the production is being run by so many people it will be slow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try entering the field values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 12:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520480#M846702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T12:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: system hangs during processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520481#M846703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 05:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-hangs-during-processing/m-p/3520481#M846703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T05:51:50Z</dc:date>
    </item>
  </channel>
</rss>

