Variable in the validation message

Dear all,
I have defined a new validation method with the following settings in the SEM-BCS:
Type of the data stream: totals records
Validation type: data rows and totaled
Then I have defined a new validation rule and a new message. For example:
Validation rule:
VAL_YTD u201E&1u201D ( u201CAu201D items ) = 0
Message:
u201CAu201D items (&1) donu2019t equal 0.
I use the group function with item.
My question:
How can I set up that in the message text that the system writes out the number of item in the message?
For example
u201C112u201D item (56 EURO) donu2019t equal 0.
Regards
Zsolt

Hi Zsolt,
I have struggled with this in the past and found the help document useful but I think it is not possible to list the incorrect Item (as suggested above by Collet).
NB If you have BCS 6.02 or greater, then you already have the new "jump to" functionality that can take users directly to the List of Totals records to display the incorrect data record - this provides some help for users and infact may be better because they would probably go to the Totals List after a validation message anyway.
NB It doesn't need any configuration, only installation of 6.02 (that is BCS 6, EHP2) or greater, plus (if you haven't already) activation of the EHP2 group close function in T-Code SFW5. Then the functionality will exist in your validation log screen after running the validation task.

Similar Messages

  • Disable the validation message

    Hi,
    How to disable the validation message "<fieldname> cannot be blank"? But when Submit button is clicked, it should still display the standard validation message "At least one required field was empty". Many thanks in advance.

    Hi,
    Try unticking the Validation messages in the Object > Value palette and clearing any Validation Patterns:
    Niall

  • How to display Entity level validation messages in a table

    I'm using ADF 11g 11.1.1.2.0. I have a page with an updateable table based on an EO. In the EO I have defined some entity level and attribute level declarative business rules. When the user enters a value in the table that violates an attribute level validation, the related message is displayed inline and the attribute is surrounded by a red box. Furthermore the user is not able to place his cursor in a different row. In this way it is clear which row and attribute caused the error. However if the user enters some data that violates an entity level validation, the validation message is displayed as global messages in the message-popup when the business rule is based on a script or a method. This means that the user gets a global message popup, and does not know which row caused the error. Ofcourse we can include the identifying attributes of the row in the error message, but I would like to know if there is another more visual way to communicate to the user which row caused the error.
    Edited by: Jonas de Graaff (PSB) on 10-feb-2010 2:51

    Hi Chittibabu,
    what about using a TreeTable control?
    SAPUI5 SDK - Demo Kit
    Regards
    Tobias

  • Web Form Validation Message Language Setting at Runtime when work in multi lingual environment

    Business Catalyst use the default culture language to display web form validation message.
    When we are in multi lingual environment and not using subdoamin to handle multilingual sites, we found that the validation message did appear in the default culture setting. To make this work, we need to add the below script in our template.
    <script type="text/javascript">
    $(document).ready(function(){               
    var head= document.getElementsByTagName('head')[0];
    var script= document.createElement('script');
    script.src= '/BcJsLang/ValidationFunctions.aspx?lang=FR';
    script.charset = 'utf-8';
    script.type= 'text/javascript';
    head.appendChild(script);
    </script>
    Assuming the template is in french. You can change the lang parameter in the script according to your language.

    After user 1 submits the page, it might not even be committed, so there is no way to have the pending data from user1 seen by user2.
    However, we do have a new feature in ADF 11g TP4 that I plan to blog more about called Auto-Refresh view objects. This feature allows a view object instance in a shared application module to refresh its data when it receives the Oracle 11g database change notification that a row that would affect the results of the query has been changed.
    The minimum requirements in 11g TP4 to experiment with this feature which I just tested are the following:
    1. Must use Database 11g
    2. Database must have its COMPATIBLE parameter set to '11.0.0.0.0' at least
    3. Set the "AutoRefresh" property of the VO to true (on the Tuning panel)
    4. Add an instance of that VO to an application module (e.g. LOVModule)
    5. Configure that LOVModule as an application-level shared AM in the project properties
    6. Define an LOV based on a view accessor that references the shared AM's VO instance
    7. DBA must have performed a 'GRANT CHANGE NOTIFICATION TO YOURUSER'
    8. Build an ADF Form for the VO that defined the LOV above and run the web page
    9. In SQLPlus, go modify a row of the table on which the shared AM VO is based and commit
    When the Database delivers the change notification, the shared AM VO instance will requery itself.
    However that notification does not arrive all the way out to the web page, so you won't see the change until the next time you repaint the list.
    Perhaps there is some way to take it even farther with the active data feature PaKo mentions, but I'm not familiar enough with that myself to say whether it would work for you hear.

  • Change LightSwitch default validation message

    Hi,
    I have two tables 1. State, 2.District
    1.State- StateId-Pk, StateName
    2.District- DistrictId-Pk, DistrictName, StateId-Fk
    Now I have created a AddEditScreen for District. As the two tables are in relationship the AddEditScreen is showing 3 fields 1.DistrictName, 2. StateName, 3.StateId. The StateName field is DetailsPicker. I have removed the StateId field from the
    display page. Now when I'm clicking on save button it is giving a error message
    "StateId: This field is required.". I don't want to show the StateId field. I only want to show 1.DistrictName, 2. StateName field. Now how to change the default validation message to "State Name: This field
    is required."  if anyone doesn't select a state name.
    Please help me.
    Thanks in advance. 

    Hello
    The screenshot you have attached is not the screen designer, this is the data designer (for want of a better word for it). The scren designer is where you add the data objects onto the screen. I have attached a screenshot below of what you are looking for.
    I know that this is of an older version of Visual Studio but the principal is still the same.
    AAs you can see i Have selected the Name field within VeryFullTables and then selected the small arrow next to write code. Then you select the _Validate method. This will allow you to enter some simple code that will show on the validation message.
    If you found this post helpful, please mark it as helpful. If by some chance I answered the question, please mark the question as answered. That way you will help more people like me :)

  • Firefox 4.0 doesn't render validation message when editing page process

    Hi there,
    I downloaded and installed Firefox 4.0 this morning. I was using it to edit a PL/SQL page process in one of my applications, and when I applied the changes, rather than returning to the page definition, I was left on the edit process page with no feedback. It turned out that I had introduced an error in the PL/SQL code, but there was no validation message (and my changes of course were not saved). I tried in Chrome (11.0.696.16 beta) and it worked fine (i.e. the validation message displayed - then I corrected the code and applied the changes and was returned to the page definition with positive confirmation of my changes).
    My Apex version is 4.0.1.00.03.
    I don't mind rolling back to the previous version of FF, because some of my add-ons are not yet compatible, but I thought I should raise this question in case others are experiencing this issue. Is there a way around it or a fix?
    Regards,
    Jerry

    Hmm...I actually cannot replicate this now. Also - the "Return to page" checkbox wasn't ticked when it happened earlier (I tried toggling it).
    Has anyone else experienced this?

  • Validator Message Generation Problem

    I have a number of input fields and drop downs in a form, all of which have validators attached to them.
    When the form is submitted, the validation messages are generated in no particular sequence, and also I don't get all the validator messages at once. I get a few, fix them then get some more again.
    Would appreciate insight into 'in what sequnce are the validator messages generated' if there are multiple validators in a form. How can I control the sequence in which these messages are displayed, and why are'nt all the validator messages displayed all at once in a form?
    Regards
    Haroon

    Hi Haroon,
    The situation in which all the validator messages were not displayed is when the required property for a particular field is set to true. The validator messages for all the input fields before this are displayed but none of the messages for the fields appearing after the field for which the required property is set to true.
    One of the options that could be tried is to have inline message component for the input fields which would make it easier to identify the validator messages.
    Hope this helps
    Cheers
    Giri

  • Can we use the value of a variable in an alert message

    I have a variable in forms6i. I want to use the value of this variable in an alert message. How is this possible?

    Gul wrote:
    I have a variable in forms6i. I want to use the value of this variable in an alert message. How is this possible?Try
    DECLARE err_txt VARCHAR2(200) t;
    al_id ALERT;
    al_button Number;
    BEGIN
    al_id := FIND_ALERT('My_Error_Alert');
    SET_ALERT_PROPERTY(al_id, alert_message_text, 'Hello how are you mr. variable '||:variable_name );
    al_button := SHOW_ALERT( al_id );
    END; Hope it works..
    Hamid

  • How can i stop an error message that comes up when i am using word? the error message is "word is unable to save the Autorecover file in the location specified. Make sure that you have specified a valid location for Autoreover files in Preferences,-

    how can i stop an error message that comes up when i am using word? the error message is "word is unable to save the Autorecover file in the location specified. Make sure that you have specified a valid location for Autoreover files in Preferences,…"

    It sounds like if you open Preferences in Word there will be a place where you can specify where to store autorecover files. Right now it sounds like it's pointing to somewhere that doesn't exist.

  • When logging in to Icloud I get the message 'Apple ID' is valid but is not an Icloud Account.  I have changed passord but still get the same message.

    I have just set up Icloud and backed up files to it. I have not been able to log in.  I get the message 'Apple ID is valid but is not an Icloud account.  I have the same User ID for Icloud and Apple but different passwords.  Neither combinations work.  I have reset passwords twice but get the same result.

    You cannot set up an iCloud account on Windows - is that where you tried to do it? The error message you quote is what happens when, having an Apple ID, you attempt to use it on Windows to create an iCloud account. You can create an iCloud account on a Mac or an iOS device, then you can sign into it in the Windows Control Panel. None of this should have any effect in the iTunes Store (the forum for which is where you have posted).

  • Variable name not coming in the alert message

    Hi All,
    Reference with blog <u>/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    My problem is alert message not showing the variables value.Alert will generated properly but variable like "SXMS_ERROR_CAT, SXMS_ERROR_CODE" not showing in the alert messages.
    My scenario is if sender or receiver adapter has wrong server name then the alert will triggered.
    Regards,
    Samarjit

    Hi,
    SXMS_ERROR_CAT and SXMS_ERROR_CODE are for Integration Engine alerts and will not be displayed for adapter Engine Alerts.
    For the adapter eingine alerts , you need to use, <b>
    SXMS_TO_ADAPTER_TYPE
    SXMS_TO_ADAPTER_ERRTXT</b>
    Regards
    Bhavesh

  • I keep getting the message your account is not valid for use in the US Store. You must switch to the Canadian store before purchasing. I have selected the Canadian store, but I still keep getting the same message.

    I keep getting the message: Your account is not valid for use in the US Store. You must switch to the Canadian Store before purchasing. I have selected the Canadian store, but still keep getting the same message. Any suggestions?

    Hi hi-liter,
    Are you certain that you are signed onto iTunes & Apps in the Canadian store?
    Settings>iTunes & App Stores, click on your AppleID, and then click on View AppleID. Type in your password, then click on Country/Region. Once there, follow the prompts and then select the Canadian Flag.
    Hope that helps!
    Cheers,
    GB

  • I have a new iPhone 5 and receive the following message when texting some people within my contacts.  Message sent using invalid number of digits please resend using 10 digit number or valid short code Msg:2114

    I have a new iPhone 5 and receive the following message when texting some people within my contacts.  Message sent using invalid number of digits please resend using 10 digit number or valid short code Msg:2114. Online I found a discussion that stated i needed to delete contact and re-add. I have done that to no avail. Any ideas?

    I had the same issue with the iPhone 6 and tried everything!  I now understand that at some point I stored a number for a contact without including the area code and sent a text message.  So, to correct the issue, you must literally "erase" all references to the contact, not just the number.  Deleting the contact and entering a new one is not enough because the iPhone stores references to that number in multiple places.  The steps below worked and are very simple:
    1) On the contact screen, delete everything stored for that number.  You can't just edit the contact to fix the problem, so write down or record the info somewhere before you complete this step.  Choose edit and then select DELETE to eliminate the entire contact which means home, work, cell, email address, etc.
    2) Delete the entire string of messages you sent to that number.  That's every single message...
    3) Now delete the entire string of invalid 2114 messages you received after your text(s) failed.
    4) Finaly, remove the contact from FAVORITES if you saved it that way. 
    5) To validate that all this worked, simply go to the keypad or contact screen and enter the number associated with the contact to verify successful removal.  I used the keypad and dialed to confirm.  If the contact number still shows up, you need to go back and recheck your steps.  Trust me, I had to do this a few times.
    Several posts suggested that you should  reset and turn off your phone.  After following these steps, it was not necessary for me to reset or turn off my device. 
    is there a much faster way to achieve the same results?  Probably, but this was safe for an iPhone novice and may help you avoid inadvertently deleting other contacts or replacing factory settings that you need.  

  • How to put the column name and variable value in the alert message.

    Dear,
    how can i put the column name and variable value in the alert message text. i want to display an alert which tell the user about the empty textboxes. that these textboxes must be filled.
    Regards:
    Muhammad Nadeem
    CHIMERA PVT. LTD.
    LAHORE
    [email protected]

    Hello,
    The name of the item that fires the current trigger is stored in the :SYSTEM.TRIGGER_ITEM system variable.
    The value contained in this item can be retrived with the Name_In() built-in
    value := Name_In( 'SYSTEM.TRIGGER_ITEM') ;
    LC$Msg := 'The item ' || :SYSTEM.TRIGGER_ITEM || ' must be entered' ;
    Set_Alert_Property('my_alert_box', ALERT_MESSAGE_TEXT, LC$Msg ) ;
    Ok := Show_Alert( 'my_alert_box' ) ;
    ...Francois

  • Alerts with variables from the messages payload without BPM?

    Hi, experts:
    Is it possible to define a alert category with variables from the messages payload(for example:order_id ) without BPM?
    Regards
    Yu Ming

    Refer to
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci1240902,00.html
    initially this also talk about BPM but you can check whether you can use the container variable in you case.
    How to define the container variable in ALRTCATDEF is mention in above link.
    **Points if answers find useful.
    Gaurav Jain

