<?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 problem object classification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137170#M1975704</link>
    <description>&lt;P&gt;First of all, you should prefer officially-released function modules. They are supported by SAP, if there are performance issues, you may eventually get some help from SAP support.&lt;/P&gt;&lt;P&gt;If you have performance issues, you should use transaction codes SAT, SQL trace and its execution plans, and so on (eventually via Eclipse ADT) to determine the origin, then you can find a solution. It's difficult to help without further analysis from your side.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 07:41:36 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-03-04T07:41:36Z</dc:date>
    <item>
      <title>Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137165#M1975699</link>
      <description>&lt;P&gt;Hallo experts,&lt;/P&gt;
  &lt;P&gt;I have a requirement to read the classification value of network plan and display it in ALV, for this work I have found the function module claf_classification_of_objects and it worked some how. My issue is that I have almost 300 network plan and by using this function module I have performance problem.&lt;/P&gt;
  &lt;P&gt;By searching for alternative, I have found out new Function Module: RFC_SELECT_OBJECTS_VIA_CLASS. By this function I can give the Class and I will receive all the objects, which have this class in classification. My problem is, I don't know how can I get the result, what come out from this function module, because the results is somehow displayed in Dialog and I have no idea, how can I get in in internal table or so on.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1786606-1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1786607-3.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Does some one have any idea, how can I work around with it? Any kind of help would be greatly appreciated.&lt;/P&gt;
  &lt;P&gt;Best regards&lt;/P&gt;
  &lt;P&gt;Ton&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2020 21:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137165#M1975699</guid>
      <dc:creator>former_member595421</dc:creator>
      <dc:date>2020-03-02T21:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137166#M1975700</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try function module CLAF_OBJECTS_OF_CLASS or call the RFC in parallel for faster runtime&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 06:32:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137166#M1975700</guid>
      <dc:creator>RobertVit</dc:creator>
      <dc:date>2020-03-03T06:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137167#M1975701</link>
      <description>&lt;P&gt;Why do you use function modules which are not released by SAP, while there are officially-released BAPIs?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BAPI_CLASS_SELECT_OBJECTS&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 08:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137167#M1975701</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-03T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137168#M1975702</link>
      <description>&lt;P&gt;Hi Rossi, thanks for your answer.&lt;/P&gt;&lt;P&gt;Let me explain a little bit more so you can better understand me. I just need to get the characteristics description in classification of network plant objects. The FM &lt;STRONG&gt;claf_classification_of_objects &lt;/STRONG&gt;works, but I causes performance problem and im now trying to deal with it.&lt;/P&gt;&lt;P&gt; I have tried this BAPI you mentioend, but the problem here is, by this BAPI I get a table back (objectclassification I think so) and in this table there are only the internal number of the characteristics. What I really need here is the description from these characteristics, and when I do select again in those table like &lt;STRONG&gt;CABNT &lt;/STRONG&gt;or &lt;STRONG&gt;CAWNT&lt;/STRONG&gt; I again have performance problem. Secondly, in this table there are only the internal number of the objects from table &lt;STRONG&gt;INOB&lt;/STRONG&gt;, not the number of the network plan, what I have (yes I know through the network plant number what I have I can get the internal number from table &lt;STRONG&gt;INOB&lt;/STRONG&gt;, but its again performance problem by doing select in table INOB). &lt;/P&gt;&lt;P&gt;The FM &lt;STRONG&gt;RFC_SELECT_OBJECTS_VIA_CLASS&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;give me exactly what I need, but as I mentioned, I have no idea how can I get the result back, because it was displayed in form from dialog (also not in Tables or Exporting like normal function module). I hope you can understand what problem I have. In any case, further tips are appreciated.&lt;/P&gt;&lt;P&gt;Thanks again and regards&lt;/P&gt;&lt;P&gt;Ton&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 21:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137168#M1975702</guid>
      <dc:creator>former_member595421</dc:creator>
      <dc:date>2020-03-03T21:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137169#M1975703</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;thanks for your answer. I will try this FM and will give you feedback, whether the fm helps me.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ton&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 21:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137169#M1975703</guid>
      <dc:creator>former_member595421</dc:creator>
      <dc:date>2020-03-03T21:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137170#M1975704</link>
      <description>&lt;P&gt;First of all, you should prefer officially-released function modules. They are supported by SAP, if there are performance issues, you may eventually get some help from SAP support.&lt;/P&gt;&lt;P&gt;If you have performance issues, you should use transaction codes SAT, SQL trace and its execution plans, and so on (eventually via Eclipse ADT) to determine the origin, then you can find a solution. It's difficult to help without further analysis from your side.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 07:41:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137170#M1975704</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-04T07:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137171#M1975705</link>
      <description>&lt;P&gt;It's interesting that you experience performance issues simply while querying CABNT and CAWNT; can you show and explain what contain the input values of those SQL queries and show the execution plans via the SQL trace please?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 07:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137171#M1975705</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-03-04T07:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137172#M1975706</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;If your network plan her/item has material, you can pass this to inob and using the cuobj, you can pass to klah, kssk.  Similarly pass the value from these to cawn / cawnt/cabn/ausp table.&lt;/P&gt;&lt;P&gt;Match the table using key fields or common fields.&lt;/P&gt;&lt;P&gt;I think you are using FM in a loop and this is causing performance problems.&lt;/P&gt;&lt;P&gt;Please let me know if this is helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137172#M1975706</guid>
      <dc:creator>kjyothiraditya</dc:creator>
      <dc:date>2020-03-04T14:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137173#M1975707</link>
      <description>&lt;P&gt;Also please check this link &lt;A href="https://answers.sap.com/questions/5073388/classification-table-for-material-master.html"&gt;Material classification tables&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137173#M1975707</guid>
      <dc:creator>kjyothiraditya</dc:creator>
      <dc:date>2020-03-04T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance problem object classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137174#M1975708</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sap.com/2012/05/31/ps-database-tables/"&gt;ps-database-tables&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:41:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-problem-object-classification/m-p/12137174#M1975708</guid>
      <dc:creator>kjyothiraditya</dc:creator>
      <dc:date>2020-03-04T14:41:05Z</dc:date>
    </item>
  </channel>
</rss>

