BPF: Validation error; CV dimension "ACCT" is not a drive dimension

HI friends,
I'm designing one bpf, but validating i'm getting below error message.
BPF: Validation error; CV dimension "ACCT" is not a drive dimension
BPF: Validation error; CV dimension "Category" is not a drive dimension
BPF: Validation error; CV dimension "Entity" is not a drive dimension
BPF: Validation error; CV dimension "INP_CURR" is not a drive dimension
BPF: Validation error; CV dimension "PRODUCT" is not a drive dimension
BPF: Validation error; CV dimension "Time" is not a drive dimension
what is drive dim  and as already mentioned Location dim ( wth owner property) as driver dim.
why i'm getting this error?
Regards,
naresh

Naresh,
What did you do to resolve this?
Regards,
Nsk

Similar Messages

  • BPC 7.5 NW - BPF: validation error the CV dimension is management ?

    Hi, some know this error in BPF for SAP BPC 7.5 NW ?
    BPF: validation error the CV dimension is management
    BPF: Error de validación; la dimensión CV CUENTA no es de gestión
    BPF: Error de validación; la dimensión CV Category no es de identificación
    BPF: Error de validación; la dimensión CV CentroDeCosto no es de gestión
    BPF: Error de validación; la dimensión CV Moneda_Ppto no es de gestión
    BPF: Error de validación; la dimensión CV PARAMETRO no es de gestión
    BPF: Error de validación; la dimensión CV RptCurrency no es de gestión
    BPF: Error de validación; la dimensión CV Sociedad no es de gestión
    BPF: Error de validación; la dimensión CV Sucursales no es de gestión
    BPF: Error de validación; la dimensión CV Tipo_vta no es de gestión
    I am reading "How to configure and execute Business Process Flows in SAP BusinessObjects Planning and Consolidation 7.5 version for SAP NetWeaver"
    Thank you.

    Hi Vitoto,
    Each step should have a driver dimension. This dimension needs to have the OWNER property. So, in each step, you need to select which is the driver dimension. And you need to select the member as well.

  • BADI Error: Field GOITEM-ACCT is not ready for input ? HELP!

    I get this error message when testing my BADI in the MIGO Transaction.  The BADI is the MB_MIGO_BADI.  It is from the Line_modify method.  Here is the entrie message:
    BAdI: Field GOITEM-ZZREG_ACCT is not ready for input. (Change is not copied over)
    Message no. MIGO050
    Diagnosis
    The contents of field GOITEM-ZZREG_ACCT have been changed in BAdI MB_MIGO_BADI (method LINE_MODIFY). The field, however, is not ready for input, so the change cannot be copied.
    In method LINE_MODIFY, only the contents of fields that are ready for input can be changed.
    The field is defined correctly in the screen as an input/output field - so it does not relate to that.
    HELP!!!!!

    Yes - I have reviewed all of the code and I never do any modify to the screen attributes of a field - although it sure acts like it.  The screen lets me put in data and it stays there up until it finishes the method line_modify.  The error is when i press return after i enter the field- it completes the BADI method and then goes to the main program and does field validation and always comes back with some internal table field called "work" with a value of 0 and it should be a value of 6.
    Thanks! 
    Scott

  • NFe Error: Valid. error: CT-e ID does not match the format of tax authorities

    Good Afternoon,
    We are facing an issue when we are sending NFe layout 3.10 from SAP ECC to SAP GRC 10.0. We are receiving the following error regarding to CTe but, in fact, we are only sending NFe:
    One thing to note is that once we receive this error we use "cancel the reject NFe" and then we resend the NFe with successfull.
    Could anyone please advise why the CTe error mentioned before is occuring?
    Thanks in advance.,

    Muito obrigada José , nós vamos aplicar a nota no ambiente de teste, mas não vamos aplicar em produção, porque de repente voltou a funcionar.
    Para os casos que não haviam funcionado ou fiz o procedimento descrito pelo Glauco, de cancelar e então reenviar. O sistema orienta apenas reenviar, mas nao funciona.
    Nós decidimos aplicar a nota em produçao somente quando voltar a ocorrer este problema, porque queremos ter a oportunidade de debugar o programa de criação de NFe  no GRC e entender o que acontece.
    Para mim é inaceitável um programa que funciona bem , de repente parar e depois voltar a funcionar,  uma vez que o tipo de registro que está sendo processado tem as mesmas características e nenhuma configuração foi alterada.
    A SAP tinha que explicar melhor os por quês.
    Obrigada pela ajuda mais uma vez!
    Abraços,
    Fernanda

  • AP Open Invoices - ACCT DATE NOT IN OPEN PD - Error

    Hi,
    I am uploading AP Open Invoices using Interface Tables and after running the concurrent it is giving the error "ACCT DATE NOT IN OPEN PD".
    Is there any solution to upload invoices without open periods?
    Because in our functional consultants's opinion: "after open period it may not be allow to close period".
    Please guide me,
    Thanks
    Waqas Hassan

    Please see these docs.
    R12: Expense Reports Rejected With Reason ACCT DATE NOT IN OPEN PD [ID 472066.1]
    ARXRWMAI - Error On Refund ACCT DATE NOT IN OPEN PD [ID 749249.1]
    Transaction Workbench: Error: "Acct Date Not In Open PD" When Creating Refund [ID 795536.1]
    Receipts Workbench Error: Listing of ORA Errors [ID 1364345.1]
    Thanks,
    Hussein

  • Date Validation Error in Chaining Management

    While trying to copy data from another item in chaining management.
    After selecting target and source, on pressing "Chain" I get the below error:-
    Validation Error
    The 'From Date' can not exceed the furthest out 'Sales Date'.
    OK
    My earliest sales date from sales_data table is "12/27/2010"
    The 'From Date' I am giving is the same as my earliest sales date '12/27/2010'.
    I am getting this error even after entering dates after '12/27/2010'.
    In my sales_data table, the sales_date for the source item ranges from '12/27/2010' to '12/26/2011'.
    Please let me know if anyone has faced this problem and found the solution for it.

    This is solved.
    This was occurring because I had not run the forecast for the source item. The problem went away after running the forecast for the source item.

  • ASP Javascript Validation Error -

    Help!!!!
    Hi, i would appreciate some help on the following validation
    error i get the error is -
    "The tag: "script" doesn't have an attribute: "runat" in
    currently active versions.[XHTML 1.0 transitional]" - where the
    code that i have used is -
    "<script language="vbscript" runat="server">
    function PreserveWhitespace(str)
    tabStr =
    chr(160)&chr(160)&chr(160)&chr(160)&chr(160)
    str = Replace(str,chr(10),chr(10)&"<BR>")
    str = Replace(str,chr(9),tabStr)
    PreserveWhitespace = str
    End Function
    </script>"
    I've used this code to ensure that the data returned from the
    database is correctly formatted - however the validation error is
    causing the site not to be w3c validated -
    Appreciate the help --

    .NET does not support VBScript. If your not using .NET, get
    rid of the runat="server"

  • Got error "Your acct is not valid for use in the Israeli store.  You must switch to the US store before purchasing" while using an Israeli SIM card in Israel.  I switched to Israel on my PC at home in mu itunes acct, but now cant connect to iTunes. help?

    Got error "Your acct is not valid for use in the Israeli store.  You must switch to the US store before purchasing" while using an Israeli SIM card in Israel.  I switched to Israel on my PC at home in mu itunes acct, but now cant connect to iTunes. Help?

    found it!
    http://www.ehow.com/how_8202183_change-app-store-account-location.html
    Instructions
    1.      
    1Tap "Settings" from the main menu of your iOS device.
    2Tap "Store."
    3Tap "View Apple ID."
    4Enter your user name and password.
    5Tap the space underneath "Change Country or Region."
    6Select the region where you will be located.
    7Tap "Done."

  • EPMA Validation Error: dimension removed or deleted since first deployment

    Dear experts,
    Our deployment is on EPMA and we were able to successfully deploy the Planning application before. Then we tried to update the dimension by loading UDA to each members, after which, we hit this error at validation:
    Error : The xxxx dimension has been removed or deleted since the first successful deployment of the application.
    We did have UDA dimension in it before the update and all dimensions in the applications are shared from the library.
    Our application is on 11.1.1.3 and we have tried to removed all associations and redo it, but still hit this error. As there are many members being assigned with UDA, wonder if it's possible to solve the error without deleting the UDA dimension and recreate it?
    Any input help, please kindly help!
    Thanks!!
    Edited by: 845931 on Apr 5, 2012 4:20 PM

    You will find it in My Oracle Support.
    The contents are as below:
    Applies to:
    Hyperion Planning - Version: 11.1.1.0.00 to 11.1.2.0.00 - Release: 11.1 to 11.1
    Information in this document applies to any platform.
    Goal
    You cannot delete a UDA dimension from EPMA once the application it belongs to has been deployed.
    ERROR
    The 'Colour' dimension has been removed or deleted since the first successful deployment of the application.
    Is there some way to remove the UDA dimension (not just modify its members)? This was possible in the Classic Planning interface but is not when using EPMA.
    Solution
    This is a limitation of EPMA and Planning. There is no mechanism in version 11.1.1.3 and earlier to allow EPMA to remove dimensions from Planning, and because EPMA treats UDAs, Attribute Dimensions, and Smart Lists as dimensions they also cannot be removed from Planning once the application has been deployed for the first time. They can be modified, but not deleted.
    In version 11.1.2 you can delete a UDA dimension in EPMA with no errors but the application will no longer validate (throwing the same error as in 11.1.1.3) and therefore cannot be deployed. However, this does offer an easy way to remove all UDAs assigned to members. If you delete and then re-create a UDA dimension in EPMA the application can be re-deployed again, even if you do not re-create any dimension associations. When you redeploy, all UDAs for this dimension are cleared from Planning and Essbase. This means that although the UDA dimension itself is required in EPMA, there is no trace of it in Planning and Essbase after redeploying.
    HTH-
    Jasmine.

  • 'dimension attribute was not found' error while refresing the cube in Excel

    Dear All,
    Thanks for all your support and help.
    I need an urgent support from you as I am stuck up here from nearly past 2-3 days and not getting a clue on it.
    I have re-named a dimension attribute 'XX' to 'xx' (Caps to small)in my cube and cleared all dependencies (In Attribute relationship tab as well).
    But while refreshing the data in excel client (of course after processing the full cube) I get an error
    'Query (1, 1911) the [Dimension Name].[Hierarchy Name].[Level Name].[XX] dimension attribute was not found' error.
    Here I am trying to re-fresh an existing report without any changes with the new data.
    Does not it re-fresh automatically if we clear the dependencies or there something that I am missing here (Like order of the dependencies).
    Cube processed completely after modifications and able to create new reports without any issues for same data. What else could be the reason?
    Can some one help me here?
    Thanks in Advance and Regards,

    Thnaks alot Vikram,
    In se11  ,when i was trying to activate the  /BIC/FZBKUPC , it is showing the warnings  like
    Key field KEY_ZBKUPCP has num. type INT4: Buffering not possible, Transport restricted.What it means.
    In PErformance Window it is showing like:
    A numeric type was used for a key field. A table of this sort cannot be buffered.When buffering, the table records for numeric values cannot be stored in plain text.
    Procedure
    You can enter "no buffering" as an attribute of the technical settings and then repeat the activation process. The table is not buffered.
    If you want to buffer the table, you must replace the type in the key field by a character type, i.e. that you must modify the table.
    Please adivice with your valueable suggestyions.
    Thanks Vikram.

  • Validation error message is not displayed for an attribute as an Input List Of Value

    Hi everyone,
    I use jdev 11.1.1.7.0
    In my application I've created an Entity Obj and a View Obj base Employees table.
    for the JobId attribute I've taken actions as listed below:
    1. in Employees EO I've created a validation for this attribute and in some cases an error message returns (the error message is "the salary is not high"):
         * Validation method for JobId.
        public boolean validateJobId(String jobid) {
            if (...) {
                return false;
            if (...) {
                return false;
            if (...) {
                return false;
            return true;
    2. in Employees VO  I've created a LOV for this attribute (the view accessor is JobsViewObj ) and I display the attribute as an Input Text with List Of Values.
    in jspx page I drag& drop this attribute as below:
              <af:inputListOfValues id="jobIdId"
                                    popupTitle="Search and Select: #{bindings.JobId.hints.label}"
                                    value="#{bindings.JobId.inputValue}"
                                    label="#{bindings.JobId.hints.label}"
                                    model="#{bindings.JobId.listOfValuesModel}"
                                    required="#{bindings.JobId.hints.mandatory}"
                                    columns="#{bindings.JobId.hints.displayWidth}"
                                    shortDesc="#{bindings.JobId.hints.tooltip}"
                                    autoSubmit="true">
                <f:validator binding="#{bindings.JobId.validator}"/>
              </af:inputListOfValues>
    I open the Popup and I select a row from the Popup list and then I click Ok. After that if the validation method(validateJobId) returns false, the error message("the salary is not high") must be show to the user. but the error message doesn't display. I don't understand why this happens.
    Can anybody guide me about this problem?
    Regards
    Habib

    yes, you're right, I've tested it in 12.1.3 and error message was displayed.
    it seems it's a bug(bad bug ) in both 11.1.1.7 and 12.1.2. and now what can I do? is there any way to display the the error message?
    Regards
    Habib

  • Crystal report for visual studio 2010 data source object is not valid error

    Hello,
    I receive an "data source object is not valid" error when I want to print one CR document after setting an ADODB.Recordset on SetDataSource method of my report.
    On my developer station, this operation works without problem but on client station, I get this error.
    The redistributable package for client is installed on client side (CRRuntime_32bit_13_0_1.msi).
    Can someone help me?
    Thank you.

    Thank's for your answers
    Dim rsPkLst As ADODB.Recordset = Nothing
    Dim report As New crPickingList
    ' Fill ADODB.Recordset with SQL Statment
    If rsPkLst.RecordCount > 0 Then
          report.SetDataSource(rsPkLst) ' Error : The data source object is invalid
    EndIf
    This error appears during  "report.SetDataSource(rsPkLst)" instruction.
    ADODB drivers are already installed and my ADODB.Recordset is filled with good records.
    This project is an updated project from Visual Studio 2003 to Visual studio 2010 and the old version was running fine.
    Developer and client station runs under Windows XP SP3.
    On developer side I install CRforVS_13_0_1 (BuildVersion=13.0.1.220.Cortez_CR4VS).
    On client side I install CRRuntime_32bit_13_0_1.msi.
    Both stations use Microsoft .Net Framework 4.
    Move to ADO.NET is a solution but, for the moment, I do not have the time to change all applications from my company.
    (I get this error from all application updated from VS 2003 to VS 2010 developed since 2005)
    David.

  • While installing itunes i am getting error "this installation package could not be opened.verify that the package exists and that you can access it,or contact the appliacation vendor to verify that this is a valid windows installer package"

    While installing itunes i am getting error "this installation package could not be opened.verify that the package exists and that you can access it,or contact the appliacation vendor to verify that this is a valid windows installer package"

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • How to fix error: This installation package could not be opened. Verify that the package exists and that you can access it, or contact the applikcation vendor to verify that this is a valid Windows Installer package."

    ERROR: This installation package could not be opened. Verify that the package exists and that you can access it, or contact the applikcation vendor to verify that this is a valid Windows Installer package." I have tried everything which I found on google and apple community. Does anybody have the exact solution? PLEASE HELP!

    What has this to do with the application Front Row which this forum covers?
    What are you trying to install, on what Mac, with what version of OS X?

  • The database error text is: ORA-01843: not a valid month

    I am trying to use a date field as a query filter and I keep getting the
    following error:
    A database error occurred. The database error text is: ORA-01843: not a
    valid month. (WIS 10901).
    When I remove the query filter and run the query it works as
    expected. I want to be able to allow the users to use the date field in order
    to select a date range. Can someone provide me with some information on how to
    resolve this issue.

    SQL> SELECT (to_char(tO_date('09/29/2006', 'mm/dd/yyyy'))||':'||TO_CHAR(systimestamp,'hh24:mi:ss:ff6'))
      2  FROM dual;
    (TO_CHAR(TO_DATE('09/29/2006
    29-SEP-06:01:33:09:023000
    But you want mm/dd/yyyy hh24:mi:ss:ff6 format then use TO_CHAR function for format specifier
    SQL> SELECT to_char(to_timestamp((to_char(tO_date('09/29/2006', 'mm/dd/yyyy'))||':'||TO_CHAR(systimestamp,'hh24:mi:ss:ff6')), 'dd/mm/yyyy hh24:mi:ss:ff6'),'mm/dd/yyyy hh24:mi:ss:ff6')
      2  FROM DUAL
      3  /
    TO_CHAR(TO_TIMESTAMP((TO_CHAR
    09/29/0006 01:40:27:113000
    SQL> Khurram

Maybe you are looking for

  • Photoshop CS5 Won't Run on OSX 10.9.2

    'You can't open the application " Adobe Photoshop CS5.app" because it is not supported on this type of Mac.'  Is the error that I get after installing and once I try to open.  I have a Mid 2012 MacBook Pro with 8GB of ram. Any suggestions?

  • ITunes will not quit - even "Force Quit"

    When I installed the 8.0.1 patch on my iMac, I noticed that iTunes quit working correctly after importing some new tracks. It would not quit. I had to force quit but then it would not open correctly the next time and it would not quit. From that poin

  • I am not able to sync my ipod 4g with itunes.

    I am not able to sync my ipod 4g with itunes. Says unable to "load data class"!!!! Please help!!!!! SOS!!! I have tried every possible trick present in google!!! But nothing helped!!!! Below is what I tried from the threads on google! I do not have a

  • Regarding outbound idoc into xml conversion

    Hello everyone can anyone let me kno all the procedure to make our idoc outbound and convert it into XML file,  is there any standard program or any other method if i am using we21 then what thing i have to do. is it neccesary for us to go to tc we60

  • How to get the Apps tab in CC to connect?

    I have been trying for some time to upgrade my lightroom and get illustrator in Adobe CC but when I try to connect I just get the spinning wheel and it will not connect. Also in Preferences, "Apps" is greyed out and won't connect. I've tried switchin