<?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: Function modules for Classifications in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-classifications/m-p/6582997#M1434680</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 know about the below FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CHARACT_GETDETAIL - This is used to get the details of the Characteristic such as Data type,. Allowed values, etc.&lt;/P&gt;&lt;P&gt;For Ex: if when you created a MAterial using MM01, then it will assk for classification.&lt;/P&gt;&lt;P&gt;In the Classification, you have many characteristcs like Effectivity which will accepted values.&lt;/P&gt;&lt;P&gt;These Characteristics are created using CT04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETDETAIL - This will fetch all the Characteristic details for the Class type, Object Key passed.&lt;/P&gt;&lt;P&gt;Please have a look at the below thread.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7400868"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So, what ever you create using BAPI_OBJCL_CREATE, you can retrieve using BAPI_OBJCL_GETDETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETCLASSES - This will retrun all the Charactersistic Values via TABLES parameters, depending up on the data type of the Characteristic.&lt;/P&gt;&lt;P&gt;The Input for this Will be Object Key (eg: Material Number), Object Table(for eg: MARA) Class Type (For eg:Z001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2010 17:20:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-10T17:20:47Z</dc:date>
    <item>
      <title>Function modules for Classifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-classifications/m-p/6582996#M1434679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sapall.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here iam have got some abap technical work to do on classifications.&lt;/P&gt;&lt;P&gt;before creating new tasks i just looked at some of the  existing programs in Material management and classification.&lt;/P&gt;&lt;P&gt;i have observed  that  most of the programs are using the following function modules frequently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_TPLNR_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP_GET_STEPL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CHARACT_GETDETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETDETAIL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETCLASSES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any body help in explaing brief on what these Function modules will be used for.&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;Varma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 16:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-classifications/m-p/6582996#M1434679</guid>
      <dc:creator>venkatasap</dc:creator>
      <dc:date>2010-02-10T16:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function modules for Classifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-classifications/m-p/6582997#M1434680</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 know about the below FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_CHARACT_GETDETAIL - This is used to get the details of the Characteristic such as Data type,. Allowed values, etc.&lt;/P&gt;&lt;P&gt;For Ex: if when you created a MAterial using MM01, then it will assk for classification.&lt;/P&gt;&lt;P&gt;In the Classification, you have many characteristcs like Effectivity which will accepted values.&lt;/P&gt;&lt;P&gt;These Characteristics are created using CT04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETDETAIL - This will fetch all the Characteristic details for the Class type, Object Key passed.&lt;/P&gt;&lt;P&gt;Please have a look at the below thread.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7400868"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So, what ever you create using BAPI_OBJCL_CREATE, you can retrieve using BAPI_OBJCL_GETDETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GETCLASSES - This will retrun all the Charactersistic Values via TABLES parameters, depending up on the data type of the Characteristic.&lt;/P&gt;&lt;P&gt;The Input for this Will be Object Key (eg: Material Number), Object Table(for eg: MARA) Class Type (For eg:Z001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 17:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-classifications/m-p/6582997#M1434680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T17:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function modules for Classifications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-classifications/m-p/6582998#M1434681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check &lt;STRONG&gt;CLAF_CLASSIFICATION_OF_OBJECTS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry please use proper related subject for your thread.&lt;/P&gt;&lt;P&gt;the Bapi's will have the documentation please check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshav.T on Feb 11, 2010 12:07 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 18:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-modules-for-classifications/m-p/6582998#M1434681</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-02-10T18:36:38Z</dc:date>
    </item>
  </channel>
</rss>

