How to recognize a owrkflow triggered many times through a single trans

Hi,
I have a workflow WS923XXXX. Its been triggered from the transaction IE02. On this transaction screen we have two statuses 'APPR' and 'AWAP'. The WS923XXXX can be triggered for both statuses parellely. Now suppose the worflow is triggered for both of the statuses and are in active state. If i want to kill the active workflow for APPR....how would i differntiate the workitems created with respect to APPR. I tried in workflow tables SWWWIHEAD and all but cud not find anything workin out.
Please help.

Solved

Similar Messages

  • How to generate netui controls at run time through some action in pageflow

    Hi,
    I want to create a dynamic table on jsp but don't want to create any control in design time. I will pass some query to the database and no. of textboxes should be created automatically based on the no. of field in result.
    Could you please help me in achieving this?
    Thanks in advance.
    Alka

    I know this but I don't want to write <netui:repeater> tag in jsp page at design time. I want to write some code in an action of page flow which will create that repeater programmtically and will set all it's properties accordingly.
    Initially my jsp page will not contain any netui control even I want to do this at run time through some coding. Is there any way to do this?
    Did you get what I want to do?

  • Workflow getting triggered many times

    Hi all ,
      I m working on Travel management workflows. I have set the triggering event as BUS2089->Created . But Whenever I m saving a travel request , it is triggering the workflow which is not desired .
      How can this be rectified ???
    Thanks ,
    Sonu.

    See,
    I analysed the problem earlier.
    I switched on the EVENT TRACE and ran one TRIP CREATION cycle. I can find that BUS2089 - REQUESTCREATED event is triggered. Well, as per our scenario, I changed that Created Trip, and I can still find the BUS2089 - REQUESTCREATED event even for this action also.
    And If I am not wrong this workflow gets triggered for BUS2089 - REQUESTCREATED event(refer your Trip WF Basic Data-Start Events).
    So, to avoid this problem, I have used a USER EXIT for TRIP to trigger my WF manually.
    Please refer the enhancement <b>FITR0003</b> for the TRIP Userexit.
    I hope this should clear your problem as myn.
    Regards,
    <i><b>Raja Sekhar</b></i>

  • My mac book pro won't connect with the TV. I've watched tv many time through my computer and now it won't link tougher. how do I get it to work again?

    How come I can't connect my Mac Book pro to my tv? it use to work but now it wont. how do I fix this?

    Checkoneaudio,
    which model MacBook Pro do you have, and which version of OS X is installed on it?

  • PinListener triggers many times with same value, then segfaults

    Hi.
    Trying a simple button listener with RPi connected to a gertboard, whenever I press the button connected to configured GPIO (GPIO3 in this case, since only GPIO2 and GPIO3 seem suitable in order to use internal pullups) I get many notifications. Keeping pressed button raises a segmentation fault very, very soon.
    This is my PinListener implementation:
    public class ButtonListener implements PinListener
        @Override
        public void valueChanged(PinEvent event)
            System.out.println(String.format("Pin %s value changed, now it is %b",
                    event.getDevice().toString(),
                    event.getValue()));
    Sadly, log cannot be captured when there is a segmentation fault, but after many:
    Pin com.oracle.deviceaccess.gpio.impl.GPIOPinImpl@b4900588 value changed, now it is true
    Pin com.oracle.deviceaccess.gpio.impl.GPIOPinImpl@b4900588 value changed, now it is true
    Pin com.oracle.deviceaccess.gpio.impl.GPIOPinImpl@b4900588 value changed, now it is true
    Pin com.oracle.deviceaccess.gpio.impl.GPIOPinImpl@b4900588 value changed, now it is true
    ...i can see on RPi monitor errors like:
    javacall_event_send: write of message size failed : Resource temporarily unavailable
    Any suggestions?
    Thanks!

    Connection is made through gertboard: you can find schematics here: https://dl.dropboxusercontent.com/u/7414592/JavaME/Assembled%20Gertboard%20Schematics.pdf
    Specifically, I left unconnected (i.e. oopen) P1/CON2 jumper and connected RPi Pin3 (marked as GPIO2 on J2 connector of my board, while it is marked as GPIO0 on schematics, due to pinout revision #2 against #1.
    It seems that the problem comes from Pullup setting, that could cause flickering when floating...

  • How to call same vi for 4 times in a single vi?

    Hi.. I ve one vi named 1D array Mult. I need to call this vi four times in another vi program. The problem i ve experienced is all the four vi outputs are same.
     My question is: How to call the same vi for many number of times?
    Thanks in advance
    Solved!
    Go to Solution.

    There is no problem (programmatically) with calling the same VI by placing it 4 times onto the block diagram.  You do not have to rename them VI1, VI2, VIn if they all do the same thing, as you have done here with 1D-arrayMult...  It's just messy.
    You may need to make re-entrant in certain cases.
    A better way to do it would of course be to use a For loop as shown (I left what you did in tact).
    Are the two formula nodes identical?  I didn't check.  If so, use a for loop there too.  Build your A and B matrices to a 3D array and auto-index in For loop - single instance of your formula node.
    It is quite concerning what you have done in your 1-D Array VI.  I have no idea what it is supposed to be doing, but it appears to be nothing; it is completely wrong.
    There are backwards wires, your While loop does nothing (there is not shift-register) - how will it Stop?!, your cases 0, 1 and 2 are all the same!  Timer of 1000ms??! hmm..
    If you are trying to multiply two matrices (arrays) together then just use the native LV function to do it and to add them at the end try this:
    Hope this helps you!
    Message Edited by battler. on 03-12-2010 03:49 AM

  • How to send 1000 records per each time through JDBC adapter

    Hi all,
    In my JDBC to File scenario, SQL Server database having 10,000 records. I want to split these records into 1000 records and process 1000 records each time. How we can do in JDBC adapter. Is there any options in JDBC adapter. Please give me reply very thanks to all of u.

    Hi all,
    Thanks for your repsone. I am very happy.
    If it sender Jdbc we can write the query. If it is Receiver Jdbc adapter and I want to send the record as 1000 at a time. 
    You may give this advise that is you can use RecordsetPerMessage option at sender side. But here I want to read all the records and send 1000 records only.
    please give me valuable answer.
    thanks in advance...

  • How to use between more than 3 times in a single query?

    is there any other query to run this query??
    SELECT IDSITE,IDVISIT,trim(initcap(page_path)),KEYWORDS,LOCATION_IP,REFERER_NAME,REFERER_URL,VISIT_ACTION_TIME,count(DISTINCT location_ip) from web_stats where idvisit between '441' and '456' and where idsite='1' and visit_action_time between '4-jun-11' and '6-jun-11' group by trim(initcap(page_path)) and order by visitid;
    Edited by: 863765 on Jul 7, 2011 4:21 AM

    863765 wrote:
    is there any other query to run this query??
    SELECT IDSITE,IDVISIT,trim(initcap(page_path)),KEYWORDS,LOCATION_IP,REFERER_NAME,REFERER_URL,VISIT_ACTION_TIME,count(DISTINCT location_ip) from web_stats where idvisit between '441' and '456' and where idsite='1' and visit_action_time between '4-jun-11' and '6-jun-11' group by trim(initcap(page_path)) and order by visitid;That query doesn't even have valid syntax. Too many WHERE's and too many AND's and dates being treated as strings, and not the right number of grouping columns...
    Something like this is more likely to work.
    SELECT IDSITE
          ,IDVISIT
          ,trim(initcap(page_path))
          ,KEYWORDS
          ,LOCATION_IP
          ,REFERER_NAME
          ,REFERER_URL
          ,VISIT_ACTION_TIME
          ,count(DISTINCT location_ip)
    from   web_stats
    where  idvisit between '441' and '456'
    and    idsite='1'
    and    visit_action_time between to_date('04-jun-2011','DD-mon-YYYY') and to_date('06-jun-2011','DD-mon-YYYY')
    group by IDSITE
            ,IDVISIT
            ,trim(initcap(page_path))
            ,KEYWORDS
            ,LOCATION_IP
            ,REFERER_NAME
            ,REFERER_URL
            ,VISIT_ACTION_TIME
    order by visitid;Note: assuming visit_action_time is a DATE datatype, the comparison should be against DATE datatypes also, rather than strings, so you should use TO_DATE to conver those strings to dates. It's also good practice to use 4 digit years rather than 2 digit years, as we had to solve all the 2 digit year millenium bug issues back in the late 90's; we don't want to have to do that again now do we?

  • How to Create Passport Size Photo (many photo in a single page) using photoshop cs

    Can anyone here tell me to  create and print same photo (passport size) in a single page i mean full page will cantain my photo multiple times of same size I have printer which suports A4 size paper
    vishal verma
    Ebuzznet

    Good day!
    What are your options under Edit > Automate?
    Regards,
    Pfaffenbichler

  • How to create the new task without time through WCAP

    Hi
    I am trying to create the new task by using WCAP commands. I want to create the task with out time, that is "no time" option that u see in the web access. If I set the duedate without time its putting 12:00 AM as default. Is there any option that I need to set for WCAP command in order to set the "no time" option. Any help is appreciated.
    Thanks
    Hari

    Hi Anusha,
    This code correct for your requirement, only thing is you are not able to modify it as per your requirement.
    What you have to do is:
    1. Copy queried row into into new row, change primary key values(but don't commit your changes here).
    2. Now you have two rows in your VO(OLD as well as New)
    3. Make any changes if you want using User Interface.
    4. At the save button first compare OLD and NEW row, if any value is differing then commit the chnages(it will insert new row in corresponding database table), if no changes are there I mean to say OLD value and NEW rows are same then rollback(it will remove copied row from VO and no row will be inserted in database.)
    While comparing rows please note that Primary keys will not be same so don't compare Primary keys while comparing rows.
    I hope it will help you.
    Regards,
    Reetesh Sharma

  • Apple charged me many times for a single app and app is not downloading, Apple charged me many times for a single app and app is not downloading

    Apple charged for around 300 ruppees and for the game which is not been buyed by me..

    Click here and ask the iTunes Store staff for a refund. If a credit card got charged, you can also contact the card's issuer and dispute it.
    (126190)

  • PDDocPageLabelDidChange callback is triggered multiple times

    Hello,
    I'm working on a C++ plugin running in Acrobat 8.1.x - we register for the PDDocPageLabelDidChange callback, but whenever a labeling operation is performed (Using the Number Pages... contextual menu), the callback is triggered many times with the same parameters (to/from). Our handler performs a somewhat expensive operation, so we'd like to keep the number of iterations to a minimum, but the fact that we get what appear to be redundant callbacks, the time to process a page labeling operation becomes longer than we'd like.
    Does anybody have an explanation as to why I might see repeated callbacks with the same to/from parameters in PDDocPageLabelDidChange?
    Thanks for any guidance.

    There could be many reasons.  Does the problem still exist in Acrobat 9?
    If the values are indeed equal - then I would just check them against "the last passed values" and don't process again.

  • My blackberry does not recognize my icloud email password. "Invalid" no matter how many times I enter it correctly. What's up with this??

    Blackberry does not recognize my icloud email password. "Invalid" no matter how many times I enter it correctly. What's up with this??

    Make sure you have the correct server settings as detailed here:
    http://support.apple.com/kb/HT4864
    Note the requirement for SSL.

  • How many times was a specific function module triggered?

    Hi,
    is there a transaction in SAP where i can get some information about function modules "how many times is a function module triggered".
    regards

    Only this are available in ECC 6.0
    RSSTAT1 
    RSSTAT15
    RSSTAT26
    RSSTAT30
    RSSTAT40
    RSSTAT50
    RSSTAT60
    RSSTAT61
    RSSTAT62
    RSSTAT70
    RSSTAT700
    RSSTAT82
    RSSTAT83
    RSSTAT84
    RSSTAT87
    RSSTAT88
    RSSTAT90
    RSSTAT92
    RSSTAT93
    RSSTAT98
    RSSTAT99
    RSSTATAL
    RSSTATAP
    RSSTATAS

  • My ipod touch is now disabled after entering the wrong passcode too many times.  How do I enable it again - it says "connect to itunes" but itunes will not recognize the ipod because it is disabled.

    My ipod touch is now disabled after entering the wrong passcode too many times. t says "connect to itunes" but itunes will not recognize the ipod because it is disabled.  How do I enable it again?  Thanks!

    iOS: Unable to update or restore

Maybe you are looking for

  • Webhosting on home computer not responding (sometimes)

    Using iWeb I published my personal website to my home computer, an iMac with i3 processor. Sometimes it works fine, but other times the website fails to open' because the server where this page is located isn't responding,'  I figure this is probably

  • ITunes Radio Purchase Missing from iPhone w/Match Enabled

    I recently purchased Usher's 'Scream' while listening to iTunes Radio on my iPhone 5. Purchase went through successfully, but when I try to download it locally from the iTunes store app on my iPhone the download appears to complete but it never appea

  • Problems importing photos with a color label.

    Hello: I'm trying to import photos and assign a color label at the same time. My idea is to know what pics are just imported and put they into "status 0" of my workflow, that is, the pic is just imported and need to be accepted/rejected, then be clas

  • Consume WebService in ABAP Web Dynpro

    Hi, Is there any How To or step by step document which shows to consume web service in ABAP Web Dynpro. I've searched a lot but could not find any. Please provide me some pointer/examples. Thanks, CD

  • Lightroom on more than one computer?

    Or am I limited to ONE computer? I tried a second computer, put in SN & requested information, but the NEXT button at bottom of window was grayed out. Thanks, Dan