Profit center error message in VA01

Hi,
I am getting error message while creating sales order
" Profit center 2000/1500 does not exist for 08.11.2008 "  - what could be reason ????
My material is T-AU214 in IDES  sales org 1000, DC 12
Thanks,

Dear SM,
Profit center 1500 does not exist in controlling area 0001
Go to:
T. Code: KE51 - Create Profi Center
Key-in Controlling Area (say, 0001 in your case).
Next, Key-in Profit Center (i.e. 1500)
and either hit ENTER or Click Tab: Master Data
Once you enter, Maintain entries in respective Tabs:
1. General Data
2. Basic Data
3. Company Code
Also, when you maintain all the data, You just check with Tab: Period of Examination;
There, you maintain data -
--> Valid From
--> Valid To (as 31.12.9999)
and confirm.
Eventually, this must resolve your earlier error of:
Profit center 2000/1500 does not exist for 08.11.2008
Best Regards,
Amit
Note: This information is just for Knowledge-sake; but i must suggest that you should contact to your FI-Counterpart. Its always better if right person do the job.

Similar Messages

  • Message no GLT2201 Balancing field "Profit Center" error

    Dear sir,
    While confirming production order(co11N) for 10 operation,following error occurs:
    Message no GLT2201 Balancing field "Profit Center" error.And profit center is already maintained in material master & work center is also assigned with profit center
    Regards,
    Yogesh

    Hi,
    Please be informed the error message GLT2201 is issued as a result of
    wrong customizing settings in the splitting rule.
    The error is correctly displayed and changing the customizing is the
    only way to resolve the error.
    1085921  Document split
    891144   New GL/Document splitting: Risks w/ subsequent changes
    871277   IMG documentation, G/L acctg (FI-GL new), document splitting
    1667615 Error message GLT2201 when creating a FI posting in the Transaction Manager application
    The most probable reason for this error message, if in MIGO, is a missing
    profit center assignment in material master data. Please verify that
    a profit center has been assigned to material.
    Please check your customizing settings in your document splitting.
    Hope this be at least a helpful answer for you.
    Regards,
    Cristiano.

  • User exit for change warning message to Error message in va01

    hi,
    I want to change  a warning message to as a Error Message in VA01 t-code,
    how can i proceed for this. where i need to change
    ( without changing standard code)
    thanks in advance.

    *& Report  ZUSEREXIT                                                   *
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.

  • VFX3 PROFIT CENTER ERROR

    Hello,
    I keep getting a profit center error on a VFX3.
    The invoice is trying to post to a profit center that is set up for a different company code.  I do not know how to fix this.
    Can someone help me ?
    Thanks
    Malaika R.

    check the PC allocation against the Material, Check any entries in OKB9.
    However if in config it is picking up a PC, why dont you extend the PC to the correct Company Code.

  • Message no GLT2201 Balancing field "Profit Center" error F-30 but OK F-32

    Hi Experts,
    I am facing a problem following:
    The same customer, the same document type (AB), the sam vachour.
    By T-code F-32, it works fine, however, by T-code F-30 (and F-04, FB05), system will pop up a error message following:
    Balancing field "Profit Center" in line item 001 not filled
    Message no. GLT2201
    Diagnosis
    The field Profit Center marked as balancing is not filled with any value in line item 001, even after document splitting.
    System Response
    The document cannot be posted.
    Procedure
    First check your entries.
    Additional causes could be:
    No value can be derived for this field from the current document data.
    You have entered a document type that is not designed for this business purpose.
    Procedure for System Administration
    Customizing
    For by F-32 and by F-30, the business transactions are different:
    F-32:  Business Transaction     1010
    F-30:  Business Transaction     0000
    following information is the same:
    Business Transaction Variant     0001
    Zero Balance Method     P
    Splitting Method     0000000012
    One thing made me confused more. i did  a testing in additional one sandbox client where the line item 001 was assigned to be dummy profit center. I don't know why the dummy profit center would be assigned.
    Do much appreciate you if you could kindly help me out from this problem.
    Many thanks in advance!
    Regards,
    Fei Shi

    Hi
    Please check the below mentioned steps for Document splitting
    IMG > Financial Accounting (New)  > General Ledger Accounting (New) > Business Transactions > Define Document Splitting Characteristics for General Ledger Accounting
    suggest you to go through the below mentioned links
    Balancing Field "Profit Center" in line item 001 not filled
    Balancing field "profit center" in line item 001 not filled
    GLT2201 - Balancing field profit center in line item 001 not filled
    Balancing field "Profit Center" in line item 001 not filled
    F-51: Balancing field "Profit Center" in line item 001 not filled
    Balancinf field profit center in line item 001 not filled
    Hope this will solve your problem
    Regards
    Praveen P C

  • KP26 Upload and Profit center Error

    Hi recently we reorganized the Profit center accounting and Cost center accounting by deleting the hierarchys (we have Go Live in 4 months), previously our Profi centers/Cost centers are with 5 digits and now we made them as 6 digits, and we have New GL active in the system so we used OKE2 and OKC4 for deletion in Quality system.but now when we are trying to upload the Activity rates the system giving message as follows,
    Messgae :FAGL_ORG_UNITS001
    Profit center 42445 not found in controlling area 4001
    it is happening to all the cost center values in KP26  we didn't understand as we already reorganized both and now it is looking for previous Profit centers and what is the Link b/w Profit centers and KP26?
    Thank you ,
    Sandhya,,,

    Note 906970 - Profit center check although PCA not active
    In a decentralized HR system, you use Controlling objects to which a profit center is assigned in the master record (for example, cost center data was transferred by ALE). When you post to these Controlling objects, an error message appears stating that the profit center is not valid (for example KM026). However, the classic Profit Center Accounting is not active in the controlling area and should not be activated either.
    After you implement Note 131557, the error message FAGL_ORG_UNITS001 appears.
    Other terms
    CEPC, CEPCT
    Reason and Prerequisites
    The New General Ledger is active in your system and you activate the scenario for profit center and segment.
    Solution
    This is the intended system response, since the PCA master data should exist if it is maintained in the Controlling objects.
    There are two possible solutions:
    1. Maintain the master data of the profit centers in the affected system (HR system). You can also create a corresponding transport request using Transaction 0KEQ.
    2. In the affected system, implement the modifications set out in the Source Code Corrections. When you do this, the profit center is only checked if classic Profit Center Accounting is active, or the scenario Profit Center is active in the New General Ledger. Only make this change in the system if you definitely do not intend to use Profit Center Accounting.
                  Firstly, depending on your Support Package status, implement Note 764841 as a prerequisite. Then implement the attached program corrections.

  • Balancing field "Profit Center" error FB60 - Tax Posting

    Hi,
    I have a nagging error at below scenario:
    Doc Type KR
    Bus Transaction 0300 -  Vendor Invoice
    Bus Transaction Variant 0001 - Standard
    Zero Balance Method - P
    Line item 1 (PK 40) Expense against Cost Center $10,000
    Line item 2 (PK 40) Input Tax $700
    Line item 3 (PK 50) Vendor $10,000
    Posting simulation in the GL view
    Line item 1 (PK 40) Expense against Cost Center $10,000 (Item cat 20000)
    Line item 2 (PK 40) Input Tax Profit Center couldn't be derived from base line item 1 $700 (Item Cat 05100)Line item 3 (PK 50) Vendor against Profit Center derived from line item 1 $10,000 (Item Cat 03000)
    Line item 4 (PK 40) Zero Balancing Account Profit Center derived from line item 1 $700 (Item Cat 01001)
    Line item 5 (PK 50) Zero Balancing Account Profit Center couldn't be derived from line item 1 $700 (Item Cat 01001)
    I got the following error message:
    (Message no GLT2201) Balancing field "profit center" in line item 003 not filled
    What setting is wrong?
    Regards,
    WH

    Hi Ravi,
    It's not an issue with field status, because if I post the same document without tax posting, the derivation works fine. The A/P reconciliation account should not have cost center assignment. My derivation is based on Profit Center.
    I managed to post if I tick the "overriding" option at Tax account on "Classify G/L Accounts for Document Splitting"; now the tax account will have item category of 01000 (Balance sheet account).
    However, the LOB balancing account is not posted anymore.
    It can work now, but I'm just abit worried what's the impact by ticking the "overriding". Can anyone tell me?
    Best regards,
    WH

  • Balancing field "profit center"  error can not fixed by define doc split.

    Dear all,
    I am creating invoice by FB60 and hit error
    I open Performance assistant, and follow the instruction that link to "Define Document Splitting Characteristics for General Ledger Accounting".
    I made the "Zero balances" as unchecked, save, and then I could post the vendor invoice.
    Then, I come back to FB60, try to generate the other invoice and hit the same error.
    I open "Define document spilliting ..." again, made Zero balances as checked, then I posted invoices successfully.
    But again, when I come back, I still got the same error.
    Filling the profit center in first line item couldn't solve the problem.
    Please help if you got any ideas about this error.
    Thank you a lot.
    Rgds,
    Linh
    Edited by: LinhDT on Jan 11, 2011 9:55 AM

    hi,
    Please check whether below mentioned SAP note can help
    36677  Structure of components for customer messages 10.01.2011
    1545820  PAM03: Error message GLT2201 when settling a requirement (2) 05.01.2011
    1039346  F&A: RCIPE00/RPCIPE01 - distribution of liabilities 05.01.2011
    1497092  RW-Schnittstelle: Buchungssplit im FI für Eingangsrechnungen 03.01.2011
    1070629  FAQs: New general ledger migration 21.12.2010
    1541401  PAM03: Error message GLT2201 when settling a requirement 20.12.2010
    1455357  BST Brazil: Balancing Field Not Filled 07.12.2010
    1525261  FPRV: Profit center (PRCTR) is inherited incorrectly 03.12.2010
    1353125  AC interface: Document split in FI for incoming invoices 29.11.2010
    111491  1KEK: Valuation differences gross / net 24.11.2010

  • Balancing field "Profit Center" error during Payroll Processing

    Hi,
    Our Payroll team is processing salary however we are getting following error:
    *+Balancing field "Profit Center" in line item 008 not filled
    Message no. GLT2201
    Diagnosis
    The field Profit Center marked as balancing is not filled with any value in line item 008, even after document splitting.+*
    Scenario is - we are trying to process salary of an employee who got transferred from one Cost Center to another Cost Center during the month. Entry that's being generated (however could not get posted) is:
    1. SALARY-STAFF                    CC01
    2. SALARY-STAFF                    CC02
    3. DA-STAFF                              CC01
    4. DA-STAFF                              CC02
    5. OTHER ALLOWNCE-STAFF   CC01
    6. OTHER ALLOWNCE-STAFF   CC02
    7. T/BENEFIT PF BRD CNT          CC01
    8. NET SALARY PAYABLE        -
    System is splitting all the expense components however it's not able to split NET SALARY PAYABLE account.
    We have checked following things:
    - NET SAL.PAYABLE GL account is included in 'Classify GL Account for Doc Splitting' with Category 0100 (Balance Sheet Account)
    - Document Type AB is also included in 'Classify Document Types for Doc Splitting'
    - New GL is activated
    - Document Splitting Characteristic for General Ledger are Profit Center (Mandatory) & Segment (Mandatory)
    Could someone please advice how can we fix the issue?
    Thanks,
    SS

    Hi,
    Double click on NET SALARY PAYABLE GL account  008 line item and click on more data and give me profit center and save
    Thanks,
    Raviteja

  • Cost Center Error Message in Posting a Billing Document to Accounting

    Hi Experts,
    I am in process of testing my form enhancement for Billing Documents especially Debit Note and Credit Notes. However, when I post my Billing Documents in VF02, this status message appears:
    "Field Cost Ctr is a required field for G/L account 2100 855020".
    Now I already checked the configuration in FS00, VKOA and we want the cost center field filled-up in the process but automatically. Do I missed some of my configuration to maintain also the Cost Center? What transaction code should I check and maintain the Cost Center for this scenario.
    Thanks a lot for your answers.

    Here is the Entire Error Message:
    Field Cost Ctr is a required field for G/L account 2100 855020
    Message no. F5808
    Diagnosis
    The value for field "Cost Ctr" in the interface to Financial Accounting is an initial value but you are required to make an entry in the field selection for G/L account "855020" in company code "2100" linked to the field selection for posting key "50".
    System Response
    Error
    Procedure
    It might be an error in the configuration of the G/L account field selection. The initial application, used to call up the interface must otherwise define a value for field "Cost Ctr". If this is the case, contact the consultant responsible for the application used to call up the interface or get in contact with SAP directly.

  • Profit Center Error in posting

    Hi All,
    My clinet getting an error that while posting the transfer entry for Customer to Customer or Vendor to Vendor (Posting keys: 04 & 34) we were getting error that <b>Balancing field "Profit Center" in line item 001 not filled</b>
    Regards,
    P.N

    this is to do with document splitting and you need to review the way you have set this up.
    Check the GL account you are using the document type and all of the rules associated to them
    Do you actually want to split by PC? If not make the change in the config so it is not required.
    Finally if you are making a BS to BS posting, you will need to have a default PC. If you are using the document to clear other Customer or Vendor postings it should be able to derive the PC.

  • To change the warning message to error message in VA01.

    I want to change the warning message into error message in the standard VA01 transaction..
    The steps I follow :
    order type -->
    enter
    sold to part -->
    ship to party -->
    Purch order no -->
    Req deliv date -->
    Material -->
    Order quantity -->
    SU -->
    enter.
    The warning error dispayed is
    No add. vendor / customer data maint. for 16320340 - please maintain J_1IMOCUST...
    Want to change the above into error so that it shud not go further.

    Hi Arif,
    Click on Save  Icon.
      System will give information: No add. Vendor / Customer data maint. For INJ95C01 -Please maintain J_1IMOCUST.<b> Ignore it.</b>
    Result
    System will calculate Price of the Material creates Schedule Lines and saves the document. System will give a message: Standard Order has been saved.
    <b>**REWARD IF THIS HELPS WITH POINTS**</b>
    Regards
    AK

  • SO items are refreshed after showing error message in VA01

    Dear experts:
    I have a problem in VA01, please kindly help me.
    If we use the expression " message err_msg type 'E' " in userexit_save_document of MV45AFZZ , the system would show pop-up window with message "Item 000010 does not exist", then I can only quit VA01 screen and input SO data again.
    Why the so items are refreshed and how to solve this?Thanks a lot!

    Hi,
    Bcoz you are using Error   ("E") message .if u will use meassage type 'W' or 'I'(information) it will not happend. use any one.
    OR if want only error message u have to use in AT EXIT-COMMAND.
    regds,
    paras

  • Re:Assign Profit center as mandatory in va01

    Hi Gurus,
    Good Afternoon to you,
    I have a doubt in Order type for few order types i need to mention particular profit center(abc123) as mandatory so can anybody tell me where i need to assign the profit center in that particular order types.
    The purpose of this is when i select the VA01 in the Ordering party screen when i select the material it automatically must come profit center(abc123) instead of giving manually profit center.
    Awaiting for your golden replies& Points will be assign for the useful answers.
    Thanks in advance,
    KUMAR.B

    Hi Guru,
    As per your yesterday feedback i have assigned in Material Sales:General/Plant Data later when i go VA01 when i give the material i can see the profit center which i assigned in Material but my client is saying that i dont want in MM02 i want to assign the Profit center in Order type so can you explain me some more detaily above SHD0 and VOV8 where i can assign the profit center.
    Because if i assign in Material also problem why because there are nearly 500 above materials i need to change. so if it is order type means i need to change very few only maximum 5.
    Awaiting for your replies & points will be assign for useful answers.
    Thanks in advance,
    KUMAR.B

  • Re:Profit center as mandatory for VA01

    Hi Experts,
    Good Morning,
    my issue is if i didnt give profit center in va01 the document should not be saved, so in OMS9 which field sel.group (eg:name-0001,0002.....) i need to go and maintain as "Reqd Entry"
    Thanks in advance & points will be assign for useful answers,
    SAP UK.

    For information, Profit Center is flowing in sale order based on the value you maintain in material master.  So the first option is make the material master field as mandatory.
    Make the said field in material master as mandatory. To set this, go to OMS9, input 8 in "Field sel.group"  and enter. Double click on Profit Center and choose the option "Reqd Entry"  and save.
    Now without maintaining Profit Center, you cannot save the material master.
    So while creating sale order for that material, the profit center will flow automatically and no need to maintain the same.
    Of course, for sale order, you can make this field as mandatory and it is blank, it cannot be said.  To achieve this, Go to OVA2, block Sales - Item and double click on Procedures. There select Standard Item and click on Fields. There maintain the following:-
    Table::::Fld name::::::Description::::::::Screen:::Status
    VBAP::::::PRCTR::::::::Profit Center::::::::PKNT:::::00
    Now without Profit Center, you cannot save the sale order.
    thanks
    G. Lakshmipathi

Maybe you are looking for