<?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: Table GLPCA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646089#M287458</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; USe transaction SDBE to check out the efficient select statement for that table. SDBE can be used to check which select query will be maximum effective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2006 03:56:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-27T03:56:35Z</dc:date>
    <item>
      <title>Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646085#M287454</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; I have a requirement where in I have to select data from table GLPCA ... this is a huge table ... Is there a way I can put the select query in background mode as the prg.. is getting timed out in the foreground mode... ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;SB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 03:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646085#M287454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T03:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646086#M287455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this either u have to use key fields or else create index on the fields which ur using in where clause....&lt;/P&gt;&lt;P&gt;even u can do it in background...using submit u can do this select in background mode and in foreground u have to wait till this backgroundjob gets completed and data is returned back...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 03:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646086#M287455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T03:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646087#M287456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am already using the key fields ... but there is no increase in the performance ... &amp;amp; my BA did not suggest any indexes ... so only I am not using in the select ... but can you please explain how can I submit this select in the background mode ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 03:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646087#M287456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T03:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646088#M287457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post the code of the SELECT please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 03:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646088#M287457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T03:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646089#M287458</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; USe transaction SDBE to check out the efficient select statement for that table. SDBE can be used to check which select query will be maximum effective.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 03:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646089#M287458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T03:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646090#M287459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The select is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM GET_GLPCA_DATA .&lt;/P&gt;&lt;P&gt;  SELECT RYEAR&lt;/P&gt;&lt;P&gt;         DRCRK&lt;/P&gt;&lt;P&gt;         POPER&lt;/P&gt;&lt;P&gt;         RBUKRS&lt;/P&gt;&lt;P&gt;         RPRCTR&lt;/P&gt;&lt;P&gt;         RACCT&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       TSL&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         HSL&lt;/P&gt;&lt;P&gt;         KSL&lt;/P&gt;&lt;P&gt;         USNAM&lt;/P&gt;&lt;P&gt;         SGTXT&lt;/P&gt;&lt;P&gt;         BLDAT&lt;/P&gt;&lt;P&gt;         BUDAT&lt;/P&gt;&lt;P&gt;         REFDOCNR&lt;/P&gt;&lt;P&gt;         REFDOCLN&lt;/P&gt;&lt;P&gt;         BLART&lt;/P&gt;&lt;P&gt;    FROM GLPCA&lt;/P&gt;&lt;P&gt;    INTO TABLE T_GLPCA&lt;/P&gt;&lt;P&gt;    WHERE POPER     IN S_POPER  AND&lt;/P&gt;&lt;P&gt;          RBUKRS    IN S_RBUKRS AND&lt;/P&gt;&lt;P&gt;          RPRCTR    IN S_RPRCTR AND&lt;/P&gt;&lt;P&gt;          KOKRS     = 'ZSA1'    AND&lt;/P&gt;&lt;P&gt;          RACCT     IN S_RACCT  AND&lt;/P&gt;&lt;P&gt;          USNAM     IN S_USNAM  AND&lt;/P&gt;&lt;P&gt;          BUDAT     IN S_BUDAT  AND&lt;/P&gt;&lt;P&gt;          REFDOCNR  IN S_REFDOC AND&lt;/P&gt;&lt;P&gt;          RYEAR     IN S_RYEAR  AND&lt;/P&gt;&lt;P&gt;          RTCUR     IN S_RTCUR  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;    SORT T_GLPCA BY REFDOCNR.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    MESSAGE I018.  " No records found.&lt;/P&gt;&lt;P&gt;    EXIT.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " GET_GLPCA_DATA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 04:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646090#M287459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T04:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646091#M287460</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; Guess you are not using the KEY field in the select. Wihtout the key field the selcte will definitely be slower. Try creating secondary index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 04:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646091#M287460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T04:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646092#M287461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create &amp;amp; use the secondary index ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;SB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 04:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646092#M287461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T04:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646093#M287462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link on how to create secondary index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cc/7c58b369022e46b629bdd93d705c8c/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cc/7c58b369022e46b629bdd93d705c8c/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have created secondary with the key fields that you needed for the above select statement, then you just use the same select statement codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 04:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646093#M287462</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-11-27T04:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646094#M287463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well VJ there are already 5 indexes that are created in the table ...  but unfortunately I cannot use any of those indexes... Can you please tell me what background method you were going to sugget me in your previous responses ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 05:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646094#M287463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T05:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646095#M287464</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; I think the only other option is to run your report in which you have defined the select statement in the background. But this option might not work if the requirement is to have the output displayed to the user in the foreground. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 05:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646095#M287464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T05:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646096#M287465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you mean background mode by using t-code SM36 ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 05:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646096#M287465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T05:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646097#M287466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 05:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646097#M287466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T05:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646098#M287467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Thank You Vijay ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 05:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646098#M287467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T05:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table GLPCA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646099#M287468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There alreaqy is an index on KOKRS, RYEAR and RPRCTR for this table and you are using them in your select statement. So there is no need to create an index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you should make sure that neither S_RYEAR nor S_RPRCTR are empty before doing the select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 14:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-glpca/m-p/1646099#M287468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-27T14:35:22Z</dc:date>
    </item>
  </channel>
</rss>

