Extraction error "Target cost version in controlling area does not exists"

Hi Gurus,
I am trying to pull some data from a SAP OLTP system into SAP BW 710 system, using extractor "0CO_PC_02". The data load is failing with the below error message:
Target cost version in controlling area does not exist     KN     147
Target cost version 2 not defined. Check your entry     KV     35
Internal program error ( Order 000010510554 Version 002 )     RM     11
Errors in source system     RSM     340
The same error is thrown when I am trying to execute the extractor in RSA3 in the source system.
Please help me with the resolution of the same. It's a high priority job we are handling as of now in this.
Thanks & Regards,
Vikas Kr.

You are attempting to display data on a target cost version that does not exist in controlling area.
see this http://forums.sdn.sap.com/thread.jspa?threadID=1609418
http://www.consolut.com/en/s/sap-ides-access/d/s/doc/YV-KN147

Similar Messages

  • Error AFAB---Cost center '' in controlling area  does not exist

    Hi,
    While run depreciation appear the error message KI222, even if cost center exists and I can post on hin direct from FI.
    Regards,
    IM

    Hi,                                                                               
    Error KI222 is caused if some cost centers do not have   leading zeros in table ANLZ.
    To avoid error KI222, you need to add the zeros in ANLZ-KOSTL.                                                                               
    Example in  ANLZ:                                                                               
    BUKRS  ANLN1          KOSTL                                               
    XXXX   000000084059   0000001214                                          
    XXXX   000000089990   1214                           
    Regards Bernhard

  • Controlling area does not exist in assignment ?

    Hi,
    I've created & assinged controlling area to the company code , But then When I used PPOME to create org unit and assign the Controlling area , It did not exist in the list ? How can i configure this
    Thanks in advance

    Hi,
    Check in V_TKA01_GD table (assign company code to controlling area) whether controlling area is assigned to company code properly or not. If it is assigned properly then in PPOME Tcode in Account Assignment tab once you enter your company code Controlling area will be selected automatically.
    If controlling area is not assigned to company code properly then you will not able to see that in PPOME. In this case you can take help from FI consultant as they only create Controlling area and assign it to company code.
    Regards,
    GRM

  • QM UD Error Message: Check table XEKBN: entry 45039875220001003 does not exist.

    Hello QM expert,
    I encounter a error when I make a UD. (Please refer to below screenshot. )
    Case 1: I did quantity post to unrestricted use, to scrap, to blocked stock, to new material, to reserves, return delivery. When I save this UD, there is a error message 'Check table XEKBN: entry 4503987522000100310100 does not exist.'  (PS. 4503987522 is PO number, but I don't know what it is about 10031010.)
    Case 2: I fill the same field like Case 1, but exclude to new material. It can be passed, no error message.
    Case 3: I only fill one field [to new material. It can be passed, no error message.
    Could you please give me some guidance? Thank you so much.
    Best Regards,
    Fanchao Bu

    Hi Fanchao,
    Form the inspection lot number range, I believe you are using GR form Purchase Order, right? Please confirm the below points -
    1. Is this a normal PO or Sub-contractor's PO?  Please confirm if this issue is happening for every stock posting like Unrestricted, Scrap, Blocked...? or just for one? Can you try one by one for example, move stock form QI => Unrestricted stock only (and do not combine all types together like the attached screenshot) and suggest if that is working.
    2. If this is a non-valuated material you have used (NLAG) for testing? Are you trying to post materials for previous period? Storage Location SM10 is valid?
    If still this issue exist, then potentially, there is some issue with valuation variant linked to valuation area, which is normally maintained in Configuration OPK9. Paralelly, you can request your ABAP team to check FM MB_UPDATE_VALUE_ENQUEUE_TABLE, Include LMBGBU04, as suggested by the below link -
    SAP ABAP Function Module MB_UPDATE_VALUE_ENQUEUE_TABLE - SAP Datasheet - The Best Run SAP Run SAPDatasheet
    You can also check SAP notes below, based on the business needs:
    1. 403671  - Error M7001: 'Please check table &...'
        401462  - Error M7001: 'Please check table &...'
        201833  - M7001: 'Please check table XEKPO: Entry & &...' 
        2072019  - Error M7001 raised during posting goods receipt
        407265  - Transfer parameter with BAPI BAPI_GOODSMVT_CANCEL (this may be linked to your return Delivery of 1 PC...)
        439945  - GR w/ freight costs for stock transport ordr w/ML currencies
        521090  - FAQ: Stock transfer to stock transport order
        867878  - Inconsistencies in the EKBE table because of conversions
        214814  - M7001/M7361: Table T156M, entry MAA7 2
        1584493  - Overdelivery check for GR blocked stock with GR-based IV
        102863  - GI f.delivery f.a stock transfer w.delivery costs
    2. 409529  - Price differences during goods receipt for purchase order
    3. 1528009  - MAA: incorrect distribution of goods receipt quantities
    4. 1569831  - MAA2: Composite SAP Note after Support Package SAPKH60504
    5. 406973  - M7001: Please check table XEBEFU: Entry does not exist
    6. 70577  - QA11: Error M7001 when posting qty in usage decision (OLD NOTE, May not be applicable)
    7. 824322  - QAC1: Incorrect batch in material document (Old Note, may no be applicable)
    Else, you can speak to MM team and/or FI team to help you better in this case, as I feel there is no much QM issues involved.
    Thanks,
    Arijit

  • OLE DB or ODBC error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

    Hi,
    I have one client and one server.  In both hosts I created an OS-user named User1.
    The user have been given various role under the prefix SQLServer2005.
    The default instance of SQL Server and instance (background-process) of
    Analysis Service are also run under User1.
    I connected via Management Studio to Analysis Service directly in the
    server.  I set the permission to access Analysis Service to Everyone. 
    This means everyone should be able to use Analysis Service.  I have set
    ODBC data source to the server.  Testing was successful.
    I created a project to create a cube.  The tables are fairly small (total 300 MB, biggest one 290).
    On project setting (created at client) I set the server host as
    deployment target. I managed to deploy project when all I have are Data
    Source and Data Source Views.
    But on deployment I always failed.   The errors remain the same, begins with
    OLE DB error: OLE DB or ODBC error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.; 08001.
    I have tried 4 combinations of Impersonation :
    (A) Use a specific username and password
      * in which I supply User1 and the password of User1
    (B) Use the service account
    (C) Use the credentials of the current user
    (D) Default
    Why is this? The server does certainly exist.  I think the error message is wrong.
    I have seen 3 posting that seems related.  One of them say the solution is giving the right impersonation, but gave no detail.  About the privilege, User1 are granted the role of
    SQLServer2005MSOLAP.  What is the solution?
    Thank you,
    Bernaridho

    I just had this problem and solved it by creating an alias in SQL Server Configuration Manager, as below:
    Scenario: My SQL server is accessible from the internet under my.domain.com, and from itself at ServerName. But the local network can't see itself through the router at my.domain.com, so the deployed project is unable to process the cube, since that would
    require Analysis Services to be able to see the SQL Server at my.domain.com, which it can't do.
    So I changed the server in my project from my.domain.com to ServerName, and I created a local alias to ServerName in SQL Server Configuration Manager, under SQL Native Client 11.0 Configuration, Aliases. In my case, I pointed it to localhost port 1333, and
    used SSH -L 1333:my.domain.com:1433, but I could have pointed the alias directly to the server, just as well. (Verifying... yes, that worked too, so you can forget SSH if you have no interest in it.)

  • Error: ORA-16532: Data Guard broker configuration does not exist

    Hi there folks. Hope everyone is having a nice weekend.
    Anyways, we have a 10.2.0.4 rac primary and a 10.2.0.4 standby physical standby. We recently did a switchover and the dgbroker files automatically got created in the Oracle_home/dbs location of the primary. Now need to move these files to the common ASM DG. For this, I followd the steps from this doc:
    How To Move Dataguard Broker Configuration File On ASM Filesystem (Doc ID 839794.1)
    The only exception to this case is that I have to do this on a Primary and not a standby so I am disabling and enabling the Primary(and not standby as mentioned in below steps)
    To rename the broker configuration files in STANDBY to FRA/MYSTD/broker1.dat and FRA/MYSTD/broker2.dat, Follow the below steps
    1. Disable the standby database from within the broker configuration
    DGMGRL> disable database MYSTD;
    2. Stop the broker on the standby
    SQL> alter system set dg_broker_start = FALSE;
    3. Set the dg_broker_config_file1 & 2 parameters on the standby to the appropriate location required.
    SQL> alter system set dg_broker_config_file1 = '+FRA/MYSTD/broker1.dat';
    SQL> alter system set dg_broker_config_file2 = '+FRA/MYSTD/broker2.dat'
    4. Restart the broker on the standby
    SQL> alter system set dg_broker_start = TRUE
    5. From the primary, enable the standby
    DGMGRL> enable database MYSTD;
    6. Broker configuration files will be created in the new ASM location.
    I did so but when I try to enable the Primary back I get this:
    Error: ORA-16532: Data Guard broker configuration does not exist
    Configuration details cannot be determined by DGMGRL
    Form this link,(Errors setting up DataGuard Broker it would seem that I would need to recreate the configuration....Is that correct ? If yes then how come Metalink is missing this info of recreating the configuration... OR is it that that scenario wouldnt be applicable in my case ?
    Thanks for your help.

    Yes I can confirm from the gv$spparameter view that the changes are effective for all 3 instances. From the alert log the alter system didnt throw u pany errros. I didnt restart the instances though since I dont have the approvals yet. But I dont think thats required.

  • ORACLE error 959 encountered ORA-00959: tablespace 'xyz' does not exist

    im importing a dump to a newly created BD and im using 11g. I have already tablespaces and user for the dump to be imported.
    The problems is, i have a total of 5 tablespaces created, all 4 are working well except the one tablespace and im receiving a 959 error(IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'xyz' does not exist). The log mentions that the tablespace does not exist even if this tablespace exist in the list of tablespace and datafiles created.
    Hope you could help me with this. Thanks
    Edited by: user8667617 on Feb 18, 2010 11:06 PM

    SQL> Select name from v$datafile;
    NAME
    C:\APP\ORACLEADMIN\ORADATA\ORC11\SYSTEM01.DBF
    C:\APP\ORACLEADMIN\ORADATA\ORC11\SYSAUX01.DBF
    F:\ORC11DBUNDO\UNDOTBS01.DBF
    E:\ORC11DBUSER\USERS01.DBF
    E:\ORC11DBUSER\INT_TRANSACTIONS_DATA.DBF
    E:\ORC11DBUSER\INT_DATA.DBF
    E:\ORC11DBUSER\CAS_DATA.DBF
    E:\ORC11DBUSER\COS_DATA.DBF
    E:\ORC11DBUSER\INT_ONLINE_TRANSACTIONS_DATA.DBF
    9 rows selected.
    SQL> Select * from v$tablespace;
    TS# NAME INC BIG FLA ENC
    0 SYSTEM YES NO YES
    1 SYSAUX YES NO YES
    2 UNDOTBS1 YES NO YES
    4 USERS YES NO YES
    3 TEMP NO NO YES
    6 INT_TRANSACTIONS_DATA YES NO YES
    7 INT_DATA YES NO YES
    8 CAS_DATA YES NO YES
    9 COS_DATA YES NO YES
    10 INT_ONLINE_TRANSACTIONS_DATA YES NO YES
    10 rows selected.
    SQL>
    here are the result of my query and it seems that the tablespace is recognized by the DB.
    is there still any reason why? also when i try to drop the said tablespace in getting a response of the "tablespace does not exist" but when i try to create the tablespace it says that "ORA-00604: error occurred at recursive SQL level 1
    ORA-00001: unique constraint (SYS.I_TS1) violated"
    hope you can help me with this.

  • Error "Processing routine ENTRY in program ztest does not exist"

    Hi All ,
               I facing problem in Samrt form  driver program
            Error "Processing routine ENTRY in program ztest does not exist"
             when i given print through T.Code Me22n
             Can you suggest  me why i facing this problem.........
      This is below my driver program code:
    Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code
    Edited by: Rob Burbank on Mar 10, 2010 9:53 AM

    Hi nIck,
             I  write the code this way
              can you suggest me any changes are require
      FORM ENTRY USING RETURN_CODE TYPE I US_SCREEN TYPE C.
      PERFORM DATA_FETCH.
      PERFORM DATA_PROCESS.
      PERFORM CALL_FORM.
    ENDFORM.                    "entry
    *&      Form  data_fetch
          text
    FORM DATA_FETCH.
      PONUMBER = NAST-OBJKY.
    ENDFORM.                    "data_fetch
    Regards
    Raju
    Edited by: raju mahapatra on Mar 11, 2010 7:23 AM

  • Error in EA00 - EITR Billing Document No. does not exist

    Hi Experts,
    I am tryign to Final bill a moved out contract for the dates 16.05.2007 to 31.12.2008.
    The joint invoicing condition is 1. When I try to bill these billing documents through EA00 I am getting the Error "EITR <Billing Do. no.> A does not exist.
    Even when I try to confirm move out and Final Bill through Transaction EC56E I am getting the same error for all 3 contracts.
    The three billing documents for which I am getting the error have been already reversed and are not seen in EITR. They are seen in table ERCHC.
    Any idea why this error occurs? I added entries in table EITR manually for the 3 billing documents, then the error does not occur any more. But this doesnt seem to be a very acceptable solution.
    Let me know your insights on this one.
    Thanks and Regards,
    Prajakt Dhumal

    Thanks for your mail.
    I am trying to final bill a customer (03). The bill order is created successfully for the period which I am trying to bill. Also, when I am trying to bill the contract thru EA00, I am getting an error that u201CEITR <billing doc no> A Not foundu201D.
    The billing doc in the above error is of a different period (later that the Final Billing period) and has also been reversedu2026 I am not understanding why its referring to that Billing doc while billign a different period entirely
    Thanks and regards,
    Prajakt

  • RH9, 32-bit Word 10, "A supported version of Microsoft Word does not exist."

    I upgraded to RH9 to try to get past this problem, but I'm still getting the error.
    Printed Documentation
    A supported version of Microsoft Word does not exist. Please install Microsoft Word 2000 or newer.
    OK  

    My bad, I didn't realize that upgrading to TCS 3.5 didn't remove RoboHelp 8.

  • "A supported version of Microsoft Word does not exist. Please install Microsoft Word 2000 or newer."

    I am a new RoboHelp user und I want to import content written with Word 2013 into RoboHelp.
    I'm using RH HTML 9.0.2 and MS Word 2013 (Office 2013) on a Windows 7 professional computer.
    When I try to import a Word-Document (I downloaded and used the example document from Peter Grainge and also tried other Word-documents) I get the following message:
    "A supported version of Microsoft Word does not exist. Please install Microsoft Word 2000 or newer."
    What can I do?

    The error message is wrong as regards the version you need to install. It should state that you need a compatible version and the latest is Office 2010. Even Rh10 does not support Office 2013.
    There is a workaround when generating printed documentation but not when importing. You need to install Word 2010 which can co-exist with Word 2013 if you want to retain that for other purposes. Before using Rh to import, run Word 2010 first.
    To generate printed documentation using Word 2013, right click Properties in the layout, it works from there.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Process chain failure SQL ERROR 942 ORA-00942:table or view does not exist

    HI all,
    We have a proces chain with 'ceate index' process type and got failed with an error as follows......
    SQL ERROR 942 ORA-00942:table or view does not exist
    Plz can anyone give solution for this error.
    SATISH.

    Hey Satish,
    Please refer to this thread:
    BRCONNECT fails with SQL error -942 at location ora_vers_get-1
    I am sure the solution there should solve your problem. There are various other discussions about this error in the forum, I suggest you look through them for better understanding and additional material.
    Cheers!!!
    Manu.

  • Confirmation control key does not exist

    There is a old one PO, which was created with confirmation control key ZSC1 ; Now issue is ZSC1 has been deleted but it is showing in po, now user want to close the po as want to ticked the "delivery completed" ind. in the Delivery tab page at Item level in the po.
    In this cas he is facing the error as "Confirmation control key does not exist" so:-
    1. How can be close the po.
    2.Is there any option, from where we can check the change control i.e. can be checked when ZSC1 was deleted.

    Hi Jurgen,
    I think you misinterpret regarding this issue.
    confirmation control key is not deleted in PO.
    It is deleted from configuration setting I mean from IMG -> Material Management -> purchasing -> confirmation -> Setup confirmation control.
    since it's exists in po but not in config. thats the reason system given us that error.
    so my question was:-
    how to get change control for the same, i.e. when it was deleted from config. setting
    And how set del. completed ind. in po for closing the po, bcoz it's showing error as "Confirmation control key ZSC1 does not exists"

  • ERROR: Cannot start mail services, configuration directory does not exist

    I'm running an Xserve G5 with one internal boot drive and one RAID using the other two internal drives. I used Apple's Disk Utility to set-up the RAID.
    Back in early December, I moved my mail database and mail store to the RAID. Ever since, when I restart the server, the mailaccess.log generates the following error:
    Jan 23 18:51:33 mail master[47]: ERROR: Cannot start mail services, configuration directory does not exist: /Volumes/RAID/mail.data/db
    I'm speculating this is a timing error that gets created when Postfix initially can't find the RAID. Then, it must try again and find it because the error message does not repeat and mail starts running.
    Is this something to worry about?

    Hi Joel,
    You're right, it's a timing issues. The mail system is ready for work before the file system is mounted. It's benign.
    Jeff

  • Logon Error:[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist

    Hi,
    Getting following error while trying to connect MySQL server to the MDM Import manager.
    logon Error:[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist or access denied
      i have supplied the following paramter values.
    Type : SQL server
    Remote System : MDM
    DBMS server : localhost 
    Database Name : testing
    user: < MySQL user name>
    password : < MySQL password>
    pls let me know how can i solve this problem.
    thanks

    Refer the blog
    /people/rupesh.kumar4/blog/2008/08/20/how-to-integrate-mdm-with-mysql-server-50
    thanks
    Rupesh

Maybe you are looking for

  • How to display UI elements dynamically on the click of a radiobutton

    hi all, I have created two radio buttons rb1, rb2 dynamically.  If i click on rb1, ...... one label, one inputfield (ie., some UI elements ) must be displayed in the same view & if i click on rb2, other UI elements must display.  can anyone tell how

  • Which is the mac OS registry location and filename to determine the version of installed firefox?

    I have a Mac mini with 10.8.4 installed. I installed firefox 21.0. I'm trying to locate the registry entry (plist) file which contains the version of firefox installed. This file needs to be used programatically.

  • How to use Kerberos in IOS app?

    Hi I am a starter in developing IOS apps. I just completed my app and th eonly part missing i sKERBEROS authentication. I am new and i don know anything about implementing and integrating in my application. I just heard that i need to include GSS.fra

  • How to get commission agent for a customer

    Hi, I have a report to develop wherein im collecting customers from BSID table. Now for each of these customer I have to find commission agent (Partner function = Z0). Can anybody please give an idea to do so. I have gone through some of the tables l

  • How to fetch encrupted data in file

    Hi All, My scenario is that we send payments data to bank to process vendor payments. Data is received from Finance(R/3) server to XI server, where our XI server pass data to Bank's XI server. As it a crucial data, we exchange certificates to share d