ECCS - Adding Profit Center to Company Code Consolidation

Hello Gurus,
We use ECCS for our consolidation. We do only Legal consolidation and we also use Functional Area as a sub-item category for all the IS accounts. We are now trying to add Profit Center as one of the attributes. Initially, we planned to use the sub-item category, however, we can have only one and it's already taken by Functional Area. Is there a way I can
1. Add PC as an attribute
2. Enhance ECMCT to allow additional Sub-item?
Appreciate your advice and guidance.
Regards,
Venkat

The documentation at the menu path: t-code SPRO > Enterprise Controlling > Consolidation > Add Characteristics states:
Add Characteristics
The SAP standard consolidation database includes various preset characteristics, such as the consolidation unit, the financial statement (FS) item, the subitem, etc. If the information requirements of your group demand additional fields, you can define your own socalled custom characteristics.
This step shows you two ways to add characteristics to the consolidation database:
You can add up to five subassignments to the FS item.
You can add navigation attributes to the characteristic consolidation unit. The system then automatically assigns the same attribute to the characteristics partner unit and investee unit as well.
After adding a characteristic, the system generates the associated ABAP Dictionary objects and maintenance views.
To the consolidation database, you can also add characteristics based on structures that already exist in the SAP system (e.g. Region). However, you can also add characteristics, the structures of which still need to be generated.
Recommendation
Since custom characteristics extend the consolidation database, you should carefully examine which characteristics are to be added. SAP recommends, in particular, that you first finish creating the new characteristics, and that you make sure that want to use this set of data, before you activate the new characteristics and start the generation. This way you can avoid time-consuming deletions if a characteristic must be removed. Also, keep in mind that you can no longer delete a characteristic once you have posted data with the characteristic.
Example
Examples of subassignments for FS items are the Product Group and the Geographic Region.
An example of an attribute for consolidation units is the Company Type.
Standard settings
The standard SAP system already includes the following subassignments for FS items:
Partner unit
Subitem category and subitem
Transaction currency
Acquisition year
Acquisition period
Unit of measure
The standard SAP system already includes the following attributes for the consolidation unit:
Country
Company
Consolidation business area
Profit center
Controlling area
The attributes company, cons business area, profit center and controlling area are particularly useful when you use the integrated collection of reported financial data from your consolidation units.
Activities
1. Reorganize the field catalog. When this is done, the system copies the system field catalog into the customer field catalog. Choose Extras -> Field catalog -> Reorganize.
If you use integrated collection of reported data, during the reorganization you should include SAP's standard attributes in the selection. Note that, initially, these attributes are not included in the Reorganization selection screen.
2. If desired, create one or more new characteristics.
Enter the technical name (field name) of the new characteristic. The technical name must begin with the letters "ZZ".
Also set the appropriate indicator to define how the structure of the characteristic is to be built.
Technical Background Information:
Description, type, and length are properties of characteristics that you can enter directly or define by assigning a data element or domain. Data elements and domains are ABAP Dictionary objects that act as a central store of table field properties:
A data element defines the meaning of a field in business terms with texts and a reference to a domain.
A domain describes the technical properties of the field and defines permissible values for the characteristic if either of the following conditions is met:
- There is a list defining fixed values
- There is a reference to a check table
Normally data element and domain assignments are used to refer to check tables. You can, however, create a characteristic without any validation or texts by assigning a standard domain (for example CHAR07, NUM12).
Ways to create a characteristic:
a) Assigning a data element
Activate this indicator and assign a data element. The domain assignment is made by assigning the data element.
Note: If you run the elimination of IU profit/loss in transferred inventory and the system reads the required additional financial data from the totals database, you need to create the characteristic "product group" and assign it to data element FC_PRGRP.
b) Assigning a domain
Activate this indicator, then specify the meaning and assign a domain. By assigning a domain you define the type and length of the characteristic, and possibly you refer to fixed values or a check table.
c) Referencing a characteristic
Activate this indicator, then specify the description and set a reference to another characteristic. This has the effect of assigning the domain of the referenced characteristic.
d) Creating a characteristic with a new data element and check table
Activate this indicator, the specify the description, type (character or numeric), and length (1-32). The system generates a new check table for the characteristic.
e) Creating a characteristic without a check table (using a standard domain)
Activate this indicator and specify the description, type (character or numeric), and length (1-32). The system does not generate a check table.
Caution: Assigning data elements or domains does not itself ensure that validation, reading characteristic value texts, and Possible Entries Help will work as expected. The following conditions must be given:
The domain must have a check table or fixed values.
There must be either a text table with references to the check table, or the texts must be in the check table itself.
These conditions are always fulfilled by fields in the standard field catalog.
3. If needed, define compound relationships between characteristics in the detail screen of Characteristic Maintenance.
Some characteristics are dependent on other characteristics; that is, the values of dependent characteristics are meaningless in theabsence of values for independent characteristics. Such a relationship is called a characteristic compound. Technically, a check table then contains a key that consists of two parts.
Example: The Region, a dependent characteristic (check table T005S), forms a compound characteristic with the Country, an independent characteristic, because a region can be maintained or interpreted only if a country is specified.
Note the following restrictions when defining compounds:
Compounds can only be defined for characteristics that have a check table.
When a data element/domain is assigned, a compound is predefined by the existing check table.
Compounds can only be defined while creating a dependent characteristic. You do this by specifying the independent characteristic in the detail screen.
Only single compounds are permitted. Multiple compounds cannot be made.
The compound must be defined while creating a new characteristic, and before the new characteristic is saved. This is because the save process generates the check table for the characteristic.
Note: You do not use characteristic compounds to create regular assignments between two fields (such as, consolidation unit A having the local currency USD). Rather, a compound characteristic describes the structural dependency of one field on another (as in FS item 1111 in cons chart of accounts 01 being a different item than FS item 1111 in cons chart of accounts 02).
4. Specify further properties of the characteristic:
Define the display options and the sequence number of the characteristic for reports and so forth.
Activate the Subassignment indicator for all characteristics used as subassignments for FS items.
Activate the Fixed value in breakdown category indicator for all subassignments whose value is determined by the breakdown category (e.g., as with the characteristic subitem category).
Activate the Default value indicator if applicable. Then the characteristic appears in the implementation step Define Default Values. A default value is not necessary and cannot be set if you activate the Fixed value in breakdown category indicator
5. Enhance the checking specifications if needed:
For characteristics without a standard check table, you can enter a text table, a text field, and a long text field. The text fields must use the field type character. You can also specify a view name, usually a view of the check table and text table.
If the system fails to automatically determine the transaction codes for displaying and changing the master data, you can specify them manually.
6. To the characteristic consolidation unit assign any newly created characteristics as an attribute. Only independent characteristics can be assigned as attributes to consolidation units.
These attributes are used for sorting your consolidation units.
Note: Prerequisite for assigning attributes is the reorganization of the field catalog, that is, you need to have copied the field catalog into the customer field catalog. To do this, choose Extras -> Field catalog -> Reorganize.
7. Save and activate the new characteristic.
The Save process stores the new data and, if applicable, creates new tables and views in the ABAP Dictionary.
The Activation process sets the status of the tables, views, data elements, etc. to "active". It also generates the objects that are necessary to enable the consolidation functions to process the new characteristics.
You can activate several characteristics in one step by choosing characteristic maintenance of all characteristics in the initial screen, selecting and activating the inactive characteristics.
8. After activating the characteristic, you are asked whether to generate the view modules. Confirm the generation.
If you exit Characteristic Maintenance and want to ensure that all view modules were generated correctly, choose Environment -> View maintenance modules -> Reorganize.
9. Assign the new characteristics to field groups, if applicable.
Field groups are groupings of characteristics. These let you structure the fields in the field catalog. Individual fields may belong to multiple field groups.
Further notes
Choose Extras -> Log display to display the logs for the activities Save, Activate and Delete.
Edited by: Dan Sullivan on Oct 6, 2011 9:38 AM

