BPC Validation Rules and Reports

We have validation rules set up, however, the client wants a report that shows the information that does not validate.  Does such a report exist? or do I need to write a script?

Hi,
You can acheive this by using Use BADI implementation under Validation maintenance.
hope it helps...
regards,
Raju

Similar Messages

  • BPC 5.1 and Reporting Services on Shared, Corporate Server

    We are implementing BPC 5.1 and want to integrate with Reporting Services on a shared, corporate server rather than installing on BPC app/web server. The reason is to minimize number of Reporting Services installations corporate wide. This has led to a number of challenges and questions, which I hope someone can assist with.
    1. What level of access is needed by the three BPC service accounts to Reporting Services, during install and ongoing?
    2. Can BPC be configured to point to a specific Reporting Services sub-directory, rather than having to browse the whole Reporting Services root?
    3. Is there any documentation on BPC and Reporting Services?
    Thank you. Nancy

    You know there are 3 types of users who assigned to SysAdmin, Admin and user. Your SysAdmin user must have administrator rights of your corporate reporting server. Or that user must be user of "Content Manager" role in reporting service. Otherwise, you will get many errors by end of certain function of Admin console such as process security or process application.
    And BPC is designed to use a reporting service exclusively. It is not designed to use a particular folder other than root.
    I do not have idea about documents regarding reporting service of BPC.

  • Planning ,Business rules and Reporting Analysis Backup

    Hi
    Currently we have migrated our Hyperion Planning EPMA 11.1.1.2 applications from TEST to PROD on windows 2003 Server (2 boxes).Essbase Server on UNIX and Application Server is OAS.We need to take backups on daily basis for Hyperion planning, BR's ,Reporting Analysis , Financial Reporting and Essbase , Open LDAP.
    But now We are taking only backups for Essbase and Open LDAP by using maxl script and Backup.bat file (Scheduled in Windows Scheduler)
    As per the documentation we are going to take the backups for the Hyperion planning, BR's ,Reporting Analysis , Financial Reporting also.
    Our concerns are
    1)Is there any BAT files for planning , BR'S and Reporting like open LDAP Backup.BAT
    2) If doesn't have how can we move ?(not manually, Using Windows Scheduler)
    3) Is there any necessity to create new Batch scripts for this action?
    Could you please any one help me out.
    Thanks in advance

    Hi,
    There are no other batch scripts I am aware of, you will have to create any new ones.
    In regards to backing up with business rules and planning, that would be mainly be backing up the repository.
    You can also use LCM to export your objects and this can be called from command line.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • BPC validation rules based on member properties

    Hi all,
    validation rules seem to be very helpful in BPC NW but all examples I have found use members to define the rules. Is possible to use a member property to define a rule?
    For example, my ENTITY dimension has a STATUS property. I want to ensure that the user cannot save data when this property is equal to "CLOSED".
    thanks for your help,
    Alex

    Hi,
    You can acheive this by using Use BADI implementation under Validation maintenance.
    hope it helps...
    regards,
    Raju

  • BUG: Declaring Method Validation (Validation Rules)

    JDev Team!
    Situation:
    WHen I create validationXXX() on Entity level or validationXXX(...) methods and I set my custom error message (MessageBundle created for this Entity) and then rum UML application or tester for application module I didn't get defined message. I got some generic message.
    Same thing happend when I create validation rule and connect to entity or attribute.
    What do I wrong or anybody help me?

    Messages provided via the editor when you select a method-validation rule are generated in the message bundle file but are not used at runtime when the method validation fails. The expectation is that the method itself will use the message when throwing an exception. However a number of folks have reported this confusion via OTN and other means and an ER (2716501) has been logged to modify this behavior so that if the user does not throw a JboException in the method itself, that the framework will pick up the supplied error message to throw.

  • How to create a validation rule in SAP BODS Job

    Hi Experts
    I have created a BODS Job and in that job i have to create a validation rule as if the cust_id is null the loading must stop.
    I dont have idea where i have to define this validation rule in the Job and how to stop the load job if the validation rule file.
    My Job was defined like below image
    Please guide me where i have to define the validation rule and how to stop the load job.
    Thanks in advance
    PrasannaKumar

    Hi samatha b
    Thanks for your response. I have done as you said and now i can rise the exception.
    I have another requirement as per the validation transformation the data will load into Pass table and Fail table after job execution. If any data entered into fail table i have delete the data loaded into Pass table.
    Here i am facing problem as my target tables are MySQL tables and when i am writing scripts i wrote the script as
    sql('database','delete from <tablename>');
    but as it is an SQL Query execution it is rising exception for the query.
    How can i delete the data loaded into MySQL Target table using scripts.
    Please guide me for this error also
    Thanks in Advance
    PrasannaKumar

  • How do you create custom validation rule in WS 9.2?!?!?!

    Hello,
    I am using Workshop 9.2. I created a page flow, and want to do some form validations.
    I saw the simple 9.2 example, but it is only good for very basic validation, what if you have to validate the form field against a database, must you write a custom validation rule? HOW would you do this in 9.2 so that will still stay with the workshop/netui paradigm?
    http://beehive.apache.org/docs/1.0.1/netui/validation.html
    Keith

    Hi Keith,
    Staying within the declarative validation framework the answer is probably that you do need to write a custom validation rule and refer to it using the @Jpf.ValidateCustomRule annotation.
    The NetUI Annotation Reference shows how the Struts validations are supported via the framework.
    http://beehive.apache.org/docs/1.0.1/netui/annotations/pageflow_annotations.html
    Specifically, if you look through the @Jpf.Validate* annotations, while most of these are "canned" common validations, there are a few that are more open-ended, such as @Jpf.ValidateMask and @Jpf.ValidateValidWhen.
    Those two let you write the validation logic in the annotation while @Jpf.ValidateCustomeRule only refers to a custom rule in the struts validator file.
    In any case, there is a validation rule editor which should help in authoring and managing the annotations. In the Page Flow Explorer or Page Flow Editor just right click on the action or form bean bean of interest and choose Validation Rules and the appropriate scope.
    I hope that's of some use,
    Troy

  • Validation Rule: Department cannot have more than 5 employees

    Say there is a LOV of departments. User will select one department, and employees connected with that department will be displayed in the table below.
    Then there will be a button to create an employee. Once entering the data, the user will press Save button. Now there is a validation where the application will check that a department cannot have more than 5 employees.
    I want to know how to create, and where to create such a validation rule, and how?

    Sorry to rain on the parade here, but I don't believe that any of these solutions will work correctly, at least not if your application has more than one user.
    There is one way (short of using explicit locking, which is a bad idea for a web app) that I know of to implement such a requirement - it would involve creating a refresh-on-commit materialised view in the database and placing a check constraint on the MV. The MV would simply be something like "select department_no, count(*) num_employees from employees group by department_no" and the check constraint would ensure that num_employees must be less than or equal to 5.
    John

  • Deactivating the Validation steps in a particular Validation rule

    Hi
    Can any one suggest the way to Deactivate the Validation Steps in a particular Validation rule relating to T.code:OB28
    Thanks
    Regards
    Sri Krishna

    Hi,
    Good morning and greetings,
    In OB28 in the respective line item, change the activation level from 1 to 0 and that would mean it is inactive...for the entire validation only...you can delete a particular validation step that you dont require inside the validation rule and re-insert it again when you need the same.
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • BPC Validation Report

    Hello
    I have put a control on the work statut that work find
    When I do a esubmit>Validate data if there is an error a message appear that tell me I have no validation report and that administration report are maintain by administrator.
    What shall I do to build a validation report ?
    Thanks for help
    Regards
    Anne Forcinal

    Hi Tim,
      the office_ug mentioned that one should validate the data before submitting it, i am wondering how validation can even be done if data is not submitted into the database?
      having said that, i am trying to simulate a simple validation and work status update exercise, my settings are as followed:
    work status setting:
    account - no - validation
    category - yes
    datasrc - no - totaladj
    entity - owner
    intco - no - all_interco
    rptcurrency - no - lc
    time - yes
    validation rules:
    validation account - remark - validation operand - other - other - applicable periods - validation tolerance
    validation - testing validation - = - blank - blank - 0
    validation rules details:
    validation account - account1 - flow1 - sign1 - account2 - flow2 - sign2 - remark
    validation - sales - blank - 1 - cost - blank - 1 - testing validation
    work status:
    work state - dm ...docs - controlled by
    unlocked - all ... all - both
    submitted - all ... all - both
    approved - all ... all - both
      i am just trying to validate that my "sales" and "cost" entries are the same, i tried validating before and after submitting my data using evsen(10,"finance","sales) and evsen(10,"finance","cost") respectively with the other cv values being budget, input, worldwide1, non_interco, subtotal, lc - 2007.total1 - periodic.
      i received the message "submitted data did not pass validation. you may need to resubmit data" on both ocassions.
      any pointers?
    cheers

  • Validation Rule & Report

    Hi,
    In our Application, FDM is loading data into HFM database even if the validation rule fails.
    As per my understanding, FDM should not load data into HFM, if any one of the validation rule doesnot succeed.
    Is some settings need to be enabled to perform this check ?
    Can anyone guide me.
    Thanks,
    Siva

    Hello,
    The validation report is part of the 'Check' fish (4th fish). The data is already done loaded at the Export/Load fish (3rd fish)
    The purpose of the Check fish (and the report it produces: Validation Report) is to verify the accuracy of the data that was loaded.
    Thank you.

  • Report for Validity Start and End Date in PO

    Dear All
    Is there any report where I can get PO validity start and end date which user input in addtional data header tab of PO?
    Regards
    Satish Kumar

    Hi,
    Yes, It is available standard report using T-code ME2N - Purchasing Document (PO) Per Document Number, enter the T-code and provide the following input data's are as follows.
    Scope of List                 :  ALV ( for Ms-Excel format report)
    Plant                               :   __________ to __________ (if required)
    Document Date              : ____________ to ___________ (if Required)
    Execute the report shown by default in excel format and if required PO validity start and end data, you have to select Change Layout button and open new window options screen right side field option as Validity Per.Start, Validity Period End, Commutative number field data's are selected and click <--- arrow button and then click bottom tick marked button. Now, the report shown your requirement.
    Hope, it is useful for you,
    Regards,
    K.Rajendran

  • How to display properties of dimension on the input form and report in bpc

    Dear Expert,
    Please tell me how to display properties of dimension on the input form and report in bpc. I can only display dimension number.
    thanks so much
    hungth

    Hi Hungh,
    If your are using BPC 10 with EPM add in client, you can use the function:
    EPMDimensionProperty ()
    This function retrieves the properties of a specified dimension in a specified cell range.
    Thanks, Safa

  • Validation rule for/against intercompany reporting

    Hi,
    I need a validation rule which checks that a cons unit does not report intercompany against itself.
    Validation should be on individual data records.
    Have checked various options, no success so far.
    Have you got any hints? thx, Clemens

    The only standard validation I can imagine for this is to include each cons unit as a check to ensure the same value is not used for trading partner. This will be an expensive validation is there are many cons units.
    Another idea is to use a custom task with code to check this.
    Another idea is to include a check for this in the update rules as part of the initial data extraction (if using load from data stream).

  • Information about the rules and regulations to take to create reports in BI

    Hi Gurus,
    i got the next project in a client where is working with SAP BI since a few years, they have the next problem:
    - no set rules and standards that kind of reporting should be migrated and used by BI
    (Examples of the problem in BI:
    Reports with hundreds of records in detail. 
    Many files export to unix trough the list cube to get a large file with detail.
    reports that serve as daily operations and not analysis, etc)
    Now you can imagine the many problems that arise when a report is not ready in the morning because a infopackage failed or there were delays, or the Unix disk capacity is full, delay in run of the reports, etc.
    My mission is first create a series of rules and regulations to serve both functional and technical area of the BI team to know so when I  request is reviewed first by the functional and evaluate first is this request is  a candidate to be created in BI, although BI team arrives, also be aware of these rules and approve if it will be developed in BI.
    through this form either creates a culture and norms of the role of BI for new projects or requirements, i m a SAP BI consultan certified, i know tha basic rules, but i am looking for some file or some informatión that support my rules tu be presented to the managers and the team, i will really appreciat your help, thanks !

    Dear Richard,
    For sending the data into external system or in app server, we have differnt types of approches.
    1) via APD.
    2) Via Open Hub destination.
    3) Via transaction: RSCRM_Report.
    In the above process we pros and cons:
    >>but best one is using open hub destination which will extract the data into flat file fast.
    >> We can do calculation in a easy way at open hub level.
    I beleive OH is fexible and am interseted to know why we are going with LISTCUBE and wat is added advantage by comparing with process above.
    Best Regards,
    Maruthi

