How to check summarized item status

I have a control block having 12 testitems as summarized of 12 months(of data block)
My form validation is if total less than 100 then just alert the user
Iwant to alert the user only for the respective month when the value is changed in the total.
Iam trying to use when validate item and post change trigger for each item control item.
But they are not firing wondering since they are summarized items.
Can anyone help me out how to solve this.?

I don't think when-validate-item fires for summarized items.
You'll have to pick another trigger .
One option might be creating a when-new-record instance trigger with this business rule.
hope this help you
chris

Similar Messages

  • How to check the DTP status (i.e in active mode or not) for the Prior days.

    Hi SAP gurus,
    How to check the DTP status whether it was in active mode or inactive mode for the prior days ?

    Hi Aditya,
    Kindly have a look into below links,
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00dbbfa9-dba2-2d10-bc80-9d6489e4b1c7?QuickLink=index&overridelayout=true
    DTP request Overall status
    Hope this helps.
    Regards,
    Mani

  • How to check Server availability status in jsf?

    how to check Server availability status in jsf ?

    Do "something" that would cause the server to respond; fetch a webpage, call a webservice, whatever. If it doesn't work the server isn't there, or is in a broken state.

  • How to check all items are not null in CAML Query?

    HI All,
    In a CAML Query, i got three items. In all three items, a particular column(Closure Date) should not be null. How to check in all three items, where 'Closure date' is not null?
    Thanks in advance!

    Hi,
    Try this:
    "<Where><IsNull><FieldRef Name='Closure Date' /></IsNull></Where>"
    Hope it hepls!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • How to check an item of a selectManyListBox the first time it is rendered?

    Hello,
    I want to check automatically check an item corresponding to a specific value when the selectManyListBox is rendered on the page for the first time.
    To do this I think I will have to bind the component to some viewScopeBean and iterate over all the item values, and check it when the condition is true.
    How can I do this, is there any example?

    Can you think of adding a transient boolean attribute to your VO that will store the value of your checkboxes based on whatever condition you want? If yes this demo may be of some help.
    http://oracleadfhowto.blogspot.in/2012/02/many-to-many-association-using-multi.html

  • How to check an item in a database block has changed before updating

    hi,
    i have a database block having designation and other relative field are there . a ctrl item status (checkbox) in the same block. i want to update records only the status is marked as ticked get updated. what trigger in which levels should be used
    thanks in advance

    In genral forms marks the records as "changed" by itself. If you want to override this "marking", you'll have to overrwrite the DML-logic (for you cannot change the status of the record back to QUERY). So, you have to create ON-INSERT, ON-UPDATE and ON-DELETE-triggers and do something in it like
    IF :BLOCK.MARKED='Y' THEN
      UPDATE_RECORD;
    END IF;

  • How to check the activation status of the CAL"S

    How to check that the cal's which I have installed on my server are activated or not.

    Hi Ashish,
    As Tim mentioned , if you want to check whether or not RDS CAL was installed , on the RDS server you can open Remote Desktop Licensing Manager tehn open Remote Desktop Licensing Manager :
    click Start, point to Administrative Tools, point to
    Remote Desktop Services, and then click Remote Desktop Licensing Manager. 
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to know SO Item status

    Hi All.
    I have an issue where i need to display the current status of the item from a sales order. As i came to know that the status can be Canceled, Open, InProcess, Pending or Complete. Please let me know the complete description of how these are differentiated and how to handle the logic...
    Thanks in advance
    Ashok

    Cross post locked.

  • How to check DFS replication status in windows 2008 r2 file server

    Hi,
    I have created File server DFS namespace between 2 windows 2008 R2 server. namespace mode is 2008. I have copied 3 TB data on file server 1. now it is getting replicated from file server 1 to file server 2. till now the data is not fully replicated.
    My question is how can I check the status of DFS replication? how will I come to know that the initial replication is completed.

    Scorpio. Yes you are right. Microsoft officially says it will not work. My apologies. Thanks for the correction.
    Do Ultrasound and Sonar work with DFS Replication?
    No. DFS Replication has its own set of monitoring and diagnostics tools. Ultrasound and Sonar are only capable of monitoring FRS.
    Is there a way to know the state of replication?
    Yes. There are a number of ways to monitor replication:
    DFS Replication has a management pack for System Center Operations Manager 2007 that provides proactive monitoring.
    DFS Replication has an in-box diagnostic report for the replication backlog, replication efficiency, and the number of files and folders in a given replication group.
    Dfsrdiag.exe is a command-line tool that can generate a backlog count or trigger a propagation test. Both show the state of replication. Propagation shows you if files are being replicated to all nodes. Backlog shows you how many files still need to replicate
    before two computers are in sync. The backlog count is the number of updates that a replication group member has not processed. On computers running Windows Server 2008 R2, Dfsrdiag.exe can also display the updates that DFS Replication is currently
    replicating.
    Scripts can use WMI to collect backlog information—manually or through MOM.
    Miguel Fra /
    Falcon IT Services
    Computer & Network Support, Miami, FL
    Visit our Knowledgebase and Support Sharepoint Site

  • HT204387 how to check lock unlock status

    hello all
    how can i check status of iphone lock or unlock by imei
    if any one know help me me please

    Call AppleCare and give them the serial number.

  • How to check "show vpn status in menubar" by .mobileConfig-file

    HI,
    I've created a .mobileConfig (or .networkConnect) file to automatically setup the VPN-connection for our users. Is there a way to also check the box "Show VPN status in menu bar" by this configuration? According to me it should be possible, I only can't find the right xml-tag to add to the config-file.

    Thanks Marvin,
    How could I capture the traffic from initiating peer so that I can figure out that UDP port 500 is blocked or not, with the help of wireshark...
    In my network ONT/Modem (having four ethernet port) is installed at both the end and from one of its port the router is connected at each side and IPSec VPN is configured between the router. to check the UDP port status, my question is, should i connect my laptop (running with wireshark) with one of the port of ONT and capture the traffice or is there any other way and how that traffice will tell me that port 500 is blocked or not?

  • How to check the port status in IPSec VPN

    Hi Experts,
    Is there any way by which we can find that the UDP port 500 is blocked at ISP side.
    My IPSec VPN configured between two cisco router in production network is not coming up and experts are saying that the ISP has blocked the port 500 somewhere in between, however ISP denying and saying that they dont block any port.
    kindly suggest what whould be the best wayout?
    Thanks

    Thanks Marvin,
    How could I capture the traffic from initiating peer so that I can figure out that UDP port 500 is blocked or not, with the help of wireshark...
    In my network ONT/Modem (having four ethernet port) is installed at both the end and from one of its port the router is connected at each side and IPSec VPN is configured between the router. to check the UDP port status, my question is, should i connect my laptop (running with wireshark) with one of the port of ONT and capture the traffice or is there any other way and how that traffice will tell me that port 500 is blocked or not?

  • How to check hidden items

    Hi,
    On a existing portal installation (10g Release 1) I've a lot of hidden items. I need to export these items to a new release of portal (10g Release 2).
    The information of hidden object is not define inside table wwv_things. I check on several tables/views of the portal schema but I cannot find the table/view where this information is stored.
    Is there a way to create portal items in 10g Release 2 with pl/sql packages and to hide these items ? I found a recommandation to set the publish date in the future but in our case, this do not correspond to the expected behaviour.
    Thanks in advance for your help,
    Eddy.
    Edited by: acsods on 10 oct. 2008 10:13

    The VISIBLE column in WWSBR_ALL_ITEMS will tell you that:
    http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1012/wwsbr_api_view.html#WWSBR_ALL_ITEMS
    But you're right that there's no API method for hiding items in 10.1.2.
    In 10.1.4 the hide_in_browse parameter of wwsbr_api.modify_item can be used to hide the item:
    http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/wwsbr_api.html#function-modify_item
    -John

  • How tos check my Map status?

    I am using Nokia E66. I want to update the latest maps to my cellphone. How to I check my current maps is the latest and what country that I already had in my cellphone? What I can see now is my maps version is v2.0 w22 b04. Please help..Thanks!

    There is no link you can use. The only way to confirm unlocking is to try a SIM from a carrier other than the one your iPhone was locked to.

  • Hiiii how the check an item for SO or STO is not available

    hi
    Please advise if anyone know of a FM to check the availability of a material
    this is for the creation of a delivery with reference to an SO or and STO.
    I ever one item (E.g 20 ) has no stock delivery will be created for item (10) but i don't want the delivery to be created.

    Check the BAPI: BAPI_MATERIAL_AVAILABILITY
    Regards,
    Ravi

