No funds center derived for GR IR account

Dear all,
We have faced a strange issue in Funds Management. We have a GR IR GL account for which system automatically derives the commitment item and fund center based on those in the PO. That is, whatever FC and CI are maintained in the PO, the GR IR account derives the same accounts during MIRO.
   However this is true only for material POs. We have created a service PO for a specific network of a project. In this particular case the system is not allowing us to post the invoice as it cannot derive the fund center. It seems during MIRO, the FM accounts of PO are not getting linked to the GR IR account. Please note that GR (or service entry sheet entry) is not relevant for budget consumption. Budget consumption takes place during PR,PO and MIRO.
Request your input in this regard.
Thanks
Snigdho

Hi,
First of all, you need to be sure that all existent correction notes are implemented in your system.
Please check if the following notes are applied in your system (including manual steps):
1289547 FM account assignment incorrect in GR/IR clearing in service
1327560 GR Account Assignments based on previoustly posted SES
1429223 GR Account Assignments based on previoustly posted SES II
1450965 FM account assignment incorrectly inherited from PO
1480503 FM account assignment for GL line overwritten in MIRO
1502874 Planned Delivery Costs are not updated during GR/IR postings
These notes correct wrong behaviours in include LFMCOBLF06 related to account assignment.
If the notes are not there but are valid to your current release/package, please apply all in one test system and retest your issue.
Regarding inheriting the FM assignments,  material po's can retrieve the FM account assignments from the FM tables. 
This ensures that the current FM account assigments are always used.
However, in the case of Services, it is not possible to use the FM tables as it is not guaranteed that the correct Account assigment will be retrieved.  So, the SES table ESKN is used instead. The ESKN record is created at the time the SES is created.
In Summary: Due to the structure of Service documents, the FM tables cannot be used to access the previous document's account assignment.  Material documents can use the FM tables to get the previous account assignemnt.  So, for Material documents, FMDERIVE does not need to be called when a predecessor document is found. However, FMDERIVE needs to be called for SES because the SES application table does not store FM fields.  So, this needs to be rederived.
I suggest you also to read SAP Note 923672 (do not apply it).
The account assignments on the SES screen are indeed changable. This is part of the standard design for SES process. Unfortunately, FM cannot control if the fields on the account assignment popup screen should be in edit, display, or hidden mode.  This screen is control by SES, therefore is good that you check also this customizing in MM:
IMG - Materials Management - Purchasing - Account Assignment - Maintain Account Assignment Categories
In this activity, for the account assignment category which is the account assignment category used in the P.O., you have flag 'Acct. Assg. Changeable', then, the account assignment should be derived again. Not sure if you can restrict by different processes and for SES have this flag not marked so FMDERIVE will be not called and the FM account assignments would be inherit from the PO.
From my understanding, if the PO concern is a service PO, it is legitimate to accept the service (via ML81N) with different account assignments.  Hence, the account assignment fields are not hidden or in display mode only.
From FM point of view, if a user does not deliberately change the account assignments on the SES screen or FMDERIVE is not setup to overwrite the FM account assignments, then by default the FM account assignments are inherited from the PO.
I hope this helps to overcome your issue.
Best Regards,
Vanessa.

