<?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: Performance issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582678#M862519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your code. Are you getting some time out error or memory dumo error while running in background. Playing with 37 lakhs of records is not an easy game. So you cannot expect a very high performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Mar 2008 11:55:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-18T11:55:05Z</dc:date>
    <item>
      <title>Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582676#M862517</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 have developed a Program to fetch data from ztable and modify the records in that table.&lt;/P&gt;&lt;P&gt;In development server it had successfully updated 3000 records.where as when it is migrated to Quality server,where in it has to fetch 37lakhs of records and update the same.it is not doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have scheduled the job.and it is running for more than 15000 seconds and still running..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest some performance tuning methods&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582676#M862517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T10:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582677#M862518</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;&lt;/P&gt;&lt;P&gt;remove into corresponding if any are there &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use field in same sequence of the table position&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the more fields in where conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the primary keys in select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use modify at itab not using loop and update the ZTAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before using  for all entries if any duplicates are there remove it and use  by nmoving into a dummy itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also use Binaryserach to read &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>Tue, 18 Mar 2008 10:29:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582677#M862518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T10:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582678#M862519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your code. Are you getting some time out error or memory dumo error while running in background. Playing with 37 lakhs of records is not an easy game. So you cannot expect a very high performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 11:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582678#M862519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582679#M862520</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 thank one and all for their valuable replies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have  used fields in the same order in the table also used jey field for selection.&lt;/P&gt;&lt;P&gt;The below is the code for your reference.the local table z_pallet_details has only one key field palletid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Definition of Tables&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;tables: z_pallet_details.       " QA details for storage unit number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Types Declaration&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;types begin of type_pallet_details.&lt;/P&gt;&lt;P&gt;        include structure z_pallet_details.&lt;/P&gt;&lt;P&gt;types end of type_pallet_details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types:begin of type_s022,&lt;/P&gt;&lt;P&gt;      arbpl type s022-arbpl,&lt;/P&gt;&lt;P&gt;      aufnr type s022-aufnr,&lt;/P&gt;&lt;P&gt;      end of type_s022.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Data Definition of Internal Tables.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;data: i_pallet_details type table of type_pallet_details with header line ,&lt;/P&gt;&lt;P&gt;      i_s022 type table of type_s022 with header line.&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Definition of Select-Options&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;selection-screen begin of block b1 with frame title text-001.&lt;/P&gt;&lt;P&gt;select-options:s_pltid for z_pallet_details-zpalletid,&lt;/P&gt;&lt;P&gt;               s_date  for z_pallet_details-zprod_date.&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;======================================================================&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*&lt;DEL&gt;-I-N-I-T-I-A-L-I-Z-A-T-I-O-N&lt;/DEL&gt;--&lt;/P&gt;&lt;HR originaltext="-----------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;======================================================================&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;======================================================================&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*&lt;DEL&gt;-A-T&lt;/DEL&gt;S-E-L-E-C-T-I-O-N&lt;DEL&gt;S-C-R-E-E-N&lt;/DEL&gt;--&lt;/P&gt;&lt;HR originaltext="----------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;======================================================================&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;  perform validate_input.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;======================================================================&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*-S-E-L-E-C-T-I-O-N&lt;DEL&gt;S-C-R-E-E-N&lt;/DEL&gt;O-U-T-P-U-T----&lt;/P&gt;&lt;HR originaltext="---------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;======================================================================&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;======================================================================&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*&lt;DEL&gt;-S-T-A-R-T&lt;/DEL&gt;-O-F&lt;DEL&gt;-S-E-L-E-C-T-I-O-N&lt;/DEL&gt;--&lt;/P&gt;&lt;HR originaltext="---------------------------" /&gt;&lt;P&gt;*======================================================================*&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**-- read all Existing records from table z_pallet_details.&lt;/P&gt;&lt;P&gt;  perform read_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**-- Update records&lt;/P&gt;&lt;P&gt;  perform process_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;======================================================================&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*&lt;DEL&gt;-E-N-D&lt;/DEL&gt;-O-F&lt;DEL&gt;-S-E-L-E-C-T-I-O-N&lt;/DEL&gt;--&lt;/P&gt;&lt;HR originaltext="-------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;======================================================================&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  validate_input&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Subroutine that  performs Selection-Screen Validations&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form validate_input .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;check for pallet id.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  if not s_pltid[] is initial.&lt;/P&gt;&lt;P&gt;    select single zpalletid&lt;/P&gt;&lt;P&gt;    into z_pallet_details-zpalletid&lt;/P&gt;&lt;P&gt;    from z_pallet_details&lt;/P&gt;&lt;P&gt;    where zpalletid in s_pltid.&lt;/P&gt;&lt;P&gt;    if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Invalid Pallet id.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      message e002(zp) with text-002.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endform.                    " validate_input&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  read_data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Getting all the records from z_pallet_details table and              *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;related data from s022 table                                         *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form read_data .&lt;/P&gt;&lt;P&gt;  refresh i_pallet_details.&lt;/P&gt;&lt;P&gt;  if i_pallet_details[] is initial.&lt;/P&gt;&lt;P&gt;    select * from z_pallet_details&lt;/P&gt;&lt;P&gt;             into table i_pallet_details&lt;/P&gt;&lt;P&gt;***--Begin of Changes by Balaji for Mani on 03/17/2008 for Task 2778501/DEVK963137&lt;/P&gt;&lt;P&gt;**Fetch by KEY field&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            WHERE  aufnr &amp;lt;&amp;gt; space&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            AND  zpalletid  IN s_pltid&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              where zpalletid  in s_pltid&lt;/P&gt;&lt;P&gt;              and  zprod_date in s_date&lt;/P&gt;&lt;P&gt;              and  aufnr &amp;lt;&amp;gt; space&lt;/P&gt;&lt;P&gt;              and  arbpl eq space.&lt;/P&gt;&lt;P&gt;***--End of Changes by Balaji on 03/17/2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  refresh i_s022.&lt;/P&gt;&lt;P&gt;  if not i_pallet_details[] is initial.&lt;/P&gt;&lt;P&gt;    select arbpl aufnr  from s022&lt;/P&gt;&lt;P&gt;                        into table i_s022&lt;/P&gt;&lt;P&gt;                        for all entries in i_pallet_details&lt;/P&gt;&lt;P&gt;                        where aufnr eq i_pallet_details-aufnr.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endform.                    " read_data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  process_data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Updating the table z_pallet_details with field workcenter.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; --&amp;gt;  p1        text&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; &amp;lt;--  p2        text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form process_data .&lt;/P&gt;&lt;P&gt;  data:ctr_rec type i.&lt;/P&gt;&lt;P&gt;  clear ctr_rec.&lt;/P&gt;&lt;P&gt;  sort i_s022 by arbpl aufnr.&lt;/P&gt;&lt;P&gt;  loop at i_pallet_details where arbpl eq space.&lt;/P&gt;&lt;P&gt;    clear i_s022.&lt;/P&gt;&lt;P&gt;    read table i_s022 with key aufnr = i_pallet_details-aufnr binary search.&lt;/P&gt;&lt;P&gt;    if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;***--Begin of changes by Balaji for Mani on 03/17/2008 for Task 2778501/DEVK963137&lt;/P&gt;&lt;P&gt;      if i_s022-arbpl is initial.&lt;/P&gt;&lt;P&gt;        continue.&lt;/P&gt;&lt;P&gt;      endif.&lt;/P&gt;&lt;P&gt;***--End of changes by Balaji for Mani on 03/17/2008&lt;/P&gt;&lt;P&gt;      i_pallet_details-arbpl = i_s022-arbpl.&lt;/P&gt;&lt;P&gt;      modify i_pallet_details transporting arbpl.&lt;/P&gt;&lt;P&gt;***--Begin of changes by Balaji for Mani on 03/18/2008 for Task 2778501/DEVK963158&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     UPDATE z_pallet_details FROM i_pallet_details.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     ctr_rec = ctr_rec + 1.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     WRITE:/  'Work Center was Updated for Pallet Id: ',i_pallet_details-zpalletid.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      ctr_rec = ctr_rec + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***--End  of changes by Balaji for Mani on 03/18/2008&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***--Begin of changes by Balaji for Mani on 03/18/2008 for Task 2778501/DEVK963158&lt;/P&gt;&lt;P&gt;**Updating the Database table Z_PALLET_DETAILS.&lt;/P&gt;&lt;P&gt;  if not i_pallet_details is initial.&lt;/P&gt;&lt;P&gt;    update z_pallet_details from table i_pallet_details.&lt;/P&gt;&lt;P&gt;    if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;      commit work and wait.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;***--End  of changes by Balaji for Mani on 03/18/2008&lt;/P&gt;&lt;P&gt;  if ctr_rec = 0.&lt;/P&gt;&lt;P&gt;    write 'No Record was Updated'.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    write:/'Totally',ctr_rec,'Record(s) were updated'.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;endform.                    " process_datafirst&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582679#M862520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582680#M862521</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;If the table i_pallet_details is having duplicate entries then  move it one more itab and delete the duplicate entries and use new itab in for all entries&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>Tue, 18 Mar 2008 13:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582680#M862521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582681#M862522</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 didn't get any error while running in background .it's still running for more than 80Ksec and still running and running.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the internal table i_pallet_details donot have any duplicate as the palletid is unique....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let the job continue or do i need to make any changes in the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 04:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582681#M862522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T04:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582682#M862523</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;Check if i_pallet_details-aufnr has duplicate entries. &lt;/P&gt;&lt;P&gt;if you are expecting more records to be fetched then split the records fetched...modify your select so that the required data is fetched in 2 or more iterations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhumitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 13:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue/m-p/3582682#M862523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T13:04:52Z</dc:date>
    </item>
  </channel>
</rss>