Maybe you are looking for

  • Folders: One account from another?

    I've two accounts on my machine, one with 'reference documents' and a second 'normal' account I use day to day. If I'm working on another machine I can access my 'reference' account by logging in with afp, and supplying my username and password. So f

  • Problem connecting Firewire device and external HD at the same time

    Hi. I'm attempting to record digital audio through a Presonus Firepod A/D interface via a Firewire 400 to 800 cable connected to one of the Firewire 800 ports on a mid-2010 Mac Pro running Snow Leopard. The problem is that if I have an external HD co

  • ASAP PLZ- Having problems with basic pattern input/output

    Hey! I am new to this forum, and I am also new to java =). I am writing a program that prompts a user to select 1 pattern out of 5. then the user needs to choose the number of lines he/she wants to display for instace: (MENU) PATTERN 5 1 12 123 1234

  • Creating LOV in Forms Personalization

    Hi Friends, I have the requirement to create LOV for the 'Description' field in Standard Form. That Description field doesn't have LOV. I want to create LOV for that field thru Forms personalisation. Is it possible. Pl. tell me the steps. I'm using 1

  • Multiple 0's displaying in Alert Monitor Screen SNC 5.1

    When I display the alert monitor in SNC 5.1 and select one of the alert types, they quantity fields are displaying multiple zero's after the number.  Has anyone seen this?