MB1A message - Profit center was set to 14000

Hi,
When i am doing MB1A with movement 201, enter cost center - 90100 and Profit Center - 13750 and hit enter. Then system shows an information - Profit center was set to 14000.
After that system automatically change the profit center. Why system shows this???
i found 1 related thread..
WBS in Sales Order
there mentioned a standard include 'FV45PF0V_VBAP-PRCTR_FUELLEN' for solve thew problem. If this is correct one, what should be change in it.
Plz guide...

In this note, solution is for movement type 221. Can i do the same for movement type 201 also.
Solution As per SNOTE
Solution
Correct the table entries:
Call transaction SE16 for table T8J156X
1.Correction:
Enter :
BWART : 221
BUSTW : WA01
CNT02 : 02
and press the execute button.
One or more table entries will come up. Set the curser on each entry, press the 'change' button and clear the single, editable field. Save the entry.
2. Correction:
Enter :
BWART : 221
BUSTW : WA01
press execution button.
If there is no line with CNT01 = 98 one must create a new entry.
The new entry should be as follows:
BWART   : 221
BUSTW   : WA01
WERTU   : X
MENGU   : X
CNT02   : 98
JVACCOVR: X
The rest should be blank.
If there exists in addition lines with CNT02 = 99 the JVACCOVR fields
must be BLANK.
You can check also with: BWART : 221, BUSTW : WA01 and CNT02 : 99
after calling SE16 and pressing execution. For all lines with CNT01 = 99
which comes up the JVACCOVR fields must be blank as well.
3. Correction:
Enter :
BWART : 221
BUSTW : WA01
CNT02 : 98
press the execution button.
One or more table entries will come up. Insert a 'X' in all rows of
column JVACCOVR which are left blank and save afterwards.