Similar Messages

  • Assigining Profit Center to Company Code

    What are the settings to be made for assigining profit center to company code?
    How to assign the profit center Group to a profit center?
    Regards,
    Balakishan

    Hi,
    You dont have to assign a Profit Center to Company Code.  Once you have created a controlling area same as Company Code with relevant parameters, all the Cost Centers and Profit Centers are assigned to this Controlling area which is globally assigned to the Company Code.  Secondly,  you create Profit Center groups seperately through KCH1 and while creating Profit Centers through KE51, you assign
    the Profit Center Group under which this Profit Center has to be created.  If you want to specifically assign Profit Center to Company Code use KE56.
    Sadashivan

  • Profit center and company code field in Internal order type (KOT2)

    Dear Experts,
    I want to bydefault profit center and company code in ordertype customization.
    Profit center and company code field in Internal order type (KOT2)
    regards
    RR

    Hi
    1. Create a Model Order in KOM1
    Enter the Comp Code and PC and other fields you want and save it
    2. Enter this Model order in your Internal Order Type in KOT2... Transport this change to production client
    3. Next time when you create an IO, PC and CC will be populated by default
    br, Ajay M

  • Profit center and comapny code missing authorization problem.

    Could you help any body,i have some missing authorization problem with profit center and company code,
    How to search the roles  which having require profit and company code values.
    Is there any way to search.
    Please let us know very fast.
    Thanks in advance

    Another, and probably much easier way, is just to use Ctrl + Y... and use subsets of the selections in the SUIM reports.
    But I can well understand the temptation to use tables or at least double-check the SUIM output against them.
    The bugger with tables is that you can easy make the same mistakes or more than the SUIM reports do, or use old obsolete tables, or incorrect logic when interpreting single fields of the user tables.
    Personally,  I would normally check the exits first. Developers don't always raise self-explanatory messages...
    Cheers,
    Julius

  • Remove assignment of profit centers to company codes

    Dear all,
    I have to remove assignment of profit centers to company codes, we have about 300 profit centers which need to be corrected, is there any easier way to correct the profit center master data other than manually uncheck the assignment using KE56. your advaices will be greatly apprectiated.

    See if you have access to SE38 and enter the program RCOPCA60_2
    I want to highlight the text that goes like
    "To create the report proceed as follows:
    1. Create report RCOPCA60_2 using Transaction SE38.
                  Enter the following for the program attributes:
                  Title:        Mass change of company code assignment SAPNet 316440
                  Type:         Executable program
                  Status:       SAP standard production program
                  Application:  Cost accounting
                  In the 'Display Object Directory Entry' dialog box enter KE1 as a development class.
    2. Implement the attached source code into the newly created report and activate it.
    3. Enter the following entries via the menu path 'Goto -> Text elements -> Selection texts'"

  • Error while Adding Profit Center Data element to Data Model of MDG-M

    Hello gurus,
    Can any one help me in adding profit center filed (Data element) to zztable, basically want to use the Data Element (PRCTR).
    Getting error" There is an attribute with data element assigned that refers to a check table. Besides the client, the check table can only have one key field that corresponds to the attribute.
    Regards,
    Mandapati

    Hi Mandapati,
    looks like you are assigning data element in existing attribute or you are assigning data element more than once.
    Try to create a new attribute and then assign the Data Element (PRCTR).
    Go to General Settings-> Data Modeling-> Edit Data Model.
    Select your datamodel( note that it should be MDGM data model. For MDG the MDGM data model is called MM. We can only add pre-delivered SAP ERP material master database field to an MDGM entity as an attribute)
    Select the entity types and then the attributes subdialog.
    Create a new attribute and assign a data element. The system then derives the properties, field labels for the attribute
    Regards
    Goutham Kanithi

  • Unable to update profit center or plant code in the customer line item

    Hi,
    We require the profit center and plant code and division in FI
    documents (Posted through billing document or through direct FI entry)
    We are unable to input plant or profit center in the customer line item
    while using F-21 or any other FI transaction
    The plant and profit center is not appearing even in customer line item
    in RV document (From SD billing)
    We have made the Field status group as optional for the reconcilation
    accounts.
    Regards
    Sembian

    Hi
    Profit center / cost center are generally entered in revenue & expense line items (P&L items). Customer / vendor master and line items are balance sheet items which will not show profit / cost centers.
    Regards
    Neeraj

  • Profit center reposting t.code

    Hi Gurus
    Kindly let me know the process for Profit center reposting (T.code and proces)
    Thanks in Advance
    Rao
    Moderator: Please, search SDN

    Hi,
    Create a check in OB28 while creating validation that profit center must not be blank.
    BSEG-PRCTR  NE  ' '
    Thanks,
    Vijay
    Edited by: vijay vikram singh on Nov 7, 2011 7:59 PM
    Edited by: Rob Burbank on Nov 7, 2011 2:01 PM

  • Company code consolidation impact to BW

    Hello,
    Our company is going to consolidate 2 company codes.  The data in ECC will be changed at the database level.  the question is how do we sync up BW?  Do we have to do reloads of all the data?  This is a huge effort and risky with the LO extractors.  what are some best practices?

    Hi Rajiv,
    Thanks for your prompt response, I just need to understand that by using Special GL functionality can I avail the following attributes in Consolidation:
    1) Intercompany eliminations (eliminations for Acct Receivable/Payable)
    2) Elimination of Intercompany Profit & Loss in transferred Inventory
    3) Consolidation of Investment.
    Would appreciate if you could throw some light on EC-CS and the basic configurations required for Consolidation.
    Regards
    Sandeep GHAG

  • Company code consolidation

    I have a question regarding Company consolidation.
    I have five company codes each using the same Chart of account.  Now I want to do the consolidation of company codes.  How do I go about it ?  Please advise the best method.
    Can I use the group chart of account and create a financial statement version and select the group account numbers in it ?
    If that is the case, I am doubtful about how we can adjust inter-unit business eliminations, etc.
    When do we need to use EC-CS ?  Should I use this in my scenario ?  Do I need to create a group chart of account for EC-CS and assign the same to the operational chart of accounts ?
    If my company codes use different chart of accounts, how the same company codes are consolidated ?
    Please guide me briefly.
    Regards

    hi
    pls go through this link
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/ECCS/ECCS.pdf
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/56/4bea2cd58b11d3b58d006094b9c996/frameset.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/56/4bea2fd58b11d3b58d006094b9c996/frameset.htm
    thanks & Regards
    phaneendra

  • Adding profit center column in CJI3 report

    Hi Experts,
    How can I add profit center column in CJI3 report ?
    This field is not available in "change layout" option as one of the hidden columns.
    Please need help
    Thanks
    Ferdaws

    Default CJI3 report does not have the profit center field.
    One option could be (and this is what we using in our system for adding additional columns in CJI3 report):
    Enhancement on CJI3 report.
    Implement enhancement COOMEP01 (enhancment componment EXIT_SAPLKAEP_001).
    You need to extend your CO structure COEP (CI_COBL) or RKPOS (CI_RKPOS) to add profit center field in this structure. Then implement the above enhancement with a simple code to fill the profit center field with lookup from WBS master table.
    Hope this helps.
    Thanks.
    Rahul

  • Business Partner replication from ECC to CRM based on Company code

    Hi:
    I got this requirement where we need to transfer customers from ECC --> CRM. Customers specific to a company code.
    Trying to maintain Filters for  CUSTOMER_main--> KNB1- BUKRS to filter customers by a certain company code.  I get this error " Table not maintained in smoftables."
    Checked table " SMOFFILFLD" to see there are no entries for KNB1.
    While I could check with my superiors on restricting transfer of customers based on Sales area data, as KNVV and KNVP data is maintained.
    I would like to know if I can proceed with adding new table KNB1 to this table. If this is not recommended kindly suggest one.

    The list of standard FM you can find in sap note: Note 875420 - Business partner transfer to SAP GTS: Exchange Infrast. (XI).
    BR,
    Dzmitry

  • Profit center and project code report

    Hello all,
    My customer needs a report showing the profit centers and project codes that appear on AP and AR invoices.
    It would be something like:
    Project    Profit Center    Profit    Loss    Difference  
    and showing the totals for each different project.
    Is this possible?
    Thank you.
    Kind regards,
    Pedro Santos

    Hello Gordon,
    Yes, I think a query report is enough.
    What the customer wants is to control the profits/costs in each project.
    They will add the project code to every sales and purchase invoices and the profit centers.
    Then they need to see which profit centers are with more gain or loss inside the projects.
    Do you need more information?

  • Cost Center in Company Code

    Hi all,
             How do I assign a cost center to a company code? Actually, when creating a PR, I'm not able to assign any cost center. Please help.
    Regards,
    Chiranjib

    HI
    Create a cost center in transaction KS01, enter the controlling area in whcih they are to be created.
    In the basic data screen you maintain the compnay code for the cost center.
    Thanks & Regards
    Kishore

  • Adding profit center group and Common currency functionality S_PL0_86000028

    Hi Gurus,
    We are copying  S_PL0_86000028 into a custom program and add we need the following new features:
    First, We need to find a way to add profit center group in the selection screen and add a new column for this on the report.
    Second, add common currency functionality like on F.10 to the selection screen and also add new columns common currency and common currency rate.
    Is this  enhancements possible?
    Can anyone help me on this?
    pochenko
    Edited by: pochenko on Oct 27, 2011 12:56 AM
    Edited by: pochenko on Oct 27, 2011 12:57 AM

    I think this report is based on report painter, so If you know report painter, you can define your own form and report according to your requirement.
    Financial Accounting(new) > General Ledger Accounting(New) >Information system >Drill down Reports(GL Accounts) > Form & Report.
    Here you have to define form first and create report and assign the form created.
    Rgds
    Murali. N