Similar Messages

  • No fund center derive

    Dear sapient
    I am getting an error while doing PR. "no fund center derive". I created one derivation rule
    MATERIAL NUMBER=COMMITMENT ITEM-FUND CENTER
    User is entering 4 line item with different material code, but in line item 3 system is deriving correct fund center and commitment item. in other line system is deriving only commitment item not the fund center.
    systme showing error NO FUND CENTER DERIVE FOR LINE ITEM 10,20,40.
    Please suggest me.
    thnx and regards
    Soraj

    HI Eli
    Thanx for reply. I activated the trace but only commitment item is deriving .
    Sory to say that user have given wrong inform that in one line item FUND CENTER & COMMITMENT ITEM is flowing.
    but actuly fund center is not coming in all 10,20,30,40 line items.
    Please let me know the reason. if i did any mistake. or shall i create two different rule like
    MATERIAL NUMBER= COMMITMENT ITEM
    MATERIAL NUMBER=FUND CENTER
    Thanx and regards
    Soraj

  • Funds Mangement - Fund center derivation error at the time of PO/MIGO

    Hello -
    Generally ,If FM account assignements are available in purchase requisition , same should be carried to purchase order and to the good receipts. But I am getting an error at the time of PO or MIGO that " Fund center not derived'. Why this happening ? What can I do to avoid this problem. can I create a step in the derivation to keep the original FM assignments from the previous documents....is there something to do with field status??
    Thanks in Advance
    Chris

    Hi
    Please read carefully tye warehouse concept
    Excample warehouse concept II
    >At PR no FM update
    >At PO no FM update
    >AT GR no FM update
    >AT consumption on Cost center, WBS or Internal order FM is updated and AVC is checked
    Read the release note of ERP 6 or ERP5 the customising of Warehouse concept is well explained
    In sumary:
    Create a stock commitment item statistically
    Create a warehouse funds center
    Create a funds
    Create a derivation rule for warehouse concept 2
    Create a derivation rule where you have plant, valuation class and warehouse funds center
    Cretae a derivation rule fund>warehouse funds center>stock commitment item
    Go in customising integration to make field status for assignement FM account asignments
    Select PO and PR and make optional the funds, funds cenbter, commitment item
    And when you will create a PR or PO FM data will come automatically
    ciao
    Salvator
    PSM-FM Consultant
    BXL

  • Fund center derivation based on functional location cost center

    Hi,
    can anybody share the process to derive fund center based on cost center assigned to functional location/equipment of a plant maintenance order
    Thanks

    Hi Eli,
    Thanks for your response.
    Scenario is as follows:
    Cost is booked to PM order & settles to cost centers. I don't have budget at PM order level. But will have budget in fund management for cost center. So whenever I book cost to PM order it should check budget available in fund center. Fund center should be derived from cost center assigned to functional location of PM Order
    I have not used function module before for derivation. I have created a derivation rule based on functional module but there is no place to assign fund center in derivation rule. Please explain the process to derived fund center through PM order in above scenario.
    Thanks

  • Fund Center derivation based on PM order

    Hi all,
    Our requirement is that Fund Center should be derived from the cost center field (location tab) in the PM order. I am using function module FMDT_READ_MD_ORDER to achieve the result. I am getting the result but it is disturbing my process orders creation as there is no cost center field in process order master
    I want to make a condition based on PM order type. what is the best option. Can i use the following
    First derivation rule . update Order Type to USERTEMP1
    Second derivation rule: call FMDT_READ_MD_ORDER and put a condition to check USERTEMP1 is PM order types
    Please advise. Will it affect any other area
    Lincy

    Hi,
    Yes, the way you described would be most common practice to deal with this requirement. You read the relevant data through built-in function module (or user-exit) and put the value in temporarily field. Then, in the next rule you base FM derivation on that field.
    Regards,
    Eli

  • Cost Center derivation from multiple statistical account assignments

    Dear all,
    I have
    a) a statistical internal with actual posted cost center A and
    b) a statistical WBS with actual posted cost center B.
    When posting with both (a) and (b) the cost center derived is from the statistical order. Is there a way to influence from which object the cost center will be derived.
    Kind regards,
    Orestis

    Hi Orestis,
    You can use substitution (OKC9) setting prerequisites as both internal order and WBS are filled and substituing the cost centre by the value from PRPS table.
    Regards,
    Eli

  • Profit Center Dummy for Vendor advance account - spl gl indicator A

    Hi
    I  have activated the PCA in 4.7, i have posted the vendor advance transaction using f-48. I have given the relevant profit center in the offseeting line item of vendor, i.e bank clearing account. I have maintained this account in 3keh settings too. When i run 1kek to update AR/AP, the vendor related Recon account (i.e spl gl A - assigned account) is updating with dummy profit center.
    Is there any notes i need to apply in 4.7 to enusre this picks up the profit center from offsetting line or how to resolve this issue?
    regard
    Mahesh

    HI Rajesh
    I checked for the 3keh setting, the offsetting GL is assigned there. How ever, for vendor account i.e recon account, we will not assign in 3keh. So when u run 1kek, the vendor recon gl account is updated with the PC from offsetting line, that is the way 1kek works rite. Now for prepayment through spl gl indicator,  i  assigned that recon account to 3keh, i ran 1kek, and its updating the Profit Center. That means we need to assign Spl GL assigned recon accounts too to 3keh. Thought let me share this with you.
    regards
    Mahesh

  • Profit Center Derivation for Asset Acquisition

    Hello all,
    I am trying to post asset acquisition via F-90.
    We are using ECC6.0 and  document split is activated.
    I assumed that system will derive the profit center from the assigned cost center in the asset master record.
    However, system returned error " Balancing field "Profit Center" in line item 001 not filled ".\
    Is there something missing? Am I supposed to create some new transaction variant in document split OR define some rule to derive the profit center of the asset master record from the cost center?
    Hope you are able to provide you insights.
    Thank you,
    Richard

    Hello Richard,
    I I think The problem is caused by missing customizing in trx. ACSET. the profit center can not be directly assigned to assets in asset master data. Therefore it has to be derived from cost center that is linked to asset.
    To derive the cost center on FI document and then onto NewGL, it is necessary to:
    1) set cost center field 'optional' in field status (trx. OB14 & OB41)
    2) set cost center as account assignment at trx. ACSET
    Best Regards,
    Gladys xing

  • Derivation of Funds Center from cost center for Asset PR/PO in FM

    Hello Experts,
    We configured new FM area and relevant BCS settings. It is working fine except PR or PO for Account assignment category A.
    Issue: system is not able derive funds center from cost center in the asset master. cost center is not updated in EBKN table for Asset PR.
    we have maintained the following;
    1. Funds center is activated in Asset account assignments
    2. Maintained derivation rule with function module: FMDT_READ_MD_ASSET
    3. Derivation rule for cost center to funds center also maintained
    If maintain funds center manually in PR it is working fine and consuming budget also.
    Requirement: How derive funds center from cost center assigned in asset. I have verified all tickets raised in this forum, but nothing has answered my question.
    Request you to provide solution for above issue.
    Thanks in advance for support.
    Regards,
    Chalapathi

    Hi Venkata,
    You have two derivation rules, first related to Asset function module and second one is related to CC and FC combination.
    You need to maintain the function module derivation rule first then you need to maintain the derivation rule related to combination of CC and FC. Because first you need to derive CC from asset master and then you need to derive fund center with reference to this CC.
    Regards,
    Ankit Agarwal

  • Error : No funds center entered/derived in item 00002

    Hi,
    While posting FI documents  in F-02, happen to face below error ,
    "No funds center entered/derived in item 00002 (XXXX/XX4001/)"
    Message no. FI313.
    We have configured Funds management and while testing, we are facing this error.
    How to solve this problem?????....
    Is there any configuration pending.
    The account is a reconciliation account(vendor A/c) should we assign Funds center even for balance sheet A/c?.
    Thanks,
    Chandru

    have u used assignment or derivation rule for cost center fund center assignment?

  • FM Account Assignment is incomplete (Funds Center)

    Dear all,
    We are upgrading from 4.6C to 6.0, when i am post invoice to accounts it shows the message FM Account Assignment is Incomplete (Funds Center). I think in order i have to enter Fund Center but in order it dosenot enter me the funds center at item level in Account assignment category.
    Can any one please give some solution for the same.
    Thanks & Regards,
    Pankaj

    Dear Pankaj
    Reproducing the extract taken from "Funds Management" of SAP which I though would be helpful to you
    If the system can determine an FM account assignment from the FM-CO assignment table, this appears as the default value.
    If the sytem cannot determine an FM account assignment, you must enter one by choosing Assignments -> Funds Management.
    The FM account assignments that you have to enter depends on the field control.  You should choose this in a such a way that you have to enter the funds center and, if required the fund.
    Owing to the account assignment logic applying in Funds Management, the system can derive the commitment automatically in the subsequent postings - for example, from the G/L Account or Cost element.  If the commitment item is derived from the cost element, you should ensure that the same commitment item is assigned to the primary cost elements and to the settlement cost elements.
    As long as the FM account assignment in a network/network activity is not complete according to the field control, the order status HMKU (FM account assignment incomplete) is active.  This status prevents automatic generation of purchase requisitions for components and services procured externally as well as releasing the order.
    thanks
    G. Lakshmipathi

  • Funds management - no effect of distribution in funds center

    Hello,
    I am trying to transfer the costs from common cost centers(1000) to 2 other cost centers (1001), (1002).
    I have written a derivation to pick up fund center A when profit center is A, fund center B when profit center is B.
    commitment item as 400035 when GL account is 400035, and to pick commitment item as 400035 when cost element is 400035.
    I have assigned a budget of 80,000 for commitment item 400035 in fund center A. cost center 1001,1002 is assigned to profit center A, and cost center 1000 is assigned to profit center B.
    when i post an invoice in GL 400035 for 80,000 the budget is consumed for 80,000 in fund center B for commitment item 400035.
    Now, when i distribute the cost to cost center 1001 and 1002 in 1:1 proportion from cost center 1000, there is no effect in fund center A even though it is receiving cost of 80,000 from fund center B.
    Any inputs on possibilities of an error that i could have made would be appreciated.

    Hi,
    What do you mean by 'cost distribution'? Is it internal CO document, e.g. KB11N? In this case, you have to switch the integration in FM with CO, so these transactions would have effect on FM tables.
    Regards,
    Eli

  • Cost center assignment of GRIR clearing account

    Hello Expert,
    There is a purchase order assigned to an asset.  the cost center K8071 is maintained in the asset. Later, the cost center is changed to K8410. Normally this cost center will always be determined from the asset. But in goods receipt (MIGO) and invoice verification (MIRO) , the wrong cost center K8071 is derived for GRIR clearing account. Can i get any help from you how to solve this issue? Thanks a lot!
    Best Regards,
    Ou Qin

    Hello,
    the cost center is really assigned to GRIR clearing item. It is standard system design.  if checking GRIR line item, the cost center is filled for invoice verification of asset PO.  Seems the function of derivation exists bug.  Can any one know how to  fix such error before? Thanks!
    Best Regards,
    Ou Qin

  • Profit center derivation : PO

    When we post a GR, the Material document has a different Profit Center.
    In the IR document, we find a different Profit center.
    And in the FI document posted, the Profit center is different...
    Can anyone tell me why the system is picking up different profit centers ?
    Is there any configuration step for the same or where we assign the same...
    Thanks,
    Srikanth.

    in case of PO MIGO, MIRO, Normally Profit Center will be derived form the Material Master only.
    As you said, yes there is default setting for default profit center derivation for the specified GL  and path for the same is as follows:-
    Financial Accounting >General Ledger accounitng(new)>Masterdata>Profit Center>Assing default profit center to Accounts.
    i hope it will be crealr.
    Yrs,
    Gureddy.

  • Profit Center as fund center

    Hi,
    I have created Cost Centers as Fund Centers for Expenses and Profit Centers as Fund Centers for Revenues. Now I have posted one vendor invoice vide transaction code FB60. The fund center derived by sytsm is a profit center which is attached to the cost center. Is this the stadard behviour? Becuase I have budgeted the items against the fund center which is created against the cost center. I want system to derive the fund center which is based on the cost center and not the one which is based on profit center.
    How do I resolve this? Please advise
    Shailesh

    Hi,
    Tried to make the derivation rule as under:
    Source Field: Proft Center
    Target Field: Cost Center
    Condition: for Commitmnet Item < 4XXXXX (as we have expenses starting with 4 & revenues starting with 3).
    Is anyting I need to modify? Pls advise..
    Regards
    Shailesh
    Eli: I got your point, but I need revenues to be budgted, we budget them as per profit centers...

