<?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: question on performance issue with AFRU table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394868#M9915</link>
    <description>&lt;P&gt;Hi raymond,&lt;/P&gt;&lt;P&gt;Thanks for your reply, I think basically we are fetching data from AFKO table but we need to fetch data from AFRU table is what I needed.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;rg&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2016 16:19:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-10-19T16:19:21Z</dc:date>
    <item>
      <title>question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394861#M9908</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I need to get the posting date ( BUDAT) from AFRU table, based on production order nos (AUFNR) field . If I fetch data from AFRU table based on AUFNR ( prod order nos) its taking a lot of time as the we are fetching data based on non key fields.&lt;/P&gt;&lt;P&gt;I know we can use index , but is there any other way that we can get RUECK (completion confirmation number from any table ) and then get the data from AFRU table based on RUECK and AUFNR .&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;RG&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394861#M9908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-19T09:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394862#M9909</link>
      <description>&lt;P&gt;Hi Ramya, &lt;/P&gt;&lt;P&gt;As general rule,  you can check where the data element is used and investigate a bit the DB tables&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2261-1.png" /&gt;&lt;/P&gt;&lt;P&gt;To find any possible link.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2262-2.png" /&gt;&lt;/P&gt;&lt;P&gt;Sometimes is easy and intuitive, sometimes not so easy but it's always the best way.&lt;/P&gt;&lt;P&gt;Other option: check if your DB table is used in any view &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394862#M9909</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-10-19T09:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394863#M9910</link>
      <description>&lt;P&gt;Need Some clarification.You said.&lt;/P&gt;&lt;P&gt; its taking a lot of time as the we are fetching data based on non key fields.&lt;/P&gt;&lt;P&gt;A row contains Non key fields. and Key fields also. &lt;/P&gt;&lt;P&gt;Instead of using  non key fields. use key fields.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;key1   key2    Nonkey&lt;/P&gt;&lt;P&gt;1          a          s1&lt;/P&gt;&lt;P&gt;2          b          s12&lt;/P&gt;&lt;P&gt;3          c          s13&lt;/P&gt;&lt;P&gt;May be you written the query like&lt;/P&gt;&lt;P&gt;select from table where nonkey field eq 's12'&lt;/P&gt;&lt;P&gt;I am suggesting that&lt;/P&gt;&lt;P&gt;select from table where key field eq '2'&lt;/P&gt;&lt;P&gt;Hope you understood.If you use key field also some time data is very slow.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:23:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394863#M9910</guid>
      <dc:creator>former_member196331</dc:creator>
      <dc:date>2016-10-19T09:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394864#M9911</link>
      <description>&lt;P&gt;Hi RG,&lt;/P&gt;&lt;P&gt;You can take the field RUECK from AFKO along with AUFNR. Also, you can try FM "CO_OCM_FA_AFRU_DATA_GET".&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:29:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394864#M9911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-19T09:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394865#M9912</link>
      <description>&lt;P&gt;Thanks for your answer .. it worked..&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394865#M9912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-19T09:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394866#M9913</link>
      <description>&lt;P&gt;Thanks for ur replies&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394866#M9913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-19T09:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394867#M9914</link>
      <description>&lt;P&gt;Did you try a JOIN like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * INTO CORRESPONDING FIELDS OF TABLE itab
FROM afko&lt;BR /&gt;JOIN afvc
 ON  afvc~aufpl EQ afko~aufpl
JOIN afru
 ON  afru~rueck EQ afvc~rueck
 AND afru~rmzhl EQ afvc~rmzhl
WHERE afko~aufnr IN range_aufnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394867#M9914</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-10-19T09:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394868#M9915</link>
      <description>&lt;P&gt;Hi raymond,&lt;/P&gt;&lt;P&gt;Thanks for your reply, I think basically we are fetching data from AFKO table but we need to fetch data from AFRU table is what I needed.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;rg&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 16:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394868#M9915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-19T16:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394869#M9916</link>
      <description>&lt;P&gt;If you want to get the feeling of reading AFRU, try this syntax:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * INTO CORRESPONDING FIELDS OF TABLE itab
  FROM afru
  WHERE EXISTS (
    SELECT *
    FROM  afvc
    JOIN  afko
      ON  afko~aufpl EQ afvc~aufpl
    WHERE afvc~rueck EQ afru~rueck
      AND afvc~rmzhl EQ afru~rmzhl
      AND afko~aufnr IN range_aufnr ).&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 10:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/394869#M9916</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-10-20T10:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: question on performance issue with AFRU table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/13962244#M2038118</link>
      <description>&lt;P&gt;Hi Ramya,&lt;BR /&gt;&lt;BR /&gt;can you please tell me how you get to this. Means how we can view diff. tablein which the field exist , how to view this in the system.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 16:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-performance-issue-with-afru-table/m-p/13962244#M2038118</guid>
      <dc:creator>Arhum</dc:creator>
      <dc:date>2024-12-12T16:37:03Z</dc:date>
    </item>
  </channel>
</rss>

