<?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: FM CACL_OBJECT_VALIDATION_MAINT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066787#M427709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_OBJCL_CHANGE - forgot to give the BAPI name &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 09:40:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T09:40:14Z</dc:date>
    <item>
      <title>FM CACL_OBJECT_VALIDATION_MAINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066782#M427704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am trying to use the above FM CACL_OBJECT_VALIDATION_MAINT to update classification values for Service Master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meaning in my program, it shows a classification value as XXX and user changes it to YYY. I want to use this FM to update the value from XXX to YYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I realized that this FM is not used to update, instead just to create. As such, in my database table, I have the existing XXX as well as the new one YYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could it be that I have left out some parameters when using this FM? Or is there another FM that allows update/deletion, etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 08:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066782#M427704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T08:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: FM CACL_OBJECT_VALIDATION_MAINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066783#M427705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be used for updation also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLAP_DDB_UPDATE_CLASSIFICATION try this also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066783#M427705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: FM CACL_OBJECT_VALIDATION_MAINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066784#M427706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But am I wrong when I say that the FM CACL_OBJECT_VALIDATION_MAINT is used for creation and not update?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066784#M427706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T09:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: FM CACL_OBJECT_VALIDATION_MAINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066785#M427707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Characteristics are part of Classification system, so you would not find a specific BAPI for services or material characteristic maintenance. Use the below function to update characteristics of any classification relevant object including services, materials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in the context of a material CLOBJECTKEY is Class type value that you see when you select Classification view in Materiam master MM03. Play around with it comparing its interface with MM03 classification. For services also you must be knowing these variables as you played with the other function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also classification can be accessed Sap Menu -&amp;gt; Cross application components -&amp;gt; Classification system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'BAPI_OBJCL_CHANGE_KEY'
  EXPORTING
    CLOBJECTKEY               =
    CLASSNUM                  =
*   STATUS_NEW                = '1'
*   STANDARDCLASS_NEW         =
*   CHANGENUMBER              =
*   KEYDATE                   = SY-DATUM
*   NO_DEFAULT_VALUES         =
* IMPORTING
*   CLASSIF_STATUS            =
  TABLES
    ALLOCVALUESNUM_NEW        =
    ALLOCVALUESCHAR_NEW       =
    ALLOCVALUESCURR_NEW       =
    RETURN                    =
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used it several times in my tech specs and my developers enjoyed using it, it should work for you too!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066785#M427707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T09:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: FM CACL_OBJECT_VALIDATION_MAINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066786#M427708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CHeck the BAPI line no - 315. there it is used to CHnage the classification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also chk where-used list on the FM u hav given.. it can be used for craete as well as change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also after calling the FM call this FM "CACL_CLASSIFICATION_SAVE" to get the commit-work done. Check this. Hope it will solve ur porblem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:39:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066786#M427708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T09:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: FM CACL_OBJECT_VALIDATION_MAINT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066787#M427709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_OBJCL_CHANGE - forgot to give the BAPI name &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 09:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-cacl-object-validation-maint/m-p/2066787#M427709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T09:40:14Z</dc:date>
    </item>
  </channel>
</rss>

