<?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: Problem While accessing GLPCA &amp; BSEG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-accessing-glpca-bseg/m-p/4039247#M965417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2008 12:40:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-23T12:40:22Z</dc:date>
    <item>
      <title>Problem While accessing GLPCA &amp; BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-accessing-glpca-bseg/m-p/4039245#M965415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After 4.7 to ERP Upgrade, Some of the Dipslay T-codes Where we are using GLPCA &amp;amp; BSEG table For ex&lt;/P&gt;&lt;P&gt;MB03 &amp;amp; MIR4 we are getting abap dump at select SQL statements ( ABAP DUMP) with Time out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    The program "SAPLPCRW" has exceeded the maximum permitted runtime without&lt;/P&gt;&lt;P&gt;    interruption and has therefore been terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;______________________________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;    Programs with long runtime should generally be started as background&lt;/P&gt;&lt;P&gt;    jobs. If this is not possible, you can increase the system profile&lt;/P&gt;&lt;P&gt;    parameter "rdisp/max_wprun_time".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Depending on the cause of the error, you may have to take one of the&lt;/P&gt;&lt;P&gt;    following measures:&lt;/P&gt;&lt;P&gt;    - Endless loop: Correct program;&lt;/P&gt;&lt;P&gt;    - Dataset resulting from database access is too large:&lt;/P&gt;&lt;P&gt;      Instead of "SELECT * ... ENDSELECT", use "SELECT * INTO internal table&lt;/P&gt;&lt;P&gt;      (for example);&lt;/P&gt;&lt;P&gt;    - Database has unsuitable index: Check index generation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt;    keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "TIME_OUT" " "&lt;/P&gt;&lt;P&gt;    "SAPLPCRW" or "LPCRWU09"&lt;/P&gt;&lt;P&gt;    "COPCA_DOCUMENT_RECORD"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If you cannot solve the problem yourself and want to send an error&lt;/P&gt;&lt;P&gt;    notification to SAP, include the following information:v&lt;/P&gt;&lt;P&gt;******************************************************************************************************************&lt;/P&gt;&lt;P&gt;User and Transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Client.............. 301&lt;/P&gt;&lt;P&gt;    User................ "WIPRO-SUPP"&lt;/P&gt;&lt;P&gt;    Language key........ "E"&lt;/P&gt;&lt;P&gt;    Transaction......... "MB51 "&lt;/P&gt;&lt;P&gt;    Transactions ID..... "485CADED3C346A56E1000000AC14408A"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Program............. "SAPLPCRW"&lt;/P&gt;&lt;P&gt;    Screen.............. "SAPLMIGO 0001"&lt;/P&gt;&lt;P&gt;    Screen line......... 18&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;Information on where terminated&lt;/P&gt;&lt;P&gt;    Termination occurred in the ABAP program "SAPLPCRW" - in&lt;/P&gt;&lt;P&gt;     "COPCA_DOCUMENT_RECORD".&lt;/P&gt;&lt;P&gt;    The main program was "MB_CALL_MIGO_DIALOG ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In the source code you have the termination point in line 259&lt;/P&gt;&lt;P&gt;    of the (Include) program "LPCRWU09".&lt;/P&gt;&lt;P&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  SELECT * FROM glpca INTO TABLE lt_glpca&lt;/P&gt;&lt;P&gt;                      WHERE rldnr    = gc-ledger&lt;/P&gt;&lt;P&gt;                      AND   refdocnr = cop_awref&lt;/P&gt;&lt;P&gt;                      AND   awtyp   IN lr_awtyp               "4.7&lt;/P&gt;&lt;P&gt;                      AND   aworg    IN lr_aworg            " 701907&lt;/P&gt;&lt;P&gt;                      AND   refdocct = cop_refdocct&lt;/P&gt;&lt;P&gt;                      AND   kokrs   IN lr_kokrs&lt;/P&gt;&lt;P&gt;                      AND   rbukrs  IN lr_bukrs&lt;/P&gt;&lt;P&gt;                      AND   poper   IN lr_poper.&lt;/P&gt;&lt;P&gt; ++++++++++++++++++++++++++++++++++++++++++++++&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same Transaction is running perfectly in our old version 4.7.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 11:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-accessing-glpca-bseg/m-p/4039245#M965415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T11:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem While accessing GLPCA &amp; BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-accessing-glpca-bseg/m-p/4039246#M965416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a problem with a standard SAP transaction - log a call with SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime, check the indexes on GLPCA.  Using SE14, check that they are all active in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe there are four standard indexes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1	Profit-center-based index&lt;/P&gt;&lt;P&gt;2	Index with document number&lt;/P&gt;&lt;P&gt;3	Index Through Reference Document Number&lt;/P&gt;&lt;P&gt;7	Index with origin object / activity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 11:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-accessing-glpca-bseg/m-p/4039246#M965416</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-06-23T11:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem While accessing GLPCA &amp; BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-accessing-glpca-bseg/m-p/4039247#M965417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 12:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-accessing-glpca-bseg/m-p/4039247#M965417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T12:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem While accessing GLPCA &amp; BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-accessing-glpca-bseg/m-p/4039248#M965418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I have checked all the indexes in se14 and all are active , The Program is doing Sequential read on the table and data is in huge amount around crores  but The same is working in SAP 4.7 with in seconds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 03:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-accessing-glpca-bseg/m-p/4039248#M965418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T03:27:18Z</dc:date>
    </item>
  </channel>
</rss>

