Profit Center is missing in Billing document

Hi,
I am trying to create Intercompany billing document IV with reference to Cross replenishment delivery type NLCC,
I am getting the following error:
"Profit center US01/    TP3870 does not exist for 03/23/2011"
Actually, profit Cetner 6045TP3870 is maintained in MMR and same as fed into Delivery document
but while creating billing document the above error is coming
the preceeding number 6045 is missing in billing doc.. system is picking only TP3870...
So please advice what could be the reason the specifid profit center is missing in billing document
Thanks in advance,

Hi,
If Profit Center has been marked as mandatory for the posting, you can face this kind of error before posting the Invoice.
Please check the Profit Center maintained at followings:
1) Material Master
2) Sales Order ->Item Data->Account assignment-> Profit Center.
3) OKB9-> for respective G/L Accounts.
Please check with your FICO consultant, he will surely have better idea on the same.
Thank You,
RB.

Similar Messages

  • Wrong profit center capture in the billing document of intercompany sales

    Hi Experts,
         I am facing a problem on the incorrect profit center capture in the billing document while billing to external customer. I did try to search SAP notes found that it can be use substitution user exit to correct it. So I try to find out the substitutions by T-code GBB1 in the folder  "profit center accounting" under create sale order.
    The problem is how to maintain the substitution? Besides that did any one knows how to write the user exit for this substitution.  I will appreciate if you can give me some sample program. Thanks in advance.
    Regards,
    Jennie Tan

    Hi,
    Refer to program RGGBS000 FORM u100. Your user exit has to be modelled along those lines.  Change the select statement to select the profit center from the material master using the material number field (PCASUB-MATNR) and plant (PCASUB-WERKS). Move this profit center to the profit center field (PCASUB-PRCTR).
    Copy RGGBS000 to ZGGBS000 and then write this code.
    Just writing this out of my mind. Get an abaper to help you with this.
    TABLES: MBEW.
    DATA: WA_MARC TYPE MARC.
      exits-name  = 'U345'.
      exits-param = c_exit_param_none.
      exits-title = 'profit center subs'.            
      APPEND exits.
    FORM u345.
    SELECT * FROM MARC INTO WA_MARC WHERE MATNR = PCASUB-MATNR AND WERKS = PCASUB-WERKS.
    IF SY-SUBRC = 0.
       MOVE WA_MARC-PRCTC TO PCASUB-PRCTR.
    ENDIF.
    ENDFORM.
    In SM30 table V_T80D assign the program ZGGBS000 to application area GBLS.
    Then write your substitution in 0KEM. Make sure in TCode 0KEL the the activation level is 1 or 3.
    Thanks and Regards
    Shivram.

  • Profit center is missing in profit center report

    Dear Expert,
    I created a billing , but the profit center document is not created automatically / missing. in fact I already maintained the profit center in material master, and also in OKB9 I have select the profit segment for sales account.
    I checked in the journal , there is an information about the profit center same as in the material master which i have maintained. but when i checked in the profit center report there is no such profit center data enter from that billing transaction, then I tried transaction using T-code 1KEK, error message occur "cannot post profit center xxx in Fiscal Year 2010". I have checked the period is correct and profit center is active.
    Please help.. why the profit center is missing?
    Thanks
    Pauline

    Hi,
    Check transaction 1KEF whether online posting of profit center document is maintained for current year or not.
    Regards,
    Sreekanth

  • Profit Center to be populated in documents already posted

    Hi,
    I work for a retail client. There is a store that went live about a week back. There is a validation applied, which updates a profit center to the tender GL accounts (differnet kinds of revenue - like cash/credit card/debit card/sodexho etc) .
    As the validation was missed to be transported - profit center is not to be found in tender documents. Is there a way out that I get the profit center updated to the tender documents that have been posted until now. In other words update of profit center in the documents already posted.
    Regards,
    Soujanya.

    hai
    Profit center never gets updated in Table BSIK and BSAK ...You will never get it in FBL1N..Please use KE5Z or S_ALR_87013346 or S_ACO_52000888 Payables - Profit center as an alternate ..
    As you must be aware that profit Center information is never entered in Vendor in line item. It is only entered in the expense/income line items...You will always find this field blank in BSIK ...BSIK and BSAK segmentation table is BSEG , PRCTR is there hence it can be set in O7R3 as a special field to be displayed in ledger but it will not show values. I hope it clears you.
    Thanks and regards

  • Profit center change in posted accounting document

    Hello,
    please, is it possible to change the profit center in already posted accounting document?
    We DTO'd open customer balance with wrong profit center. PC document has been created as well. Please, what is the proper way to change the PC?? Or how to proceed?
    Thanks a lot
    Kind regards
    Marcela

    It is not possible to change profit center, for that matter any other CO assignment cannot be changed. You can try transfering to correct profit center through 9ke0

  • Different Profit Center in GR and Invoice Document

    Hi,
    I have a query in the Purchase order cycle.
    The Profit Center Accounting document has a different Profit Center in the Goods Receipt Document and Invoice Receipt Document. I found that in the case of GR it picks up the Profit Center from Material Master, whereas in the Invoice document it picks up from the Sales Order (MTO Scenario). Hence there is a mismatch.
    Please advise on how i can have a same Profit Center. Where do i need to make necessary corrections.
    Thanks in Advance,
    Safi

    Hi
    in general  sales order picks profit center from  material master   so  same profit center is possible  when  doing GR /IR   Plz chek it
    thanks
    MvNr

  • SD billing Accounting document Profit center not coming from billing doc

    Hi Expert,
        I have stuck with the accounting doc entries. Issue is that accounting document should have
        the same profit center as billing document. Actually i have created profit center for my each of
        my divisions and want the same profit center whenever that particular division  is selected. But it
       is not  working.
        I have tried with substitution  method also by t-codes 0KEL and 0KEM. It works correctly till
       billing document means division wise profit center is coming in order,delivery , and billing but
       when we check accounting document,Profit center doc. Controlling Document and Profitab.
       Analysis  in Delivery and Bill it is coming from what i have maintained in material master.
       But it should come from what is in the delivery and billing document.
        Please share your ideas.
       Thanks &  Regards

    Hi SAP Consultant
    I would not agree with the first reply above.
    When you define a substitution in 0KEL and 0KES, it is intended to overwrite the PC from Material Master. It is a wrong notion that this Substitution will only impact FI, and not CO / COPA
    1. Are you able to see the over-written PC in Sales Order? (I think YES)
    2. Are you able to see the over-written PC in Billing doc? (I think YES)
    3. If in FI doc you are not able to see that, then see where is the problem. Probable reasons would be a Substitution written in OBBH, You are having a CO Object in the line item, a user exit written in the exit SDVFX008
    Ask your ABAP to check on these lines, if 1 and 2 is YES
    Br, Ajay M

  • Profit center is missing in profit center report  , i'm forgot set 1KEF

    Dear Expert,
    I created a transaction , but the profit center document is not created automatically / missing. because I'm forgot to maintain Set Control Parameters for Actual Posting in 1KEF.
    Please help..  How to posting historical data profit center accounting before i set in 1KEF?
    Thanks
    Prabowo

    Hi Werner,
    thanks for your advice.
    but, i can't run tcode 1KE8, SAP give this massage.
    "No relevant document lines exists
    Message no. KM830
    Diagnosis
    This document is not posted to Profit Center Accounting.
    There are no relevant lines in the document. Possible reasons for thisare:
    Document contains only balance sheet accounts
    Document contains only pure profit/loss accounts with no assignment to a profit center
    Elimination of internal business (the posted objects have the same profit center)
    Procedure
    Check whether you are processing the right document"
    Please Help,
    BR
    Prabowo

  • Profit center substitution in Goods issue document

    Hello Gurus
    I am determining profit center through the profit center substitution in sales order through 0KEM transaction and activated it in 0KEL as activation 3.
    I have taken the fields as sales organization  and sales office with transaction code VA01 and VL02N .
    After this the substitution happening in sales order and also in delivery but the substitution is not reflecting in the goods issue document neither coming  for inventory nor in COGS anyway but it is reflecting in the FI accounting document but not for customer but for sales.
    Please help me  to with your kind suggestion for resolving this issue.
    I need the substituted Profit center also to come in the accounting document of PGI and for customer in FI accounting document.
    Thanks in advance
    Subu

    Hi Subbu
    1. 0KEM works for sales order and related billing.. It does not work for PGI, unless you are in MTO scenario and sales order is CO object
    2. At PGI - Inventory a/c will be Cr with PC in Mat Master... COGS (If not a cost element) will also be Dr with the same PC
    If you are in MTO, the COGS will be posted to sales order and hence, it will have the same PC as sales order
    3. During Billing, revenue a/c is Cr with PC in sales order... Customer line is never shown with PC in the line item....
    - If you are on EC-PCA, you need to run 1KEK at month end...
    - If you are on New GL + Doc Splitting, PC will be shown in the "General Ledger View" in customer line item... the "Entry View" wont have any PC
    BR,Ajay M

  • Profit center document created but profit center not updated in FI document

    Hi Experts,
    I have a strange issue; we created FI document via billing document (SD) where in profit center document got created but profit center is not updated in FI document.
    We have separate table to identify the profit center by customer.
    Please let know what could be the cause or reason for this kind of scenario
    Thanks,
    VK

    Hi Krishna,
    Though ur question seems very old, but now i got the same requirement as like you.
    So if you remeber what needs to be done for this issue thats very good help to me.
    My Requirement is : I have created Service Entry Sheet by referring PO and while releasing this Service Entry Sheet system is generating MIGO Doc and FI documents in background.
    And I have updated PERNR (Persnoal No.) in MSEG-SGTXT by using enhancment but it's not populating in BSEG-SGTXT.
    And I found an internal table while debugging i.e ; like ACCIT (not exactly ,similar to this ) where i have updated pernr and sgtxt but same thing will not available in FI Doc display (BSEG-PERNR or BSEG-SGTXG)
    So could you plz suggest what needs to be done to achieve this. Im assuming that, is it possible through BTE (Business Transaction Events) ?.  if yes, plz tell me how to proceed.
    Thanks
    Madhan

  • Profit Center updation for RV Accounting document

    Hi,
    We activated the New GL in ECC 6.0 and when we are doing the billing VF01 the accoutning document is created and porfit center is updated with credit  line items and it is not updated with debit line items even in General Ledger view.And even when we tested this in Quality system it is working there but production system it is not working.

    Check the steps in OSS note 826357 for profit center update in newGL. In particular check and compare the following settings between your Quality and production system:
    In Finaicial Accounting->General ledger acocunting->Business transactions->Document splitting->
    1.Classify GL accounts for document splitting- The relevant reconciliation accounts are included
    2. Define document splitting characteristics for GL acocunting- Profit center is set as a zero balance field.
    3. Define document types for document splitting
    Thanks and regards
    Kedar

  • Cost Center Error while releasing Billing document to Accounting

    Hi SAP Gurus,
    Our user raised an issue that when he had released billing document to accounting, the system threw error message
    "Cost center xxxx (CO area)/xxxx(Cost center) does not exist on date 11/16/2011". Message No. KI 222.
    But the cost center xxxx does not exist in the system at all. The user does not want to create the cost center eirther. Cost center was not entered in Sales order, Delivery and Billing. I have checked 'Default account assignement' (OKB9) settings, Default account assignment in cost element master record and assignment of cost center to sales organization (OVF3). But cost center xxxx was not configured in the above settings. I have checked validations/substitutions, user exits and BAPIs, there is nothing specific to the cost center. This is not a cross-company code scenario. I have made field status to optional for cost center. But still the problem persists. Accounting document did not get generated because of the above mentioned error message. User applied SAP notes 315350. But it did not resolve the issue.
    Would anyone let me know 'why the system showed the cost center xxxx that does not exist, while releasing the billing document to accounting'?
    Thanks in advance.
    Best Regards,
    K.S.K

    Hi Friend,
    I think this link help for you
    Cost center XXXX does not exist on 15.09.2010.
    or check the OVF3

  • Profit Center is missing in the line item 002 for Customer Payment

    Dear Friends,
    We are having one issue with Customer incoming payment. We are following the Business area concept. Now the customer is from the different business area and paying at Ho. HO has different Business area. So while processing the incoiming payment i have to enter different business ares for both the customer and Bank line item. There is no profit center field in the customer line tiem. When we are trying to post it, system is giving error message "Balancing field Profit center not there in line item 002".
    If i process the same scenario with same business area for both the line item then system is picking th eprofit center from the bank line item.
    Is there any possibility i can map this scenarion in the Document splitting functionality?? or else how can i process this scenario??
    Regards,
    Deva

    Hi Lakshmipathi,
    Yes the Document split has been activated. This issue is the specific one. We have different C&F location. Sales happens accross India. Hence we have created the Business area concept for each location to get the location wise balance sheet. I have also activated the zero balancing for Profit center and also Business area so that i can derive the Location wise Balance sheet.
    Now the sales invoice has been processed from C&F Location. Customer deposit the Cheque directly to the Head office Bank and not at the C&F Location bank. I don't want to clear the existing open item because 50% of the cheque gets bounced. So i am booking the incoming payment without clearing the open item.
    While processing the incoming payment user is entering the C&F location business area in the customer line item (Credit line item) and Head office business area for the Bank line item as the bank is at the Head office so that we can arrive the Balance sheet.
    Now system is not deriving the profit center for the customer line item even though the business area wise zero balance has been activated. Recon account field status group has market as optional for profit center but in F-28 i am not able to get the profit center field (Because it is balance sheet item).
    The Document type already been configure for Document split and the Recon account also categorised as Customer inthe doc splitting. I don't have any problem with document split other than this issue.
    For this issue anything can be done in the document split??
    Regards,
    Devendran

  • Difference in profit center (s_plo_86000030) report and billing report (Z )

    Dear  SAP GURUS
    We have develped a billing report - z reprt  - but  the std profit center report -( S_PL0_8600030)
    NOT matching with it in output? kindly advise me to check and see the logic on the z report so that
    we can confirm  the reason for difffernces ?
    I mean how a functional consutlant can check the logic behind program ?
    Edited by: johnrambo on Jul 6, 2010 8:05 AM

    Dear,
    Are you able to see the General Ledger View of that entry?
    mukesh

  • Profit Center not picked in Payment documents

    The problem concerns incoming payment with clearing invoices, in the same time, the profit center is
    not taken automatically from invoice to payment document. How can the same be achieved.

    Dear Sir and Madam.
    the configuration Team has to Enable the concepts on Profit Center that can be able to Pick,.
    They enabled the Cost Center are Bus area.
    Please Check this two is Active that is not required to get the reports
    Thanks and Regards
    N,.Soma Sundaram

