Validation in input template

I need a validation message that when user send the invalid charectore as value to database invalid charectors thru send function a warning message is given that invalid values such as 'ABCD' charecter cannot be send.
Currently when invalid charecters are entered and send to server a message comes that all data is send, (even though invalid charecters are not really send).
How to ensure a warning message is given when invalid charecers are send to database.
Appreciate inputs.
Regards,

Hello,
have you considered to archive this at Excel level by validating of entered values?
You can set up validation rules so that end-users will be able to enter number only. This will prevent them entering any letters.
Here is one example
http://www.techonthenet.com/excel/cells/validation2.php
You can choose Decimal in between -99999999999999999 to 99999999999999 with error message "The value you've entered is not numeric".
The problem I see here is that if your EVDRE is dynamic the validation rules should be re-applied on expand. It seems I managed to overcome this by doing the following:
-name the range where data is displayed as for example "Data"
-apply Data Validation to the named range ("Data")
This does the following: when EVDRE is re-expanded the "Data" range is dynamically changed. Data Validation is still applied only to the "Data" range.
I tested this in Excel 2007. Must be tested on 2003. Presume it works well on 2010.
I hope it helps.
Kind Regards,
Kirill Gromyko
SAP BPC Support Team

Similar Messages

  • Validation for allocation in Input Template

    Hello Experts,
    We have an Input template. The planner gets an employee with Customer None. He allocates the time of the employee to different customer/Profit Center/Segment as shown in below table.
    EMPLOYEE
    Customer
    PROFIT_CENTER
    SEGMENT
    2014.01
    Jone
    Cust_NONE
    10
    A
    1
    Jone
    A
    10
    A
    0.5
    Jone
    B
    Y
    B
    0.5
    CHECK
    0
    After every employee i want to have a check row where it should be <=1. if its 0 it indicates that the employee is fully allocated. Where as if it is 0.5 it indicates that only 0.5% time he is allocated.
    How can I achieve this Validation row after every employee.
    Regards,

    Hi Mahesh,
    Use a Local Member as per the attached example. If Sheet Options are set to Activate Local Member Recognition and Use Position in Axis is not checked, entering an Excel Sum formula for all entities for one account creates the Local Member automatically.
    /Cecilia

  • Validation of input parameters in Oracle BI Publisher reports

    Hi
    I am new to Oracle Bi Publisher.
    In my project i am using oracle BIPfor generating simple reports.
    here i need validation for input parameters (Date field) and i want to make it (Date field) disable, so that user can select the date through the Calendar component only.
    Can anyone please provide me the solution in detail, it is urgent.

    I have the same task to validate input parameters with Oracle BI Publisher 5.6.3 running under Oracle eBS 10.5.10.2. My validation goes beyond of what I can do during parameter registration. I am using Data Templates.
    My first logical place was the before report trigger. So, I built a report trigger which returns 'false' in case the parameters are not proper. Guess what... XMLP just returns a hard-coded message
    !!Error : trigger '" + datatrigger.getName() + "' returns status as 'false'
    First of all, this is a bad style to hardcode messages visible by the user (especially during French implementation). Second of all, it is not informative at all. It would be nice to change oracle.apps.xdo.dataengine.XMLPGEN.executeTrigger() to read, for example, a message from the message stack when the trigger returns 'false' and let the user read it.
    Anyway, what I did was I built a special data group, decalred before any other data group, query like
    select my_package.my_validation fro dual
    If parameters fail the validation my PL/SQL package throws an application exception with a message. At least, in this case the error message gets available as the description of the concurrent request.
    I wish the before report trigger worked!!!

  • How to do validation of input fields

    Hi all,
              I have a rquirement to do the validation of input fields.Can anybody explain me how to go for that???Please explain in detail.U can also give me a link where i can find the tutorial for doing this.

    Hi Amit,
    What everyone has said above is correct - in the method of your action simply test for whatever condition you need to validate for.  However, the following tutorial shows you how to use Web Dynpro's Message Manager to display the messages on the screen in an easy user-friendly way:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/a%20simple%20input%20form%20with%20message%20and%20error%20service%20support.pdf">Enabling Message and Error Support</a>
    In addition, there are some validations that are done automatically depending on what you have your input fields set to - for instance, if you bind your input field to a date and a user enters words into the field instead of an actual date, it will automatically display an error message.  To learn how to turn this feature on and off, see this tutorial
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/edf6ea90-0201-0010-7696-a68662381c12">Using Validating and Non-Validating Actions</a>

  • Adding Description in Upload Template & Input template

    Hi experts,
    In my project i have a situation where the user wants to Upload the Description also , which is not a Master Data type which keep on changing.
    So the issue is How to Upload the description via Flat file Upload.
    Second is the same Description needs to be there in INPUT Template also which the user wants to input based on the situation so this should be a dynamic field rather than a Static Master Data field.
    I tried inserting Comments option , But here i have some doubts like,
    1. Can i get these Comments in reports as a Column against Each Row i.e
      Customer     sales Region    Order 1    Comment 1  1000
      Customer 2  Sales region 2  order 2    comment 2   2000
    2. I know that when u copy this from Version A to B comments are not copied , Is there any Standard way to copy Comments also.
    Your opinions are appreciated.

    Dear Krishna Chaithanya,
    I will try to answer your question:
    1. Can i get these Comments in reports as a Column against Each Row i.e
    Customer sales Region Order 1 Comment 1 1000
    Customer 2 Sales region 2 order 2 comment 2 2000
    ==> You could retrieve comments data in BPC Excel through EVCOMM() function. Those syntax can combine with EVDRE() function. BPC always keep a history of comment. For example: You sent one comment is "ABC" and then update it, BPC keep two data and you will see the last data into BPC Excel.
    2. I know that when u copy this from Version A to B comments are not copied , Is there any Standard way to copy Comments also.
    ==> Maybe you can find copy comment package which SAP provide it as default and you have to add it manually.
    Kind Regards,
    Wandi Sutandi

  • Journal or Input template

    I am trying to design a corporate adjustments process. I really like the journal functionality as it allows the user to pick any entity and account and post an adjustment as a delta to any data keyed in through the input template.
    However with the journal the time dimension is a fixed header dimension. I need to post adjustment across periods for a selected entity and account. I have looked at the copy journal function but my requirements are for the value to change for each period and for all the periods to be within one journal.
    In other words I want time to be a detail dimension rather than a fixed header dimension.
    Is this possible with a journal or should I create an input template with time across the columns.
    Many thanks
    Simon

    Hello,
    I think is not possible. In MS version  is possible to create multible journals, that are really useful . It let you to select a dimension an the members you want to replicate, but appear debit and credit column for each member.
    For example, you select time, imagine 12 members 2010.JAN to 2010.DEC. BPC in MS version let you, in multiple module, to appear a debit and credit column for each time member (debit/credit 2010.JAN, debit/credit 2010.FEB, etc.)
    However this functionality is not created on SAP BPC NW, only for MS version. I don't know if any new Service Pack in the future gives ths functionality.
    You have to use journal copy functionality.
    Kind regards,
    Gabriel Garcia

  • Extra row in input template in BPS

    hI EXPERTS
    Our business is shared by our company(referred to as 'internal') and some partners(referred to as External). we use web template reporting..so all web reports we have show data on internal and external business.So even in planning reports we have internal planning and external planning.
    we have one strange problem in one planning scenario.Until June this year,we had same Target value for both internal and external..so our user used to input one figure in one Input template which inturn will be showed as Target value in both Internal reports and External reports....we are using static webtemplate based reports...
    for e.g Sales Target  -
    10 million (in input template)
    but from July,its different target value for internal and external....so my user is giving first Internal figure in Sales Target column in Input template and generating static report for Internal users and then going back to Input template and giving 'external' figure in same Sales Target row in input template and generating static reports for External....so he is doing it two times every month....
    he wants to avoid this....he suggested something like have one row for 'Internal Sales Target' and one row for 'External Sales Target' in input template....so he can input different figures in one go and generate reports in one go....
    How can I achieve this?I am new to BPS....where do I need to do changes and what care I need to take while doing this...
    Thanks alot for your advice..........
    Rgds.

    Hello polintram,
    there are many, many options to solve the issue and it will depend on your data model, the konfiguration of your reports, and so on..
    if i understand your example, in your cutrent planning application it´s not possible to save the values permanent. you loose the internal  value by overwriting with the external value, because you use the same keyfigure-datamodel!? mhhh... the diffrent values are only stored in the generated reports!?
    possible solutions:
    1. two diffrent keyfigures - one for internal, one for external - there you will have one row and two columns
    2. diffrent character-combinations/ one keyfigure - that means you split your characterdefinition (for example with an infoobject which discrebed the "internal" "external" status)
    i think it shouldn´t be a big problem, but it depends on your datamodel and planning layout...
    BR david

  • Numbers Question - How to create an input template to summary spreadsheet

    I've done this type of sheet in excel and access years ago, but have no clue on how to do it in numbers. Example, I have a spreadsheet that summarizes specific actions for specific individuals in a specific event over the course of many events. What I want to do is create an input template that populates the summary spreadsheet so I can update on the fly such as from my iPad while at the event. I'll use a soccer game as an example. My summary spreadsheet captures goals, shots and assists for each player for each game and sums it up for a season. For capturing multiple stats at a game (event), select the (action) from a radius button or drop down from a pre-defined cell content (e.g. goal or assist), Then pick the player who performed the action from a pre-defined cell content drop down. Hit an execute button and the data populates the spreadsheet behind it, or something similar to this. Does anyone have any ideas on how this front end input template could be executed in Numbers? I currently manually track this manually and its a pain, would love to drop this into the iPad and do it on the fly. Maybe numbers is'nt the right tool? Thanks

    Might try that one on the Numbers Forum here
    http://discussions.apple.com/category.jspa?categoryID=202
    Regards
    TD

  • How to create an input template/sheet to a summary spreadsheet

    I've done this type of sheet in excel and access years ago, but have no clue on how to do it in numbers. Example, I have a spreadsheet that summarizes specific actions for specific individuals in a specific event over the course of many events. What I want to do is create an input template that populates the summary spreadsheet so I can update on the fly such as from my iPad while at the event. I'll use a soccer game as an example. My summary spreadsheet captures goals, shots and assists for each player for each game and sums it up for a season. For capturing multiple stats at a game (event), select the (action) from a radius button or drop down from a pre-defined cell content (e.g. goal or assist), Then pick the player who performed the action from a pre-defined cell content drop down. Hit an execute button and the data populates the spreadsheet behind it, or something similar to this. Does anyone have any ideas on how this front end input template could be executed in Numbers? I currently manually track this manually and its a pain, would love to drop this into the iPad and do it on the fly. Maybe numbers is'nt the right tool? Thanks

    DY,
    Numbers, in and of itself, won't give you the functionality you're talking about. To be fair, the context you referenced is a spreadsheet, plus a database, plus a programming framework that integrates the two.
    You could look at AppleScript or Xcode to provide you the environment in which to create the data entry / data manipulation pieces. Even so, though, you still wouldn't have the database management system (which I'm assuming you use in this example, even though you've just mentioned the data entry and data transport parts).
    It's not so much that Numbers "isn't the right tool" -- it's that the environment you're remembering wasn't just a spreadsheet, it was a couple of applications and a macro'ing / programming environment, whereas Numbers is just the spreadsheet part of that environment in an OS X context...

  • Comments in Input Template

    Hi All,
    I have a requirement to add Description in an Input Template. We are using BPC NW 7.5 SP04 version.
    How to achieve this?
    We have taught the option of Using COMMENTS but i have a questions like
    1. How to store the comments data to the data base.
    2. How to see the Comments data stored in Tables/ Database.
    3. Can we bring the comments in Reports. We are using WEBI Reports in our Project. can we bring it in WEBI reports.
    I know that there is a Limitation in Storing description as Comments -- As it will not get copied from one version to another.
    So if you find any other solution of maintaining Descriptions other than comments please advice me?
    Hoping for your valuable suggestions.
    Regards,
    Chaithanya T

    Hi,
    Answers for your question,
    1. How to store the comments data to the data base.
    You can check the How to Dcocument on comments in the below link to explore various possibility for storing comments,
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/508b62ee-000b-2c10-2d91-a867451ad958?quicklink=index&overridelayout=true
    2. How to see the Comments data stored in Tables/ Database.
    The comments are stored in a Data Table and the Technical name of it differs for different applications,
       /1CPMB/appset_prefixappl_prefixCMT
    3. Can we bring the comments in Reports. We are using WEBI Reports in our Project. can we bring it in WEBI reports.
    I hope this should be possible. What I recommend in this is, you can pull data from the comment table in to your BI object and can have Webi Report on this.
    For my knowledge i dont see any other option available for maintaining dimension description from IS other than comments, which ultimately is a work around.
    Hope this helps,
    Regards,
    G.Vijaya Kumar

  • Insert member in Input Template

    Hi Bpc Gurus,
    I have one problem in My project.
    I have to create an Input Template in which i need to have Dimensions selected. When i use EVDRE : Insert Member it is showing only 7 Members and OK is not working and thus I am not able to select any New member via Right Click Insert Member Option.
    Is there any Limitation on NUMBER of DIMENSIONS selection in an Input Template.
    Is there any Solution for this or any workaround.
    Your taughts will be appreciated.
    Chaithanya T

    Hi Nilanjan,
    Actually it is like i am adding 9 Dimensions members via INSERT MEMBER option.
    This not Select member . This is RIGHT CLICK -->EVDRE: INSERT MEMBER Option.
    The OK Button is not Disabled , But in that screen i am able to Select only 7 Dimensions and their Respective Members , balance 2 it is not showing at all.
    That is why i am asking that is 7 Dimensions only can be selected Via INSERT MEMBER OPTION.
    Chaithanya

  • Evgts Input Template Retrieving no data and shows #RFR Errors

    Hi Experts,
    Need opinions regarding a weird issue I am facing in BPC 5.1 version.
    Details of the error :
    We have the Entity Hierarchy  in Rows  and Accounts in Col. The Input template refreshes and brings on the existing values for the Topmost (Lowest Level) member selection in the Entity.Similar is true when the Entity member is lowest in the Hierarchy.
    The template shows wierd #RFR error when selection is done for one particular Member in the Entity hierarchy.
    This template is only showing #RFR for this member and refreshes for all other members.
    The Report uses Basic function EVGTS to retrieve the Data and EVSND to send.
    Any help would be greatly appreciated.
    Regards
    Raghav

    Hi Raghav,
    We also faced similar issue.
    The test result tells us it is due to number of columns with EVGTS. It is not due to any particular EVGTS formula in any column.
    You can try out removing EVGTS formulas in the report and add one by one and try out.
    Does anyone know why number of EVGTS formulas with combination of number of columns resulting into #RFR error!
    Thanks,
    Rajesh

  • Protect input template exclude the input columns

    Hi All,
      I am having some hidden formulas and the Evdre in the template, i dont want to allow the user to change that one.
      I want to protect the input template, i have tried in excel (Tools->Protection) using password to protect the template.
      After its protected even its not allowing to input the values in input columns.I have tried the hide option.If the expand the template , hidden rows are unhidden by default.
    Any idea please share.thanks in advance.
    regards
    venkii

    Hi Venkii,
    You need to make sure that the cells, which requires input, should not be locked. For this right click on the cells, go to format and go to the protection tab. Make these cells unlocked. Only the input required cells will be unlocked and the others will be locked. Once this is done, you can go ahead and lock the sheet.
    Hope this helps.

  • DMP in Input template

    Hi All,
    I've a requirement to run the DMP from input schedule which should execute on the input values from input template.
    This DMP will execute the script logic on the input values. I know we can use EPM macro function to execute the DMP but how should we make sure that this will take the input values only.
    I appreciate your reply.
    Regards,
    Saila

    Hi Saila,
    VBA is the only solution, please read this document: How to Call a BPC Data Manager Package from VB
    Vadim

  • Input template Forms - Browser window too little

    Hi
    I have created XML Input templates using XML Forms Builder (Form Based Publishing).
    Some of the fields are fields to keep a RID with a little square browwser button attached.
    When using this browser button, a new <i>browser window</i> opens. This window is almost never the right size. The user allways have to use the mouse to draqg out the window to be able to look at all the files.
    It must be possible to control the size of that browser window?

    Hi Flemming,
    unfortunately, the size of the browser windows in XMLForms are fixed (they do not automatically resize).
    But you can define this fixed size in the configuration file at "\etc\xmlforms\XFBuilderConfig\browserControls.xml" (so normally you can set a bigger width/height to avoid manual adjustments).
    For example, you want a bigger "Date Picker" you can edit the elements <width> and <height> of this section. After that you must rebuild your XMLForms project.
    But please keep in mind, that these setting are global to all XMLForms projects. If you a rebuilding another XMLForms project, this DatePicker will also become this WindowSize.
    Kind Regards
    --Matthias

Maybe you are looking for

  • Column width issue in SharePoint 2010 Reports using SSRS webpart

    Dear sir, We need to adjust column width for output of reports. We are using SSRS webpart to generate reports. It is taking unexpected column width. We show that dynamically we cannot set the column width but we are passing the query statically is th

  • Windows host process (Rundll32)

    I am getting an Internet Explorer Security error come up when I open explorer. A website wants to open web content using this program on your computer. "Windows host process (Rundll32)." Publisher is Microsoft Windows. can someone let me know what th

  • Files not showing up?

    When i download or save a file it doesnt show up in the finder window? example: I can see the torrent files in the stack but not in the window? How can I fix this so the finder window shows my files?

  • Color Profile on my MacBook

    I do a lot of photography and printing, so I generally keep my computer set to AdobeRGB, which produces the best printing results. However, I am not sure what Color Profile my MacBook should be set to when editing video. What do you guys think?

  • "Maximize Compatibility in PS" message when trying to open PSD in Lightroom

    Upon importing a PSD saved image into Lightroom, I get this message: "The files could not be read. Please re-open the files in Photoshop and save them with the 'maximize Compatibility' preference enabled." I then opened the file in PS, went into pref