Maybe you are looking for

  • Can no longer see iPhone in iTunes on Mac at home

    I wonder if you can help? We have 2 iPhones & a Nano all connected to iMac at home & to date syncing happily. I have recently downloaded iTunes to windows PC at work so I can sync iPhone calender with work Outlook calendar. I have managed this succes

  • Can I run VGA monitor from Mac Mini HDMI port?

    Hi: I have a Mac Mini with one HDMI port and one Thunderbolt port. I have a Thunderbolt-only audio interface, so I need to connect my monitor to the HDMI port. I bought an HDMI to VGA adapter cable for this purpose, but when I connect the monitor (Ac

  • Will Apple replace my Iphone 5 with a cracked screen under applecare , or just fix the screen.

    Hi, I cracked my iphone 5 and I am planning on taking it to the genius bar. I have heard apple is now fixing the screen instead of just giving you a knew phone. I am also wondering how much I would be charged. Will I have to restore my phone or anyth

  • Problem in using coherence for caching

    Hi, I have a DB table which has close to 4000 entries. I am trying to query the DB and store the resultant XML in the cache. I have written a Java API which first checks if a particular Key is in the cache. What I get from the API is a java object wh

  • CUF and date format problem

    Hi experts! I ve created a CUF with "DATS" format on CI_BBP_ITEM structure. My problem is that CUF is displaying in ITS with YYYYMMDD format. How can I get an  ITS display depending of user date format attributes? (ex : DD.MM.YYYY) Thanks a lot for y