Maybe you are looking for

  • Cannot Send Messages Using  the Server

    I am dependent (during the day) on a wireless connection to the Minneapolis Wi-Fi system (U.S. Wireless). I've got an e-mail account with comcast and I have successfully interfaced this with the Apple Mail application that came with OS X 10.5.4 and f

  • How do I stop my macbook telling me scratch discs are full

    I have reduced applications photos email etc from my laptop but I am being told 1. Start up discs are full and 2. Scratch discs are full what exactly does this mean. Would more memory help if so what type. The macbook is 2008 2.4 core 2 Duo, 2GB 667

  • Mac mini doesn't recognise audio CD's when trying to download

    I'm trying to download a new audio CD I have bought to my Itunes library through Mac mini-however it doesn't recognise the CD and just spits it out. It has previously imported CD's. I have tried several different CD's to check CD not faulty but no di

  • E71x nokia pc suite connection problems

    Everytime i  connect my phone to my computer and open Nokia Suite, it says that my phone is connected in a non-compatible mode. i do now know how to connect it in a "compatible way". 

  • Problem in passing parameter to query

    SELECT     OWOR.DocNum, OWOR.Series, OWOR.ItemCode AS Parent, WOR1.ItemCode, OWOR.PlannedQty, WOR1.BaseQty, WOR1.PlannedQty AS 'POD Qty',                       WOR1.IssuedQty, IGE1.Quantity, IGE1.OpenQty, ITM1.Price, OITW.OnHand FROM         OITW INN