Similar Messages

  • Profit center was set to 2000-DUM

    Hi
    I have an issue here...in material master we have assigned profit center 2700 (Sales and Marketing-Jeddah) and the profit should go to 2700 profit center...but though this profit center is assigned in Material Master...the profit is going to (2000-DUM) which is a dummy profit center.
    Processing at  MB31.
    Getting the following message:-
    Profit center was set to 2000-DUM
    Message no. KI339
    Diagnosis
    You entered profit center 2700 or transferred it from a previous transaction, such as material receipt from an external order. However, the R/3 System derived profit center 2000-DUM from the account assignments.
    System response
    The system automatically determines the profit center from the assigned profitability segment, cost center, order, project, network, sales order, or cost objects. This overrides the profit center you entered manually.
    Procedure
    To post the data to profit center 2700, assign the profitability segment, cost center or other object to that profit center as well.
    If the posting to profit center 2000-DUM is correct, no further action is necessary.
    This message is sent as an error in the standard R/3 System. You can make the message a caution or deactivate it entirely in Customizing. Use the Implementation Guide under "Controlling: General" and choose Change message control. Enter area KI and message number 339.
    With the above warning message i can do the settings accordingly but it will not serve the perpose...of profit going to profit center 2700.
    Diagnosis says about assigning of profitability segment...(I DONT WHERE TO ASSIGN).
    Please give your expertise as how can i send the profit to profit center 2700 instead of dummy profit center.
    Thanks!

    Normally the profit center gets derived from the master data i.e. material master, cost center etc. You can also derive the profit center using derivation rule. In your case, check whether you have maintianed any derivation rule in T code 3KEI and also check whether there is any default assignment mainatined for cost element in T code OKB9.
    Regards
    Rakesh Pawaskar

  • Project with profit center was not created for entire period

    Hi everybody,
    I need a help with a problem here.
    The alert mesage "project with profit center was not created for entire period" was displayed.
    Then I searched for the creation dates and the profit center was created before the project gets its firsts postings. Therefore, some line itens don't exist in profit center (ledgers).
    My two questions:
    The first one, is it possible to input line itens in a retroactive way?
    Everytime I need to use the project master data this alert is displayed. How can I fix avoid this message?
    Thanks,

    Hi,
    Regarding your issue, it is theoretically possible to reverse all settlements up to the start of the project and then to settle again it
    is a must to check in standard if the profit center is valid from the project start date onwards.
    Check the attached note 1048945.
    The system generates error message KM700 ('Profit center <PRCTR> does not exist for <date>') when you enter a profit center on a project definition if the profit center is not valid in the entire period between the basic start and the basic finish date of the project definition . However, only one warning message should only be generated in this case.
    regards
    Waman

  • Profit Center was not maintained during order n billing creation.

    Dear, Gurus
    I'm facing a problem of Profit Center. User created a service material, maintenance contract. They created a Billing Document as it is order related billing. Accounting document was not generated when saving invoice. When I got to the bottom of this I realized no costing tabs were ever maintained for material type services. (Henceforth no Profit Center in Sales Order n Invoice).
    I have done the necessary config n assignments but question now is what should I do as in billing doc  the field is greyed out it will not allow me to assign Pr Center now. I am thinking that this may work if I cancel the billing document and then go back to sales order and try and changing the field, then re-create the invoice. I'm trying to avoid canceling. Is there any program, bapi, user exit I may use to re assign or make system re check the MM while saving invoice to allow accounting document to be created?  This is one scenario.
    2nd scenario is similar but in the case of this contract everything was made. Accounting document was cleared even but with some dummy weird Profit Center. (No proft center in Order nor invoice.) Whole problem at first in this scenario is User saying everything is complete so status in doc flow should show maintenance contract as complete but wasn't. it showed being processed. I discovered no completion rule was maintained. I maintained E Full target value referenced but status still has not changed any idea guys? (New config not showing on old existing data only show on new document, concept?) Is there a program or anything to make system update status doc flow? aside from this Profit center  incompletion log is coming in Contract. Not maintained in order or invoice.

    In one of my earlier projects, a similar requirement was putforth by users and we had developed a zee tcode to change the profit center in billing document via SM30 which can be done only by FI authorised users.
    I am reproducing the said program as under:-
    REPORT  "ZPROFIT_CHG"
    TABLES : VBRP.
    SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME.
    SELECT-OPTIONS : SO_VBELN FOR VBRP-VBELN OBLIGATORY.
    PARAMETERS:      P_PRO LIKE VBRP-PRCTR OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK B1.
    DATA : BEGIN OF IT_VBRP OCCURS 0,
            VBELN LIKE VBRP-VBELN,
            POSNR LIKE VBRP-POSNR,
            PRCTR LIKE VBRP-PRCTR,
          END OF IT_VBRP.
    DATA COUNT(3).
    DATA W_MESSAGE(30).
    START-OF-SELECTION.
      LOOP AT SO_VBELN.
           IF SO_VBELN-LOW CA '~`!@#$%^&*()_+|\=-><,.;":' OR SO_VBELN-HIGH CA '~`!@#$%^&*()_+|\=-><,.;":'.
               MESSAGE 'Special character not allowed' type 'S'.
               LEAVE LIST-PROCESSING.
               STOP.
           ENDIF.
      ENDLOOP.
      IF P_PRO CA '~`!@#$%^&*()_+|\=-><,.;":'.
               MESSAGE 'Special character not allowed' type 'S'.
               LEAVE LIST-PROCESSING.
               STOP.
      ENDIF.
      SELECT B~VBELN B~POSNR B~PRCTR FROM VBRK AS A  INNER JOIN VBRP AS B ON A~VBELN EQ B~VBELN INTO CORRESPONDING FIELDS OF TABLE IT_VBRP
                                WHERE A~VBELN IN SO_VBELN
                                AND   A~FKART EQ 'ZFF2'
                                AND   A~FKSTO NE 'X'.
      IF SY-DBCNT EQ 0.
          MESSAGE 'NO DATA FOUND' TYPE 'S'.
          LEAVE LIST-PROCESSING.
      ENDIF.
      SORT IT_VBRP BY VBELN.
      DELETE ADJACENT DUPLICATES FROM IT_VBRP COMPARING VBELN.
      CLEAR COUNT.
      IF IT_VBRP[] IS NOT INITIAL AND P_PRO IS NOT INITIAL..
          LOOP AT IT_VBRP.
              UPDATE VBRP SET PRCTR = P_PRO  WHERE VBELN = IT_VBRP-VBELN AND POSNR = IT_VBRP-POSNR.
              IF SY-SUBRC = 0.
                 COUNT = COUNT + 1.
              ENDIF.
              COMMIT WORK.
              CLEAR IT_VBRP.
          ENDLOOP.
    ENDIF.
    IF COUNT IS NOT INITIAL.
        CONCATENATE 'No Of Records Updated Is - ' COUNT INTO W_MESSAGE.
        MESSAGE I000(ZSFL) WITH W_MESSAGE.
    ELSE.
        MESSAGE 'No Records Updated' TYPE 'S'.
    ENDIF.
    Since I am so weak in ABAP coding, not sure whether the above coding is correct.  You need to check with your ABAPers and develop this logic.  This should work.
    thanks
    G. Lakshmipathi

  • Entries hitting only to the dummy profit center

    Hi All,
    While doing the PCA configuration I have created the 3 profit centers & 1 dummy profit center and the same is assigned in controlling area settings also but the problem is while posting the entries in any one of these 3 profit centers by default system is picking dummy profit center ABCD by giving  message "Profit center was set to ABCD" which is a dummy profit center.
    I have assigned the related profit center in cost center master data also.
    Looking for the solution.
    Thanks in advance.

    Hi Ravi,
    Thanks for your reply.
    In 3KEH,I have assigned the account from 1000000 to 2500200 with default profit center Hyderabad but by default the entries are hitting to dummy profit center ABCD.
    In OKB9, i have assigned Gl 4200030 which is a revenue gl in co code and account assignment detail 3 (Profit center is mandatory).
    Still the entries are hitting to the dummy profit center.
    Thanks

  • Unable to set profit center

    Hi Friends,
    Pls help in this issue
    "Using transaction FB50, post to GL account 4500610 with Profit Center MT5000V48C. However, upon saving of document, profit center was set to DUMMY. User is unable to set the profit center"
    Thanks,
    Santi

    Hi Santi,
    This one is a duplicate issue. Please close this thread.
    Regards,
    Abhisek

  • How to change Profit Center

    Dear PS Gurus,
    Kindly help me out on this.
    My Query:-
    I am trying to create a PO using the T-code ME58. When i am selecting the PR and adopting it i get a message as "Profit Center was set to 9999". However i want to post the data to profit center 1300.To do so the system is asking me to to assign the PSG, cost center or other object to that profit center as well.
    Diagnosis by the System
    You entered profit center 1300 or transferred it from a previous transaction, such as material receipt from an external order. However, the system derived the profit center 9999 from the account assignments.
    Kindluy suggest as to where i should go and change the profit center so that i dont get the error message while creating the PO.
    Points will be rewarded.
    Regards,
    Gokul

    Dear NAG,
    As suggested i checked the Proift Center in t-code OKB9. I found the details as follows:
    CoCd - 1000 (IDES AG)
    Profit Center - 9000 (IDES Portugal)
    Cost Center - This field is blank
    Cost Element - 800000
    I checked the profit center in the material master also and found that the profit center 1300 is assigned, which is fine. Also i checked the profit center in my project. There too the same profit center has been assigned.
    I changed the profit center from 9000 to 1300 in t-code OKB9, and tried making the PO.But still i am getting the same error.I have checked the entire list of profit centers assigned to CoCd 1000 in t-code OKB9 but nowhere i could find the profit center 9999 assigned. I am confused as to from where the system i picking up this profit center (9999). When i checked the details of the profit center 9999 it was found that it is a Dummy profit center but i dont know where it is assigned and from where the system is picking this Profit center.
    Request you/anyone to knidly help me out in solving this issue. For your information i am trying this example in IDES.
    Please help me out.
    Thanks & BEst Regards,
    Gokul

  • Profit Center substitution in FB50

    Hi All,
      I have a requirement to substitute profit center by a contant value say 'CSB1.3' in the line of the Accounting doc which has the GL account no. which belongs to a particular cost element group.
    Example: In FB50, when I give the G/L account in the item line, and the order the profit center, by default is picked up from the account assignments in the Order. But, this has to be overridden by a contant CSB1.3 value.
    I tried achieving it by SUBSTITUTIONS through OKC9, but i didn't work.
    However, Now I have written a field exit for PRCTR for screen SAPLFSKB 0100.
      This is working, but it immediately pops-up a message saying...
    PROFIT CENTER WAS SET TO CSB2.8  -
    > which is the old value, coming from the order.
    and gets back the old value on screen.
    Can you please suggest, how to correct this or any other way to achieve this substitution.
    Thanks in advance,
    Sheetal Singh.

    Hi Sheetal,
    I observed there are 2 problems in your issue posted.
    1) Default profit center would have been assigned to the GLs u are using , which u need to delete. i.e. CSB1.3 assigned to GL accounts.
    Check in the below path whether any profit centers are assigned to GLs.
    SPRO->Financial Accounting (NEW)->General Ledger Accounting->Master Data->Profit Center-> Assign Default Profit Center to Accounts.
    If assigned removed so that ur field exit may work.
    2) If you want to write substitution for financial transactions there are 2 transaction codes involved.
    a) Tcode: GGB1 - Here u can select the Financial accounting folder and create substitution for which area u want like Document Header or Line item or Complete Document.
    i) U need to create a Step like SBUS_1 or something u like.
    ii) Now that u will find Prerequisite which u need to define, like company code & account type etc..
    iii) After that defining that u should click on Substitutions link under Prerequisite, u will find field & substituted by headings, add a field with + button available in that screen.
    iv)A popup window will be opened for field selection, u should select Profit Center field and press enter.
    v) It will give three options after BSEG-PRCTR selection, select a radio button constant value if you know the profit center number.
    b) Tcode: OKC9 - in New entries enter the following under columns,
    COAr- XXXX-Controlling Area
    Event- Line Item
    Substitution-SBUS_1
    Active-1
    and save it under a request.
    Now u can go to FB50 or any financial transaction u can see this substitution working.
    I hope it will help u in resolving issue.
    Regards
    PSNG
    Edited by: PSNG on Apr 8, 2009 3:17 PM

  • MIRO; Determinatoin of Profit Center

    Hi Guys,
    Please share your views on this query:
    While doing MIRO, the system is deriving profit centre from the account assignment ignoring the profit center which is getting entered manually.
    At the time of PO creation, the material used, does has right PC maintained in material master data, which is getting entered manually but at the time MIRO system is picking up/forcing end user with a message saying "Profit center was set to XXXX" to use a different profit center and stating that this profit center is getting derived from account assignment.
    Anybody would be able to advise, how this profit center get derived in the whole process; creation of PO to MIRO. I am trying to find out how this different profit center is getting picked up by system when it is not maintained anywhere in material master or getting entered manually either.
    Please advise.
    Thanks.

    Thanks for your reply!
    Would you be able to comment, where else does MIRO pick up the profit centre from if there is different (profir centre) maintained in a material master data.
    The material I am using in this purchase order, hasn't got profit centre 1101 maintained in master and still its picking up a different profit centre and before saving the MIRO transaction system asks "Profit Center was set to 1201"
    Another thing I would like to share; at the time of transaction FB50 if I debit/credit GL Inventory Difference Loss account, it picks up Cost Centre 1201 by default, I would like to change it to 1101 so the posting could get directed to Profit centre 1101 as well. I could change and save desired cost centre here which means changing cost centre from 1201 to 1101 in FB50, which leads it to profit centre 1101 as desired.
    Please advise and let me know if you would need to more information on this.
    Thanks

  • Profit center creation

    hai,
    i want to create 10 profit center. can any one guide me in this regard (step by Step). we are using mySAP 6.00 ECC.
    govind.

    hai,
    i have created two profit center and one dummy profit center. In proft center 1100 have posted one journal entry but the system was taken dummy profit center (i.e PGENERAL) and the following message is displaying
    Profit center was set to PGENERAL
    Message no. KI339
    Diagnosis
    You entered profit center P1100 or transferred it from a previous transaction, such as material receipt from an external order. However, the system derived profit center PGENERAL from the account assignments.
    System Response
    The system automatically determines the profit center from the assigned profitability segment, cost center, order, project, network, sales order, or cost objects. This overrides the profit center you entered manually.
    Procedure
    To post the data to profit center P1100, assign the profitability segment, cost center or other object to that profit center as well.
    If the posting to profit center PGENERAL is correct, no further action is necessary.
    This message is sent as an error in the standard system. You can make the message a warning or deactivate it entirely in Customizing. Use the Implementation Guide under "Controlling: General" and choose Change message control. Enter area KI and message number 339.
    govind

  • Error : Profit Center does not match with Business Area. Message no. ZGLTFI

    Hi Everyone,
    Error occurs when doing inbound PGR. Processed done so far are the following:
    Normal PO created & released.
    Inbound created
    Transfer order created and confirmed.
    When doing PGR via VL32N > click Post Goods Receipt error occurs
    Profit Center does not match with Business Area
    Message no. ZGLTFI0001031
    Checked already in KE53 the Profit Center used was assigned to the Co. Code used in the PO.
    The same Profit Center was maintained in material master.
    The Plant used was assigned to proper division and business area.
    Any other ways to check?
    Btw not only in Inbound PGR the error occurs .. also happened in MIGO and MB1C.
    Tried to do other transaction involing the material, plant and profit center all give the same error.
    Any info shared is much appreciated.
    Thank you.

    this error is not a SAP standard error, it is an own message class (ZGLTFI0001), so it must be issued from a validation or user exit.  Please find the user exit, or talk to FI Team and ask what they check

  • Profit Center does NOT exist on 08/24/2010 (Message KM700)

    Hello,
    I am using resource related billing.
    I am adding a Contract Line Item to an existing contract.
    In this Contract Line Item I am entering a wbs element for whichc the associated profit center has an effective date
    of 01/01/2011.
    The Contract Header has a document date of 08/24/2010
    After entering the wbs element in the new contract line and hitting enter I receive the below warning message:
    Profit center ###/##### does not exist for 08/24/2010
    Message no. KM700
    ###/##### = Controlling Area/Profit Center
    Is there a setting that can be switched off so that the warning is NOT displayed ?
    Thanks
    Ermanno.

    If it is warning message, the user can leave as it is. If it is error then in t.code KE52, you can change the validity period by clicking the change validity period button. Change here validity period from date 08/24/2010, thereby you can avoid this message.
    Does this answer your question? If not why you want to remove the warning message? It looks it is standard message, used by more than one program.
    Regards,

  • How to set exist profit center to dummy profit center?

    Dear all:
            My profit center setting in DEV was set to dummy profit center, but when I transport to QAS that the profit center is normal dummy profit center. therefore the 0KE5 dummy profit center was blank.
            How to fix this problem?
    Best Regards,
    Nicole Chen

    Dear NSRobert:
            Thanks you very much. But still not work!!
    Best Regards,
    Nicole Chen

  • Partner profit center 855013 does not exist for 8/27/2008

    Hi FI Guys,
    Iam basically MM guy,i need some help on this FI issue.Could you please help any body please.
    Based on the user issue below,i found that thevalid profit center was maintaining in Material master and the G/L account was may not be assigned to G/L account.
    please reply step by step.
    issue from user:
    Iu2019m trying to obsolete some material using MB1A, movement type 951 and the disposal account # 13560002, but after I enter all the information and try to save it I get the following message at the bottom of the screen: u201Cpartner profit center 855013 does not exist for 8/27/2008u201D.
    Thanks&Regards,
    Babu
    09930154536

    Dear Babu,
    The Profit Center of the selected material has expired validity. Just extend the validity through KE52 and press the button 'extend the validity period' to current year. I think that your problem will be solved.
    Trust this helps much!
    Cheers,
    Ashok SINGH

  • Cost center line items by profit center

    Hi,
    We have an issue, where user has processed a document in FI with profit center "X" however the cost center of the document has profit center "Y" in the master data.
    In FI, accounting document showed against the profit center "X" with which user has processed.
    In CO document profit center was coming with "Y whcih is in cost center master data.
    There is a variance between FI and CO for profit centers.
    However profit center account is not completly configured, it is configured minimally. So GLPCA, GLPCT do not fetch data for the given profit centers, I do not have profit center appearing in CO line item reports. We are using ECC 6.0 version.
    Please help me to reconcile the difference.
    Regards,
    Ramesh.

    Hi,
    I think your case for SAP is not normal process. Normally, if user assign separate profit center which is different to profit center in the Cost Object, lets say the cost center, during the posting the system will issue message that the profit center is changed the profit center assigned in the Cost object. System would not accept two different profit center on one posting process.
    For example:
    Posting material using assigment cost center X  that contain profit center 1000, then also assign own profit center 1402.
    During posting, the system will issue message " the profit center is changed to 1000". This is what happen when there is discrepancy in profit center during posting.
    So, by having one profit center in a document,  the data that flow from FI will follow the assignment in the Cost Object.
    For this problem, I think you need to raise this issue to OSS.
    Regards,
    Irhasni