Maybe you are looking for

  • Please help me to search topics. I'm having a problem.

    I am trying to search this forum for a particular topic. I type into the box in the upper right hand corner of the page that says 'search forum' (where mini magnifying glass is) and there is nowhere to click on return. If I hit the enter key on my ke

  • Display issues on Satellite M70

    I am using Satellite M 70 notebook, purchased about more than one year back and really like it ( Pentium M70, 512MB Ram, 40 GB HD). So far it has been without major issues. The only problem now I face is that some times the screen for a second or a f

  • Macbook Pro Retina 2014 HDMI problems

    Hi, I'm new to the Mac world, so please forgive me if I'm overlooking the obvious.  I'm trying to connect my new 2014 Macbook Pro Retina to my VGA monitor via a HDMI adaptor.  I've used this adaptor without problems on my Lenovo laptop running Ubuntu

  • IPods not being recognised following Update to 8.1

    Hi - I've recently updated my (new) Notebook laptop to Windows 8.1. Since then, when I connect either my iPod or iPod Nano to the computer, neither device is recognised.  Although each will briefly light up and a sound is made to suggest connection,

  • CFFORM and CFC usage

    I have form that is calling itself for submission, and at the top of the form, I have: <cfif structkeyexists(url,"m")> <cfswitch expression="#m#"> <cfcase value="0"> <cfinvoke component="compoents.post" method="infoMail"> <cfinvokeargument name="fNam