How to find the status of assigned person

Hello,
Is it possible to find the where the process is or who does it currently assign to when the process id is unknown? I heard that a query from the database can do that but not sure how.
Can any one please advise.
Thanks, Han

The following query retrieves all RUNNING tasks, the current assignee and other task details.
select * from tb_task TSK
JOIN tb_assignment ASGN ON TSK.current_assignment_id = ASGN.id
JOIN tb_queue Q ON ASGN.queue_id =Q.id
JOIN EDCPRINCIPALUSERENTITY EDC ON Q.workflow_principal_id=EDC.refprincipalid
WHERE TSK.status = 3
You can filter the records if you know either Process Id or Task Id.
Nith

Similar Messages

  • How to find the status of an invoice in ECC ?

    Hi,
    Could anyone please tell me how to find the status of an invoice in ECC system (Parked, posted or saved as completed)
    Regards
    Prashant Chauhan

    HI
    MIR6
    Regards
    Kailas Ugale

  • How to find the status of package (valid/invalid) was at a particular time

    How to find the status of package (valid/invalid) was at a particular time ?
    I want to find the status of one oracle package at 3pm yesterday. The status of this package today is INVALID.
    I am sure it was VALID yesterday. But no way to prove it. Can any one help please???
    I can generate AWR report for last 7 days...

    Try using a flashback query, like this:
    select object_name, object_type, status
    from dba_objects AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '18' HOUR)  -- 18 hours ago
    where object_name = 'MY_OBJECT'
    ;if you haven't granted FLASHBACK privs, you may need to connect as SYS to do a flashback query on a data dictionary table.
    But this should give you the info you need - if it's still in undo.

  • To know how to find the Creation date, Assignement date and Activation date

    Hi All,
        Can you please guide me to find the answer for the below mentioned questions:
    Apart from Change log ,
    1, Creation date
         May I know is there any approach to find the  Creation date of a particular Pricing condition type.
    2. Assignment date -
        How to find the assignment date of a particular condition type to a pricing procedure.
    3. Activation Date -
        May I know is there any to find out the date of Activation for the Customer hiearchy in T code VDH1N
    Presently I'm working on SAP ECC 6.0For the above question I tried T codes and table but I'm not able to find out exactly. Even in Change logs I'm not able to get it.
      Can you please guide me where I'm missing.
    Thanks in Advance
    Thanks & Regards,
    Pugal

    Hi,
    Something like this
    select table_name, created from user_objects where object_type = 'TABLE'Regards
    Anurag Tibrewal
    Oops: I did not see the requirement correctly. If auditing is not the option for you then logminer (if archive is present) else no other option i can think of.
    Edited by: Anurag Tibrewal on Oct 6, 2009 8:37 PM

  • How to find the status of INS, CAP, NUM keys??

    Hello everyone,
    I am trying to develop a text editor where i want to show the status of INSERT, CAPS-LOCK, and NUM-LOCK keys.
    i am able to know the key pressed using KeyEvent.VK_CAPS_LOCK, KeyEvent.VK_INSERT, KeyEvent.VK_NUM_LOCK respectievely.
    But, i want to know the initial status i.e the status of the keys at the time of starting the application.
    Is there any way to get the key properties i.e whether they are on/off?
    so that I can use them as the initial status and then can change afterwards.
    Thanks in advance,
    Regards,

    @Mr_Evil,
    Sir,
    Does it have such a state? Since INS key is not locking key (coz, on the keyboard it shows Num Lock, Caps Lock, Scroll Lock..but not Ins Lock. The former one have led too to indicate the status) we are not able to query the Key directly.
    Isn't it up to the
    application to decide whether it should be in insert
    or overwrite mode?Exactly, this is done in EDIT (type EDIT at command prompt)...inspite of whatever the key status is, it starts with INS off mode.
    But consider the case of MS WORD,
    It does not start with a particular mode. It depends upon the system's INS key status..
    Let, initially the Key is off.
    Start MS WORD...OVR will be hidden in status bar
    Again close MS WORD and press the INS key once.
    Again Start MS WORD...and you will find out that OVR is showing.
    This is my point, if we cannot do it directly...then is there any other way to do the same.any idea how to find this status?
    I hope I am clear what I need?
    Regards,

  • How to find the Status of a PO

    How to get the status of the PO in a customized program when I have only PO Number as reference.
    (any specific Function Modules)

    Hi Sridhar,
    CRM_JCDS this table you will get date and time of the all the status , from this get the
    latest status of the document.
    Eg:-
    select * from crm_jcds
            into table it_jcds
            where objnr = guid of the document .
         if sy-subrc eq 0.
           sort it_jcds by udate utime.
         endif.
    Regards,
    Venkat

  • How to find the extra spaces from personal computer?

    I cannot update Adobe new items since the box window told me that there were no spaces from my computer. Who can teach me how to find the extra spaces from my computer? Besides, there are 1/3 spaces for IOS, 1/3 spaces for virtual computer and 1/3 spaces for Adobe in my computer. No any photos and movies  in my computer now.

    I do not understand the question... what do you mean by spaces?
    What size is your hard drive, and what does your system tell you about unused hard drive space?

  • How to find the status of production order for fully delivered orders

    Hi,
    My question is :
    when an order is confirmed for the end of month(jan) and no Gr is generated in jan then the order will not be included in jan month.
    For this solution given by functional :
    Get fully delivered orders for that period.
    My query's are :
    how to find fully delivered orders, is there any status in Co02 tran?
    Any suggestions for the given query are welcome..with elobration..
    thanks in advance.

    hi,
       The table name for Order status is VBUP and the field name is GBSTA.
    regards,
    Meiy

  • RAPIDWIZ -RESTART option , how to find the status of installation

    Hi ,
    I had an issue while installing R12.1 on Linux X86-64 . I was getting an error in addbccnv.sql with insufficient privliges as I was installing under root as per oracles notes . I changed my user to database user and ran the addbccnv.sql script manually and it ran successfully .
    I opened another command prompt remotely and logged in as root and gave the command rapidwiz -restart , since i did it remotely using PUTTY I dont know the status of the installation .
    Is there any way to find out if the installation is going through ok !! ??
    I checked few locations but couldnt find any updated log file
    Thanks for your help

    Hi,
    The log files can be located under the following directories:
    $TMP/<MMDDHHMM>
    $ORACLE_HOME/appsutil/log/$CONTEXT_NAME
    $APPL_TOP/admin/$CONTEXT_NAME/log/<MMDDHHMM>
    Regards,
    Hussein

  • How to find the status of user's workflows

    Hi
    I wanted to create a report, In which user enter user name and date (Period) and i get status of all the work flow of that specific period of the user. e.g
    Work flow completed
    or
    Waiting for approval to secific agent
    or
    Error
    etc
    Regards
    Ammad

    Hi Ammad
      Use this tables SWWWIHEAD to get all the workitem with speicfic date and status has waiting then you can also use this table for agent speicific details SWWWIAGENT. If any deadline is involved use this table SWWWIDEADL.
    SELECT WI_ID WI_STAT WI_AAGENT FROM SWWWIHEAD INTO TABLE IT_WIHEAD
                    WHERE WI_STAT  EQ C_COMPLETED AND
                                 WI_CD      EQ  S_DATE.
    If you want any details let me know.
    Regards
    Vijay

  • How to change the default date in Person assignment tab?

    Hi experts,
    Does anyone know how to change the default date in person assignment tab in cj20n? Currently, the system always take the scheduled finish date to the date of the person assignment tab. Can I change it to the start date?
    Thanks and rgs,
    Michelle

    Hi Michelle,
    Goto SPRO->Project system->Dates->Scheduling->Specify Parameters for Network Scheduling, Here you can control the workforce planning dates.
    Hope this is useful...
    Regards
    Aatish

  • How do I find the screen with my personal iPod (my name's iPod) so I can download from my purchased or free songs/pods from my computer? My iPod has opened to that for 3 years and this week I can't find it: not on purchased page or on Apple store page.

    QUESTION from an American in India:
    How do I find the screen with my personal iPod (my name's iPod) so I can download from my purchased or free songs/pods from my computer? My iPod has opened to that for 3 years and this week I can't find it: not on purchased page or on Apple store page.

    See:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • How to find the approval status for a document version

    Hi all,
    We have enabled versioning on a folder and the system is maintaining the versions. I need to be able to identify which version in at what status.
    For example, I create a file and it creates a version, I check it in and out several times, I then release/publish the file, and another version is created, I then check it out and in several times and the cycle begins again.
    I then realize that I need to go back to the latest released version but I don't know which one it is nor can I identify it using the 'versions' selection from details. How do I know what the status is of the previous versions?
    I need to be able to identify only those versions, past and present, that were 'approved/released' vs those that were left in progress. How do I find the statuses of the previous versions to correctly identify which version was released.
    KM is maintaining this some how because it knows to show only those items that are released to the standard user and not show them those that are in progress.
    How do I find that same parameter that shows me which older version is release?
    I am looking for something like what is available with the properties selection on the 'versions' screen. I am able to go to any version and look at the properties of that version at the time the version was saved. This is what I need with status. I need to be able to look at any version and know what status was at the time it was saved.
    Any help is appreciated,
    Srini

    Hi
    According to my knowledge,Versioning can only be done on files, not folders.
    To view the version history of a file, as well as save prior revisions to another location to view them do this:
           1.      Using Windows Explorer, locate the file.
           2.      Right-click the file and select Versioning and then select List Version History.
    The resulting dialog displays the version history of this file.
           3.      Select a prior version and click the Save As button to save the version to another location.
    Regards
    Elizabeth

  • How to find the job and job status from RSPCM

    hi all,
    suppose we got an error and in rspcm the process was failed.i want to know the status of that particular job.and if any i want to stop that job in SM37.
    plz tell me how to find the job and job ststus from RSPCM...and how to stop that job in SM37
    thanks,
    jack

    Hi Jack,
    RSPCM: T.Code
    This transaction is used to monitor the process chains
    First:
    here you need to add the process chains into the sheet
    Second:
    Then you can monitor the process chains in this transaction code
    Like you can see the :  status ,proces chain ,Last run date ,Last run time ,Log ID
    Status : Green when sucessful,Yellow when running & Red when you get errors
    Now when yoy click on any of the process chain in RSPCM you will go to the LOG VIEW as you see in RSPC transaction
    SM37:T.code
    This transaction is used for Job Overview
    you can see many options in SM37
    like Released,active,cancelled,finished,etc
    Just select the ACTIVE  jobs and also pass STAR in JOB ID & USER ID
    here you can only see the active jobs
    Goto Step in toolbar
    select the program displayed
    then chose option GOTO - Variant in main menu bar
    in the variant you can see the job belong to which Process chain
    if you want to cancel this job come back to SM37 Display screen
    Select the Job and select the JOB DETAILS tab in Tool Bar
    Collect the WIP ( Work Permit ID)
    Go to SM50 T.code and find the WIP
    in Main Menu Bar you find the option Cancel with Core choose this it will cancel the Job
    Regards
    Hari

  • How to find the Project and wbs Element System Status

    Hi all,
      How to find the Project and wbs Element System Status.
      We can find the system status in the CJ20n transaction but I want the table and field name where it is stored.
    Regards
    Raghavendra

    Hi,
    try table <b>jest</b> with key = prps-objnr
    Andreas

Maybe you are looking for