<?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: Change costcenters - userdefined fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-costcenters-userdefined-fields/m-p/1010076#M78678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can find the solution from SAP note 621656. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;implement the BAdI implementation name (method) COSTCENTER_CREATE for the BAdI definition name K_CCA_CUSTOMER_FIELD.&lt;/P&gt;&lt;P&gt;(use transaction se19)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then code that the user defined fields move to external table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2008 01:51:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-14T01:51:02Z</dc:date>
    <item>
      <title>Change costcenters - userdefined fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-costcenters-userdefined-fields/m-p/1010073#M78675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use enhancement COOMKS01 to add our own fields to the cost center master data. This works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an FM/BAPI/.. to change the masterdata of costcenters. In particular to change the values of the  userdefined fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me.&lt;/P&gt;&lt;P&gt;Bert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 19:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-costcenters-userdefined-fields/m-p/1010073#M78675</guid>
      <dc:creator>former_member378650</dc:creator>
      <dc:date>2005-09-19T19:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Change costcenters - userdefined fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-costcenters-userdefined-fields/m-p/1010074#M78676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though there is a BAPI BAPI_COSTCENTER_CHANGEMULTIPLE, it does not currently support user defined extensions. Please read the documentation. There are two user exits in this BAPI. May be they are meant for your use to directly update your user defined fields. The assumption here is that this INCLUDE STRUCTURE is not used anywhere else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srinivas Adavi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is from 4.6C&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 20:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-costcenters-userdefined-fields/m-p/1010074#M78676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T20:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change costcenters - userdefined fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-costcenters-userdefined-fields/m-p/1010075#M78677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bert,&lt;/P&gt;&lt;P&gt;	Actually, depending on what version/hotpack of SAP you are on, you can update the user defined fields on the cost center via the BAPI extension in structure EXTENSIONIN. Please read the standard SAP documentation on BAPIs regarding and how to use the EXTENSIONIN structure with your user defined fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can look at BADI (Business Add On) definition "K_CCA_CUSTOMER_FIELD" via SE18 to see the BADI for the user define fields on the Cost Center Master for the BAPI. Depending on what version of SAP you are on, you might have to implement this BADI. (4.7 we had to implement the BADI where as pre 4.7, I don't think you need to implement the BADI, just use the extensionin structure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2005 22:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-costcenters-userdefined-fields/m-p/1010075#M78677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-19T22:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change costcenters - userdefined fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-costcenters-userdefined-fields/m-p/1010076#M78678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can find the solution from SAP note 621656. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;implement the BAdI implementation name (method) COSTCENTER_CREATE for the BAdI definition name K_CCA_CUSTOMER_FIELD.&lt;/P&gt;&lt;P&gt;(use transaction se19)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then code that the user defined fields move to external table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 01:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-costcenters-userdefined-fields/m-p/1010076#M78678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T01:51:02Z</dc:date>
    </item>
  </channel>
</rss>

