Find Profit centers based on profit center group

1)       If I know profit center group how to pick profit centers which belongs to that profit center group.the tcode is (KCH3)
2)       In the tree there may be many levels I mean for the profit center also contain other profit centers, just to display in the same way as like in KCH3 tcode, how we are going to maintain in alv trees

Hello,
Check the tables:
<b>SETLEAF
SETNODE
go through this link which ll give you clear idea about the profit center group.
http://help.sap.com/bestpractices/industry/serviceindustries/v346c_us/BBLibrary/documentation/B30_BPP_04_E.doc
go through these tables.
CEPC Profit Center Master Data Table
CEPCT Texts for Profit Center Master Data
</b>
REgards,
Vasanth

Similar Messages

  • How to find profit center group for any profit center

    Hello,
    KCH3 is the transaction code.
    When you select ant profit center group and hit enter you will see the entire hierarchy, profit center groups and profit centers belonging to the group.
    Now my question is i have a report where i need to display the hierarchy of the profit center that is fetched, i.e. i am getting the profit centers from FLAGFLEXT (data base) table.
    Now i need to display the hierarchy from the top node till the profit center that is fetched in the report.
    Please suggest, BAPI_PROFITCENTERGRP_GETDETAIL only gives all the profit center groups in one internal table and all the profit centers in one internal table.
    I am looking for a place/ function module or a table that returns the relation between the profit center group and profit center.
    Thank you.

    Hi,
    In Table SETLEAF,
    1. Pass in field SETCLASS as '0106'.
    2. Pass in field SUBCLASS with controlling area.
    3. Pass Profit center in Field VALFROM.
    4. You will get Group name in Field SETNAME.
    Regards,
    Ashok.

  • Finding Profit center group description ?

    Hi all,
    I want profit center group description for my report, when i look at the setheader table i could see the description in the output but when i try to locate the field in the SE11 for SETHEADER i couldnt find that
    field ? Can you people tel me how to solve this problem ?
    Thanks,
    Lavanya.

    Hi Lavanya,
    You can get the description from the table SETHEADERT, field DESCRIPT.
    Cheers,
    Sri.

  • Profit center Group

    Hi iam working on a report to list all open customer invoices. I need to list them with respect to profit center group. I have the profit center.Pls help me how to find profit center group for that profit center.Hierarchy is the top node.
    Thanks.

    hi
    good
    go through this link which ll give you clear idea about the profit center group.
    http://help.sap.com/bestpractices/industry/serviceindustries/v346c_us/BBLibrary/documentation/B30_BPP_04_E.doc
    go through these tables.
    CEPC Profit Center Master Data Table
    CEPCT Texts for Profit Center Master Data
    thanks
    mrutyun^

  • How to find the profit center group for a profit center?

    How to find the profit center group for a profit center?

    Hi,
    try this also
    In order to pass the setid parameter of the FM, you have to concatenate the following things
    Setid + KOKRS (Controlling area) + Profit Center Group into one variable.
    In my example below, I have declared as constants and concatenating to gv_setid.
    gc_01016 is the set id for profit centers
    gc_kokrs is the controlling area
    gp_pprct is the Profit Center group entered in the selection screen.
    You will get KOKRS value from the cepc-kokrs.
    data :   gc_0106(4)   TYPE c VALUE '0106',
               gc_kokrs      LIKE cepc-kokrs VALUE 'ABCD'.
               gv_setid          LIKE sethier-setid,
               gt_set_values_1   LIKE setvalues OCCURS 0 WITH HEADER LINE.
      CONCATENATE gc_0106  gc_kokrs gp_pprct INTO gv_setid.
      CONDENSE gv_setid.
      CALL FUNCTION 'G_SET_TREE_IMPORT'
        EXPORTING
          client                    = sy-mandt
          fieldname                 = 'RPRCTR'
          langu                     = sy-langu
          setid                     = gv_setid
          tabname                   = 'GLPCT'
          no_table_buffering        = 'X'
        TABLES
          set_values                = gt_set_values_1
        EXCEPTIONS
          set_not_found             = 1
          illegal_field_replacement = 2
          illegal_table_replacement = 3
          OTHERS                    = 4.
    By using the above FM you will get the values into gt_set_values1 once sys-subrc value eq 0, it is internal table which consists of all the profit centers for the proft center group.
    Regards,
    Venkatesh

  • List of profit centers in a profit center group

    Any example about how to obtain the profit centers belonging to a profit center group.
    Thanks

    hi
    good
    check this link
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/ECPCA/ECPCA.pdf
    thanks
    mrutyun^

  • P/L Account for the month Based on Profit Center Group..........

    HI Friends,
                Iam having a requirement related to FI module.I need to extract P/L Actual and Budget amount data from ECC, What are the Extractors are available in BI content.What is datamodeling for Actual data and Planned data.

    Hello,
    Check the tables:
    <b>SETLEAF
    SETNODE
    go through this link which ll give you clear idea about the profit center group.
    http://help.sap.com/bestpractices/industry/serviceindustries/v346c_us/BBLibrary/documentation/B30_BPP_04_E.doc
    go through these tables.
    CEPC Profit Center Master Data Table
    CEPCT Texts for Profit Center Master Data
    </b>
    REgards,
    Vasanth

  • Authorisation check on profir center group

    Dear Experts,
    We have a requirement to restrict the users's access to a particular profit center group.I have set the value in the tab "profit center group"  for object  K_PCA.The profit center org level is set to * .With these settings users are able to access other profit centers also.Do I have to remove or maintain a specific value for profit center to meet my requirement.
    Please suggest any solutions
    Edited by: mutnuru dinakar on Jun 24, 2011 1:48 PM

    Hi,
    Sorry for my late reply.Yes,I have done authorisation trace.It is only tracing object for company code F_BKPF_BUK.It is not showing the objects for either profit center or profit center group.I have found the below information from help.sap.com link.
    http://help.sap.com/saphelp_46c/helpdata/en/38/ac94de8d49d111a4620060b03c3b0e/content.htm
    If a transaction checks and does not find the authorization for the given profit center, it checks for authorization for the profit center group in the standard hierarchy that contains that profit center. If this authorization is also missing, the system checks on the next level up in the hierarchy. This search ends with the highest node in the standard hierarchy.
    Doe it mean can't we control the access on profit center group as the highest node will cover all the profit centers.
    Please suggest any solutions.
    Regards,

  • 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

  • Profit Center Group Organization Change - Effective for Prior Periods

    Hi Experts,
    A client wants to perform a horizontal organization change (profit centers) and see the effects retroactively to the prior periods.  To achieve this, they plan to re-execute the consolidation tasks going back two to three years once the org change is made, so that they have comparative financial statements that take into account the change.  The requirement is to re-post the group level postings to the updated profit center group after the change.  For example, Italy related postings would occur under the group Central Europe instead of Western Europe as before.  All the group level postings previously booked to Western Europe would now need to recorded under Central Europe going back prior periods.
    Does anyone have any ideas as to how to meet the requirement without re-consolidating?
    One option was the restatement feature but based on the SAP help description of the monitor required, it does not take into account consolidated postings, only uploaded PL00-10 data and translation.
    Another option is to copy the version but then the results is in another version rather than the original 'actual' "100" version.
    Any ideas would be appreciated.
    Thanks
    Eyal Feiler

    Eyal,
    I know of no other way to accomplish this than to re-execute the consolidation for the prior periods after the hierarchy has been changed.
    I have used the restatement feature and like you have found it very limited.
    The copy to another version would only work if you copied the existing data to the new version before re-executing the consolidation. The the version 100 can be re-consolidated for the previous periods and the existing reports do not have to be changed for a new version.
    However, with the copy, it is important to set the cons group and cons unit hierarchies to be version dependent so the changes are only good for the version that is to be re-consolidated for previous periods. This allows you to report on the data before the change where the logic will read the old, unchanged version of the hierarchy.
    Dan

  • ERROR in profit center group creation...

    hai...i want to UPLOAD ALL THE LIST OF PROFIT CENTER DETAILS INTO SAP USING BDC SESSION METHOD..for that purpose i tried to create profit center using  TCODE -KE51, but profit center group is not available in my system...i tried to create profit center group seperately using transaction KCH1 and assigned  that number   on profit center creation screen(KE51)..but i got the error..PROFIT CENTER GROUP 1  CANNOT BE USED HERE....how to solve this error.????may be  is there any error in creation of profit center group hierarchy..???..

    HI
    Thanks for the support, but  I have already checked Ambiguity Check but there is no duplicae groups/profit centers are existed.
    I tried the same through KCH2 and also path (profit center hierarchy maintenance), but the same error is existed. I have checked with different groups also. But any group it is throwing the same error.
    Ex if i am giving group K123456 which is not existed. But the same error is throwing.
    Can anybody please suggest is there any programe for correction ?
    Thanks in advance
    Rao

  • Data required on the basis of Profit center group.

    Hi,
        Is there any table or report from where we can find out the values of customer, cusotmer description, city, GL Account, GL description, amount, sales document or sales order on the basis of PROFIT CENTER GROUP.
    Means i need the above details on the basis of  profit center group.
    Can anybody suggest on this
    Regards,
    Shree.

    Hi:
    Using this report, you can display according to profit center wise, not as profit center group wise.
    All the details are displayed accordling according to your requirement.
    Select the screen layout and select the fields you required.
    The Standard report is
    FBL5N - Display/Change Line Items
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    MSReddy

  • Profit center group number on the report painter report.

    Hi,
    We have a client requirement where we have to develop Profit center by Functional Area report by using report painter report functionality, however we are able to bring profit center group description on to the report as per the requirement, but not able to get profit center group number displayed on the report.
    Can anyone please advice me if we can get the Profit center group number displayed on the report in Report painter report. Else let me know if we can get the requirement met by an ABAPER.

    Hi.
    First of all, through transaction GS01 create a set ID for profit centers.
    Give table GLPCT, let the set type be the default (basic set) and give field name RPRCTR. Then define the range of profit centers you want. If you want all the profit centers give * in the "from value field".
    Then create a variable through transaction GS11. Give table and field as above, choose variable type set and at the default set field choose the set you created.
    Finally, at report painter go to Edit/General Data Selection and select profit center.
    Check both flags (for entering sets and variables) and give at the form field the variable you've made.
    Now the progit center group will be available in the selection screen with default value the set you've made.
    Regards

  • Line item actuals report for Profit center group

    I am looking for a Line Item Actuals report for a Profit Center Group  on the lines of KSB 1 report for Cost center /groups.
    I tried report "KE5Z but only profit centers can be selected, not profit center groups.
    Any help on this

    Try out the following report
    S_ALR_87013326 - Profit Center Group: Plan/Actual/Variance
    Call up Actual line items, here we go you would get the profit center group reports in similar lines as KSB1.
    Award points so as to say thanks.
    Regards,
    Suraj

  • Profit Center Groups Wise Report

    Hi Team,
    Is it possible to have GL Balance, Vendor and customer Balances on Profit Center Group Wise on basis of Plant to which few more plants are assigned.
    For Example:
    Company code is 1000
    Under Co. code 6 Plants are present ie; 2000, 3000, 4000, 5000,6000, 7000
    3000 and 4000 Plants reporting to 2000 plant 6000,7000 plants are reportting to 5000 plant
    for ex geographically you can imagine we have one comany code and uder that two main reporting centers are exists like south and north.
    For every plant we have 10  profit centers. To get the plant wise P&L and B/S we created  profit center groups and we are getting the reports in controlling but client require GL balances vendor balances Customer balances in FI on profit center group wise. (Both vendors balance FK01 & XK01, Customer balance FD01,XD01,  GL Account Balance of 2000,3000,4000 all combined)
    so i would like to know if we want FI reports like plant shall we create group profitcenter or we have some other option because p group wise  GL balnces customer balnces vendor balnces is must requyired for the client.
    Thanks,
    Madhu

    Hi
    You can check with below mentioned reports
    S_ALR_87013326 - Profit Center Group: Plan/Actual/Variance
    S_ALR_87013327 - Profit Center Comparison: Plan/Actual/Variance
    S_ALR_87013330 - Profit Center Group: Plan/Plan/Actual Versions
    S_ALR_87013332 - Profit Center Group: Current Period/Aggregated/Year
    S_ALR_87013334 - Profit Center Group: Compare Actual Quarters over 2 Years
    S_ALR_87013336 - Profit Center Group: Balance Sheet Accounts Plan/Actual/Variance
    S_ALR_87013337 - Profit Center Group: Key Figures
    S_ALR_87013339 - Profit Center Comparison: Return on Investment
    S_ALR_87009712 - Profit Center List: Plan/Actual
    S_ALR_87013340 - Profit Center Group: Plan/Actual/Variance
    S_ALR_87009726 - Profit Center Group: Plan/Actual/Variance by Origin
    S_ALR_87009734 - Profit Center Group: Plan/Plan/Variance
    S_ALR_87009717 - Profit Center Group: Quarterly Comparison of Actual Data
    S_ALR_87013342 - Profit Center: Statistical Key Figures
    Regards
    Praveen PC