Maybe you are looking for

  • Zoom and stage reset

    Friends, I am new to flash and AS3 development. I am writing an IPad application using CS5 and AS3  and is published for Adobe Air 2. Here are my settings: stage align = top_left What am i trying to do : I want to zoom in and see the contents of the

  • WD External Hard drive not working with new Macbook Pro

    I have recently upgraded to a new Macbook Pro and when connecting a WD 1 TB Passport external hard drive, it doesn't appear on the MBP, but when I connect it to my old Macbook running 10.5.8, it appears normally. Is this a problem with formatting or

  • Ocsd.log and crsd.log

    I am newbie to rac, i am see the following below message in ocsd.log and crsd.log in both nodes of 10.2.0.3 windows 2003, is it any sympton to failure or error? And both instances of are working fine. And one more thing lots of prefix CDMP_ files are

  • Age of Empries III w/ expansions on Macbook

    Hi, I was curious if the game Ages of Empire III with its expansion packs would run well on the macbook, not the macbook pro IN boot camp Here's the requirements for the game on windows * Microsoft® Windows® XP * PC with 1.4 GHz equivalent or higher

  • I want to use Yahoo toolbar

    Firefox just had me update to firefox 5, now I lost my Yahoo toolbar, and all of my yahoo bookmarks. I really wanted to keep that. Can I go back to older version of Firefox,, or import my Yahoo bookmarks some way? This was very disappointing.