<?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: Standard function module to retrieve Material classification data in a BTE. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723077#M315448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu can use the bapi: BAPI_OBJCL_GETDETAIL&lt;/P&gt;&lt;P&gt;Pass matnr as the object key.&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Nov 2006 14:12:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-15T14:12:13Z</dc:date>
    <item>
      <title>Standard function module to retrieve Material classification data in a BTE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723076#M315447</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;We are trying to download material classification data from R/3 to CRM, and for this we are using a BTE. Can anyone please tell, what is the standard function module to &amp;lt;b&amp;gt;RETRIEVE CLASSIFICATION DATA IN RUNTIME&amp;lt;/b&amp;gt; (not from database tables)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good points will be awarded &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Phain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 14:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723076#M315447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T14:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Standard function module to retrieve Material classification data in a BTE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723077#M315448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu can use the bapi: BAPI_OBJCL_GETDETAIL&lt;/P&gt;&lt;P&gt;Pass matnr as the object key.&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 14:12:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723077#M315448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T14:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Standard function module to retrieve Material classification data in a BTE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723078#M315449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are bunch of BAPI's that you can look at regarding the classification system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the BAPI transaction and under the Cross Applications --&amp;gt; Classification System. You can find different BAPI's for getting, saving the classfiication data, right from creating a class, characteristic, values and assigning values to materials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_OBJCL_GET_DETAIL will give you the details of the material classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 14:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723078#M315449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T14:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Standard function module to retrieve Material classification data in a BTE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723079#M315450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you quick reply.  I have a query over here, please correct if am wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this function module does retrieve from database tables and NOT RUNTIME. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the runtime data i.e., classification data in the BTE before the commit work happens in the MM01/MM02 transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please clarify this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Phani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 14:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723079#M315450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Standard function module to retrieve Material classification data in a BTE.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723080#M315451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can get the values from the memory at runtime, I really don't suggest you to do that. You need to debug and find out the variable names where the classification data is being stored. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can give us a big picture of your requirement, probably we can suggest a work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 14:48:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-module-to-retrieve-material-classification-data-in-a-bte/m-p/1723080#M315451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T14:48:01Z</dc:date>
    </item>
  </channel>
</rss>