Maybe you are looking for

  • Network Location not showing domain name in Server 2012 R2 after demoting 2003 PDC

    The single active NIC in my new Server 2012 R2 no longer shows the Network Location of "DOMAIN.LOCAL" like it did before I demoted the only Server 2003 domain controller. The NIC now shows "NETWORK" as the Network Location. The registry still shows a

  • Why am I getting 'sleep wake' failures?

    I have a MacBook Air 1.7Ghz Intel Core i5 with 4GB 1333 Mhz DDR3 memory running OS X v10.9.2. Since a few weeks now, I'm getting regular (2-3 times a week) sleep wake failures, which reboot my Mac at strange moments. E.g. when it's been closed in sle

  • Problem Calling Oracle Stored Procedure From JAVA

    Hello all. I've been banging my head against this all day: Here's the procedure I'm calling: GetIDsByLatLonRadius(inLatitude IN NUMBER, inLongitude IN NUMBER, inRadius IN NUMBER, inTableName IN VARCHAR2, inIDColName IN VARCHAR2, inLatColName IN VARCH

  • Usage of back button in shopping screen brings up the error in the screen,

    Hi All, Usage of back button in shopping screen brings up the error in the screen, In SRM shopping screen, when we use the "back" button on the Internet Explorer toolbar, it does not work, it brings up the error screen. Using the "back" button within

  • EventHandler not executes for more of an user

    Hi Guys, I have three eventhandlers Post-Process, generator user login, associate the user manager and changer user status, from OIM 11g. When executes my HR reconciliation, and exists a new user to be created, is executed all eventhandlers normally,