<?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: Selec Statement. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421998#M540839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;               I made it naren.&lt;/P&gt;&lt;P&gt;           the code is below.&lt;/P&gt;&lt;P&gt;  select * from regup into  table it1_regup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it1_regup.&lt;/P&gt;&lt;P&gt;Read table it_bkpf into wa_bkpf with key BELNR = it1_regup-BELNR.&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;Move-Corresponding   it1_regup to it_regup.&lt;/P&gt;&lt;P&gt;append it_regup.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;clear : it_regup , it1_regup.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;                If there is anything which concerns you just let me know.Tommorow i will try this one with BSEG how it works.&lt;/P&gt;&lt;P&gt;                        If the logic is wrong just let me know.?Thanks for u reponses.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Jun 2007 02:27:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-23T02:27:52Z</dc:date>
    <item>
      <title>Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421976#M540817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;            Can't we use  in Select stament  Source as an Internal table?The select statement which i wrote is here.&lt;/P&gt;&lt;P&gt;                 SELECT * from il1_REGUP  into  table il_REGUP where ( BELNR = il_bkpf_header-BELNR ).&lt;/P&gt;&lt;P&gt;                If not how to do?My requiremnt is i have to get data from SAP databse table and based on  condition where  BKPF-BELNR must be equal to REGUP-BELNR i have to get data into my Final Internal table.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 17:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421976#M540817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T17:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421977#M540818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; First select BELNR'S from BKPF into an internal table say IT_BKPF for a condition, then you do a select ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * from il1_REGUP &lt;/P&gt;&lt;P&gt; into table il_REGUP&lt;/P&gt;&lt;P&gt; for all entries in IT_BKPF&lt;/P&gt;&lt;P&gt; where ( BELNR = IT_BKPF-BELNR ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 17:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421977#M540818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T17:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421978#M540819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gopi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Select * from bkpf into table it_bkpf.&lt;/P&gt;&lt;P&gt;  if it_bkpf[] is not initial.&lt;/P&gt;&lt;P&gt;  select * from regup into table it_regup for all entries in it_bkpf &lt;/P&gt;&lt;P&gt;           where belnr = it_bkpf-belnr.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Wishes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 17:52:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421978#M540819</guid>
      <dc:creator>JayR</dc:creator>
      <dc:date>2007-06-22T17:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421979#M540820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jai,&lt;/P&gt;&lt;P&gt;         Does the logic what u told will get all the multiple entries of BELNR in REGUP table into my final  REGUP Internal table?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 18:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421979#M540820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T18:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421980#M540821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Gopi..you will get all the entries of BELNR in REGUP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 18:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421980#M540821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T18:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421981#M540822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jai,&lt;/P&gt;&lt;P&gt;          I wrote the logic what u told.But its taking more time like 15minutes still the program didnot get executed , i mean its still running ans also there are more records in BKPF like 650987 this may be the one of he reason for more time .&lt;/P&gt;&lt;P&gt;                     .Do u think this is the best logic?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 18:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421981#M540822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T18:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421982#M540823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to give it the company code (BKPF-BUKRS) as well, otherwise it can't use the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 19:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421982#M540823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T19:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421983#M540824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


SELECT * FROM il1_regup
  INTO TABLE il_regup
  FOR ALL ENTRIES IN it_bkpf
  WHERE bukrs = it_bkpf-bukrs
    AND belnr = it_bkpf-belnr.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 19:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421983#M540824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T19:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421984#M540825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BKPF is huge generally...you have to use the combination of BUKRS, BELNR and GJAHR as key combination. It is highly recommended. Then search REGUP for all entries using the above fileds. This may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM il1_regup&lt;/P&gt;&lt;P&gt;  INTO TABLE il_regup&lt;/P&gt;&lt;P&gt;  FOR ALL ENTRIES IN it_bkpf&lt;/P&gt;&lt;P&gt;  WHERE bukrs = it_bkpf-bukrs&lt;/P&gt;&lt;P&gt;    AND belnr = it_bkpf-belnr&lt;/P&gt;&lt;P&gt;    and gjahr = it_bkpf-gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naren Someneni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 19:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421984#M540825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T19:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421985#M540826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;               I am doing like that only now but it took already 20mins still the program is running.I am running in Foreground.I will wait and see and i kept another program in background with only  one where condiion that to BELNR it took nearly 30 mins but the program didnot got yet completed its running&lt;/P&gt;&lt;P&gt;                  Just waiting how long it takes.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 19:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421985#M540826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T19:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421986#M540827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This table is not in our system. Are you sure that BUKRS, BELNR and GJAHR are part of an index?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 20:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421986#M540827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T20:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421987#M540828</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;           I am running two job one in Backgrond and other one in Fore ground both are different programs.Background job doesn't have BUKRS and GJAHR in where condition but Foreground one have in where condition these 2 ields.For foreground it took nearly 1/2hr but no output but still running for background not yet completed still running since 2 hrs.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 21:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421987#M540828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T21:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421988#M540829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no index available on those 3 fields. For faster response create an index with the following fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mandt, bukrs, belnr, gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the functional point of view I told you to use all those 3 fields to avoid duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naren Someneni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 21:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421988#M540829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T21:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421989#M540830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;               can you tell me how to create Index?I dont know how to do?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 21:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421989#M540830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T21:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421990#M540831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se11 on the tool bar, there is a 'INDEXES' button besides 'TECHNICAL SETTINGS' button. Click on that and then there is an option there to create an index. Let me know if you need more help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naren Someneni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 21:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421990#M540831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T21:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421991#M540832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Naren,&lt;/P&gt;&lt;P&gt;             In my system its not activated so what to do?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 22:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421991#M540832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T22:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421992#M540833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which system r u trying? Hope its in development right? Are those buttons disabled in your system? Let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 00:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421992#M540833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T00:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421993#M540834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;             Yes they are Disabled and i am in Development system.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 01:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421993#M540834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T01:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421994#M540835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gopi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then that is an authorization issue. You need to talk to basis team about proper authorizations. They should be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 01:17:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421994#M540835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T01:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selec Statement.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421995#M540836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;              Is there any alternative for the problem which i arised in this thread.Becoz the logic which i wrote is running till now.Its already 6 hrs but no output stil running?The problem is when i am running in Sand Box that logic i am getting records but in Development system its taking too long.Why like that i dontknow other than more no. of records for BKPF in Development system.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2007 01:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selec-statement/m-p/2421995#M540836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-23T01:23:36Z</dc:date>
    </item>
  </channel>
</rss>

