How to do inter profit center transfers in one company code

hi
i want to do inter profit center transfers with in a company code , can you suggest me that how can i do this. this is frequent transfer of the amount in the profit centers and we have to maintain the party records also.
thanks

Dear Vikram,
Kindly make JV withusing of F-02 ,if your client need P&L & BS through F.01. Otherwise use 9KE0 transaction code and make posting inter PC.
Rgds
SumaMani

Similar Messages

  • Employee transferred from one company code to another company code

    Hi
    I have an issue.
    If an employee is transfered from one company code to another company code.
    how can we transfer the master data and payroll data of the employee from existing company code  to new company code.
    Regards
    Vish

    1.Try with this report  RPUP0001  (read the documentation )
    2.The other option would be LSMW
    But you havent say how the payroll Should process from the persent period with changed company code or for previous periods with pervious company code

  • How to Maintain the MM Master Data from one company code to other co code

    Hi Experts,
    Can any one pls tell me how to Maintain the MM Master Data from one company code to other co code.
    Presently we created New plants,New Purchase Orgs under different company code.
    1) Material Master data
    2) Vendor MAster data
    3) PIR
    4) Source List
    Is there any standard Transactions...??
    Please reply.
    Brgds,
    KK

    Hi
    Check out the link -
    http://wiki.sdn.sap.com/wiki/display/ABAP/StepstocreateasimpleLSMWusingbatchinput+recording
    lsmw for data migration for  xk01 transaction
    http://www.sap-img.com/general/lsmw-steps-for-data-migration.htm
    Regards
    Anand

  • How many foreign trade orgnisation we can assign to one company code

    Dear Experts,
    How many Foreign Trade Organisation can assign to one company code .
    I would like to understand concept of creating FTO's .
    Thank you
    Krishna

    Hi Krishna,
    Regarding the concept; documents and transactions in GTS are carried out within a single Foreign Trade Organisation.  Together with the Legal Unit (more-or-less corresponding to "Plant"), they provide the key to many of the attributes and characteristics for the transaction, and for reporting purposes.
    For technical convenience, the FTO takes the form of a Business Partner, so has Name & Address attributes and is tied to a single country.  It is reasonable to consider the FTO as representing the Legal Entity, so mapping to Company Code is provided.
    Hope that helps.
    Regards,
    Dave

  • How to change the Profit Center in Sales Order

    Hi Gurus,
    Previously they setted the profit center (YB999) in sales order, now i want to change the profit center and need to give the amount into this profit center 100500.
    So, could you guide me how to change the profit center in sales order.
    Thank you for your replies.....
    Thanks & Regards,
    Chandrababu.B
    Edited by: Chandrababu Naidu on May 25, 2011 12:44 PM

    Hi
    If this SO is processed partially - i.e. transactions happened - You cant change it
    You can use ABAP and change it in Debug mode, but not advisable... Better to short close the SO and open a new SO for Balance qty
    br, Ajay M
    Edited by: Ajay Maheshwari on May 25, 2011 5:10 PM

  • How to Possibal in Profit Center Mandatory in AR Invoice

    Dear Experts,
    How to Possibal in Profit Center Mandatory in AR Invoice through SP_Transaction _Notification ??
    I have write the code below
    <If @object_type = '13' and (@transaction_type = 'A')
    begin
    IF EXISTS (SELECT DOCENTRY FROM inv1 WHERE (ocrcode is null or ocrcode2 is null or ocrcode3 is null or ocrcode4 is null) AND DOCENTRY= @list_of_cols_val_tab_del)
    begin
    set @error = 1
    set @error_message = 'Please enter a Profit Center before Save'
    end
    end>
    Dixit Patel

    Hi Dixit Patel,
    Try this,
    IF @object_type = '13' AND @transaction_type IN ('A', 'U')
    BEGIN
    IF EXISTS (SELECT T1.DocEntry FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
    WHERE (T1.OcrCode IS NULL OR T1.OcrCode = ' ') AND T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Set @error =1
    set @error_message = 'Please enter a Profit Center before Save'
    SELECT @error , @error_message
    END
    END
    OR
    IF @object_type = '13' AND @transaction_type IN ('A', 'U')
    BEGIN
    IF EXISTS (SELECT T1.DocEntry FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
    WHERE (T1.OcrCode IS NULL OR T1.OcrCode2 IS NULL OR T1.OcrCode3 IS NULL OR T1.OcrCode4 IS NULL)
    AND T0.DocEntry = @list_of_cols_val_tab_del)
    BEGIN
    Set @error =1
    set @error_message = 'Please enter a Profit Center before Save'
    SELECT @error , @error_message
    END
    END
    Regards,
    Madhan.

  • How to transfer the profit center balances to dummy profit center

    HI SAP Experts,
    How do transfer balances of profit center to dummy profit center, please tell me step by step process to do this.
    Regards,
    Prabhakar

    Balances Transfer from One Profit Center to Another PC T.Code: 9KE0
    Regards,
    Viswa

  • How to make the Profit Center Field Mandatory in Cost center Master Data

    Dear All,
    Please let me know how to make the Profit Center Field mandatory in Cost Center Master Data as well as my Internal Order Master Data?
    Thanks in advance!
    Regards,
    Rajeswari Shankar.

    Hi Rajeswari,
    You can modify message number KS096 to "Error" via OBA5. Thus, the users would no be able to save a cost center without entering a profit center. (Depending on your release you can make KS096 modifiable by implementing note 486781.) 
    Concerning the internal orders (transaction KO01), you can run KOT2 and set Profit center field as required entry in "change field selection" section.
    Regards,
    Greta

  • How to add the Profit center Group in the PA report KE33.

    Hi Frnds,
    How to add the Profit center Group in the PA report KE33.Iam not able to find PC group in the list to add to the Charateristics already added.

    Hi
    PC group is not available as a Char in COPA..
    if you want to do that, either create a Char Hierarchy in KES3 for the Char Profit Center
    OR
    Create a WW char in KEa5 and write a derivation rule using the method "Enhancement" .. Write ABAP Code in COPA0001 exit
    bt, Ajay M

  • 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

  • How to Check the Profit Center - Sales Group - Sales District for a BP

    Hi,
    How to Check the Profit Center - Sales Group - Sales District for a Business Partner?
    I am not able to identify which Profit center - Sales Group- Sales District was assigned to a Business Partner. Please provide me some inputs to check this.
    thanks
    Yadayya

    Hi
    Pls check these tables for data or prepare a z report with abapers.
    GLPCA u2013 PCA line items
    VBKD u2013 sales district
    TVKGR u2013 Sales group
    BUT000 u2013 Business Partner
    Regards
    Sridhara Rao D

  • How to unlock a profit center

    Hi All,
    While creating Delivery for sales document ,i am getting error message " Profit Center is locked for posting"
    and when i am using KE52 to unlock the profit center;this field is deactivated.
    Please suggest how to unlock the Profit Center.
    Thanks and Regards
    Payal Saxena

    Hi Payal,
    The profit centre your are looking for unlocking might be a  dummy profit centre, for dummy profit centres the lock indicator field will be grayed out.
    You can do locking or unlocking for normal profit centres.
    Check the same
    regards
    srikanth

  • Inter Profit Center transaction

    Hi guys: I have a requirement where under one company code, one profit center sells to the other profit center (hence the 2nd is purchasing). What is the best way to enter this transaction so we can produce profit center reports and see the revenue & purchases made from the respective profit centers?
    thanks
    Brian

    Hi,
    You can either create profit centre document 9KE0 or make this posting directly via FI.
    Regards,
    Eli

  • Profit center derivation in cross company transactions

    Hi
    I have following business scenario:
    we have 2 company codes A and B
    A company is there in X and Y locations
    B company is there in D and E locations
    Now we mapped locations are Profit Centers.
    Now we are transferring vendor balance   from   company A and location X to Company code B and location D.
    In this case,  how does system find profit center?
    Thanks and Regards
    Apparao

    Hi KK
    Usually, in the vendor line you dont have the Option to enter PC
    So, ideally, your accounting entry to do the transfer will be
    1. Company A
    Vendor Dr and Clearing GL Account Cr (PC - X)
    2. Company B
    Clearing GL Account Dr and Vendor Cr (PC - D)
    When you enter the PC in the Clearing GL, the same gets passed on to Vendor line item (Either real time or @ Period end depending on you have Doc Splitting active or not)
    Br, Ajay M

  • Change dummy profit center to another one

    Hello,
    I am beginning the customizing of a new system (so there are no postings for the moment). A Dummy profit center is already created but I want to change it.
    I try to change the master data but the case "Dummy profit Center" is not available.
    How is it possible to switch the dummy profit center to another one ?
    I thank you in advance for your answer.
    Céline

    Hi,
    As per Std.SAP we need to create dummy profit center.  it is not same as create profit center, KE59 though we can create the  dummy profit center, for normal profit center the t.Code is KE51.
    I am not able to under stand where you are changing the master data.
    give the correct error what you are getting.
    regards.
    Gopi.P

Maybe you are looking for