<?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: object dependencies in classification in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-dependencies-in-classification/m-p/2920859#M687818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copy the programm from sap and change it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 13:39:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-11T13:39:11Z</dc:date>
    <item>
      <title>object dependencies in classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-dependencies-in-classification/m-p/2920856#M687815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;today i´ve a question concerning object dependencies in classification system. I´m not a classification guru so I´m sorry for a possible bad description! &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We´re are using object dependencies for characteristic values, which means that during classifying a material only specific values depending on other already classified characteristics will be displayed in the standard SAP value help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem now is, that I have to develop such a search help for an own tool. Unfortunatly I couldn´t found any FMs which brings up a popup with characteristics values and consideres the object dependencies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there somebody out there who knows such a FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For any tips many thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 12:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-dependencies-in-classification/m-p/2920856#M687815</guid>
      <dc:creator>andy_dingfelder3</dc:creator>
      <dc:date>2007-10-11T12:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: object dependencies in classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-dependencies-in-classification/m-p/2920857#M687816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to create a searchhelp in se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the view V_RCP_PP_CHCLREL you have all the charateristics and values&lt;/P&gt;&lt;P&gt;in table kssk you have the relation between the material and classification I guess (it's the table for orderrelation at least)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can ofcourse define a new function which you use in the searchhelp or define the relation in the searchhelp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 13:05:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-dependencies-in-classification/m-p/2920857#M687816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T13:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: object dependencies in classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-dependencies-in-classification/m-p/2920858#M687817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arthur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn´t find the V_RCP_PP_CHCLREL. We´re on a 46C release! MAybe that reason why I could´nt found the view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I think you didn´t understand me corrcectly. I´m not locking for a functionality which gives me all values of characteristic back. For this I could use CTMS_CHAR_VALUE_F4.&lt;/P&gt;&lt;P&gt;Instead I´m looking for a function module which filters all values of characterisitc with the object dependencies. For instance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´ve two characteristics with the following values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CARTYPE ---&amp;gt; car | truck | &lt;/P&gt;&lt;P&gt;CARVENDOR ---&amp;gt; BMW | Mercedes Benz | Audi | Porsche | MAN | Scania | &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets imagne these characterists are grouped together by a class named PRODUCT.&lt;/P&gt;&lt;P&gt;A material is classified with this class. If now the user selects as car type TRUCK he should only get the values MAN and SCANIA for the charac. CARVENDOR. This is already done in standard SAP classification at material master. My question is, how I can do that by myself in a own application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 13:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-dependencies-in-classification/m-p/2920858#M687817</guid>
      <dc:creator>andy_dingfelder3</dc:creator>
      <dc:date>2007-10-11T13:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: object dependencies in classification</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/object-dependencies-in-classification/m-p/2920859#M687818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;copy the programm from sap and change it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;arthur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 13:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/object-dependencies-in-classification/m-p/2920859#M687818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T13:39:11Z</dc:date>
    </item>
  </channel>
</rss>

