Skip to Content
0
Former Member
Oct 12, 2005 at 06:09 PM

XCM Extension

38 Views

I want to extend some components from ../sap/configuration/ipcconfig-data.xml in ../customer/configuration/ipcconfig-data.xml. I have tried following the SAP-CRM-XCM Extension Concepts (without success).

The component in the sap xml file is:

<component id="characteristics">
 <configs>
  <config id="default">
   <params>
    <param name="characteristics.nocolumns" value="1" description=""/>
    <param name="characteristics.showdetails" value="T" description=""/>
    <param name="characteristics.showinvisibles" value="F" description="show_inv_cstic"/>
    <param name="characteristics.detailsinwindow" value="F" description=""/>
   </params>
  </config>
 </configs>
</component>

I want to extend the "characteristics.nocolumns" param to have "3" value in the customer xml file.

Has anyone else had success or failure. If success, can this be done and what is the proper syntax? If failure, can this be done or is there an issue in the xcm extension?

Thanks,

Tony