Maybe you are looking for

  • How to email text from a text component in my applet on a the host server ?

    How to email text from a text component in my applet on a the host server, back to my email address ? Assuming I have Email Form on the host server. Help will be appreciated.

  • Variable not found when package executes.".The element cannot be found in a collection."

    This is a very simple tutorial demonstrating script task. 2 variables intvar int32 5 strvar string 0 And a script task with this code If Dts.Variables("intVar").Value > 10 Then             Dts.Variables("strVar").Value = "Big"         Else          

  • What's wrong with this RMAN script?

    Hi, I have a rman script to back up the 8i database like the following: #!/bin/ksh if [ $# != 1 ]; then echo "Usage: $0 ORACLE_SID" exit fi ORACLE_SID=$1; export ORACLE_SID RMAN_LOC=/u1/rman_backup export ORACLE_HOME=/u2/oracle/8.1.7 export PATH=$ORA

  • Transport Requests : Issue

    Hi All, I Transported one request from my development system to the quality system. It showed be that the objects under the requests are transported with warnings!. warnings were there because some objects were there I activated with errors(Activate

  • Acrobat X install problem

    I have a 1.83 Ghz core duo processor with 2 Gb RAM running Windows XP Pro. I installed a trial version of Acrobat X and ran it once. The next time I ran it (2 hours later) it gave me an error telling me to reinstall. I removed the program thru the wi