Maybe you are looking for

  • Open file in append mode in JSP

    Hi; I am using the java.io.* import attribute in my jsp page and I can write to a txt file, bvut it overwrites on the older file. How do I append to the file, here is my code import="java.io.*" %> <% File fileObject = new File("C:/db/data.txt"); file

  • IMPDP not doing anything

    Exported from 10.2.0.4 (3 node RAC) on OEL Importing to 10.2.0.4 (single node) on OEL As system user I exported 4 spatial tables belonging to another schema successfully. I created that same user with the same tablespaces on my RECENTLY CREATED singl

  • Matrox DualHead2Go

    Has anyone had personal experience with this device? I would like to add dual 24" LCD's to my iMac 24" for a three screen array. This device uses the DVI to VGA adapter and comes in an analog and digital version. They also make a triple version. My i

  • DC's Broken in SAPPCUI_GP/ESS

    Hi All, I want to change DC pcui_gp/xssutils for which I have created seperate track for SC SAPPCUI_GP. On creation of the track i get 11 DCs broken. 3 Medata broken and 8 use dependencies broken. One of the build error is as mentioned below. INVALID

  • Flash mx -ScrollPane - scroll bar issue

    If we create some dynamic content and display it using scrollPane and if the width and height of the clip( the clip displayed in ScrollPane) changes dynamically by clicking on a button then refreshPane method does not work properly. We have to set or