Standard report Programs to find the current status of workflows

Hi Experts,
                   Are there any Standard report Programs to find the current status of workflows or workflows which are pending.
Regards,
Hari

Go to SWI1 t-code
Give the appropriate Status - Ready or Inprocess or Waiting
Input the Task - either WF Template or Standard Task.
Choose the time period and execute the report.
Regards,
PR.

Similar Messages

  • Report program to find the configuration parameters of the system?

    Hi,
    Is there any standard program in SAP to find out the configuration parameters or the configuration settings of the system and any program to find the configuration settings across systems?
    thanks & regards,
    siddhartha.
    P.S : Points will be rewarded.

    Can you concretize your question ? For what purposes ? The "system" is the front-end or server where sap are installed? Chek the RZ20 and ST06. Regards.

  • FGA - How to find the current status of  the policy ?

    Hi,
    Version 10204.
    I am quering the views : dba_common_audit_trail AND dba_fga_audit_trail and try to discover what is status (DISABLE/ENABLE) of specific policy.
    Could someone help to findout which coulmn should i query in order to know what is current status of the POLICY_NAME ?
    Thanks.

    Your point is valid but I am not able to find any view which can supplement this.
    SQL> select table_name from dict where table_name like '%POLICY%';
    TABLE_NAME
    DBA_AUDIT_POLICY_COLUMNS
    DBA_JAVA_POLICY
    DBA_POLICY_CONTEXTS
    DBA_POLICY_GROUPS
    ALL_AUDIT_POLICY_COLUMNS
    ALL_POLICY_CONTEXTS
    ALL_POLICY_GROUPS
    USER_AUDIT_POLICY_COLUMNS
    USER_JAVA_POLICY
    USER_POLICY_CONTEXTS
    USER_POLICY_GROUPS
    TABLE_NAME
    V$VPD_POLICY
    GV$VPD_POLICY
    13 rows selected.
    SQL> select table_name from dict where table_name like '%FGA%';
    TABLE_NAME
    DBA_FGA_AUDIT_TRAILAman....

  • How to find the current line in the table control in module pool ?

    How to find the current line in the table control in module pool ?
    This is an urgent requirement? please do help me.

    refer to this example
    REPORT demo_dynpro_tabcont_loop_at.
    CONTROLS flights TYPE TABLEVIEW USING SCREEN 100.
    DATA: cols LIKE LINE OF flights-cols,
    lines TYPE i.
    DATA: ok_code TYPE sy-ucomm,
          save_ok TYPE sy-ucomm.
    DATA: itab TYPE TABLE OF demo_conn.
          TABLES demo_conn.
    SELECT * FROM spfli INTO CORRESPONDING FIELDS OF TABLE itab.
    LOOP AT flights-cols INTO cols WHERE index GT 2.
      cols-screen-input = '0'.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
    ENDLOOP.
    CALL SCREEN 100.
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
    DESCRIBE TABLE itab LINES lines.
    flights-lines = lines.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE read_table_control INPUT.
      MODIFY itab FROM demo_conn INDEX<b> flights-current_line.</b>
    ENDMODULE.
    MODULE user_command_0100 INPUT.
      save_ok = ok_code.
      CLEAR ok_code.
      CASE save_ok.
        WHEN 'TOGGLE'.
          LOOP AT flights-cols INTO cols WHERE index GT 2.
            IF  cols-screen-input = '0'.
              cols-screen-input = '1'.
            ELSEIF  cols-screen-input = '1'.
              cols-screen-input = '0'.
          ENDIF.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
    ENDLOOP.
        WHEN 'SORT_UP'.
          READ TABLE flights-cols INTO cols WITH KEY selected = 'X'.
          IF sy-subrc = 0.
            SORT itab STABLE BY (cols-screen-name+10) ASCENDING.
            cols-selected = ' '.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
          ENDIF.
        WHEN 'SORT_DOWN'.
          READ TABLE flights-cols INTO cols WITH KEY selected = 'X'.
          IF sy-subrc = 0.
            SORT itab STABLE BY (cols-screen-name+10) DESCENDING.
            cols-selected = ' '.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
          ENDIF.
        WHEN 'DELETE'.
          READ TABLE flights-cols INTO cols
                                  WITH KEY screen-input = '1'.
          IF sy-subrc = 0.
            LOOP AT itab INTO demo_conn WHERE mark = 'X'.
              DELETE itab.
    ENDLOOP.
          ENDIF.
    ENDCASE.
    ENDMODULE.

  • Why  I can't find the overall status in billing document!?

    Hi,
    Why I can't find the overall status in billing document? but I can find this status in table VBUK, some documents set 'B' in this field, some set 'C', all of them are Completed and the corresponding account documents are cleared. for this status is 'B',I can't archive these documents.
    Thanks.

    Dear Lance
    Check the field Document object    i.e Document Status object .
    A     Order
    B     Purchase order
    F     Billing document
    K     Sales activities
    L     Delivery
    T     Shipment
    V     Shipping
    X     Others
    Check if all your entries are F, if not find out which document and try to find out why it is not C.
    Do revert with your feedback
    If it is still a problem , check some SAP notes
    For e.g. Note 142368 - Segment VBUK missing in billing document
    Header status segment VBUK is missing in the billing document.You can check this with the general table display (SE16).
    It is not yet known why this segment is missing.
    correct many documents, you can use report ZZVBUK01.
    Regards
    Jitesh
    Regards
    Jitesh

  • Find the current FY, Previous FY & Next FY using SY-DATUM

    Hi all,
    I want to build a Function module for finding the Current Fiscal year, Previous Fiscal year and Next Fiscal year based on the SY-Datum.
    If anybody came across this situation please provide me the piece of code.
    Regards,
    Preetham.

    Here is sample.
    report zrich_0001.
    data: c_fy type bkpf-gjahr.
    data: p_fy type bkpf-gjahr.
    data: n_fy type bkpf-gjahr.
    data: c_fp type t009b-poper.
    call function 'FI_PERIOD_DETERMINE'
         exporting
              i_budat = sy-datum
              i_bukrs = '0010'  "Company Code
         importing
              e_gjahr = c_fy
              e_poper = c_fp.
    p_fy = c_fy - 1.
    n_fy = c_fy + 1.
    write:/ 'Current Fiscal Year', c_fy.
    write:/ 'Previous Fiscal Year', p_fy.
    write:/ 'Next Fiscal Year', n_fy.
    Regards,
    Rich Heilman

  • To add select-options to standard report program...

    Hi,
    How to add  a field as select-options to sap standard report program?
    Regards,
    sachin
    Moderator Message: Do some R&D on the topic first and ask a specific question, instead of a step-by-step process.
    Edited by: kishan P on Nov 25, 2010 5:40 PM

    Hi shiva,
    I have following doubts?
    1) exactly where should i add select-options of a field in enhancement point?
    and 2) where to keep the database extraction logic for the same select-options?

  • How do I find the current connections?

    I've noticed that the disk doesn't always spin down after using my media player (OSMC on a Raspberry Pi) to access my My Cloud, and I'd like to debug this. First, I need to see if there's a persistent connection by checking the connection status at the My Cloud command line.  Googling tells me that you use the "smbstatus" command for this -- and there's my first stumbling block. That command is not present because it's in the "samba" package, which I am surprised to find is not installed by default.  # apt-cache policy samba
    samba:
    Installed: (none)
    Candidate: 2:4.1.17+dfsg-2
    Version table:
    2:4.1.17+dfsg-2 0
    500 http://ftp.us.debian.org/debian/ jessie/main armhf Packages I could install the "samba" package with "apt-get install samba". Is that safe to do on the My Cloud? The My Cloud is all about providing samba shares and yet the "samba" package is not installed. I was wondering if it was not installed for a reason. Installing it won't trash the My Cloud's normal services? Or is there a better way to find the current connections -- one that doesn't need the "smbstatus" command?

    Hi and welcome to the WD community.
    I have not tried this, lets see if another user can share some tips and information on this matter.

  • How to find the NodeManager Status using WLST

    Hi All,
    can anyone please let me know how to find the nodemanager status using wlst, the nodemanager status whether it is 'Reachable' or not.
    Thank you.

    Hi Bob,
    As James pointed, we faced the same. We could not find any mbean to find the Node Manager Stat that we can monitor from Weblogic console.
    The best I can suggest, use the below WLST command after connecting to 'Node Manager:
    nm()
    Currently connected to Node Manager to monitor the domain xxxdomain.Grep for 'connected to Node Manager to monitor the domain <Your WLS domain name>' and if successfull, your node manager is UP & Connected other wise not 'Reachable'.
    Regards,
    qumar

  • Issue in finding the current row

    I am rendering rows of a VO using an iterator component. One of the component I am rendering is a declarative component created by me.
    In this component there is a clickable link on which i can write any method to achieve desired functionality.
    Since, iterator is used so the current row is set to the last row. Now on clicking the link in the declarative component i need to do some operation based on the current row (pk of that row). So, how to find the current row id?
    Note: If it would be a simple adf component like a commandLink i could have inserted a setServerListener inside it and could have put the id in to requestScope to access it. But as this is the declarative component in which i cannot create a serverListener so I am looking for some other solution.

    Hi john,
    My table have the selection listener.
    Thanks in advance

  • Variant of program is not the current version

    Hi
    When the program started in CCS, it has been cancelled and giving the "Variant of program is not the current version" . how can i solve this and where ill get the soln for this type of error.
    Reply me asap
    thanks
    Umashankar

    you did not give much details about your problem. where you got this error, which program ? what are you trying to do ??
    If this is an ABAP Program,you can  always create a new variant directly in QA & PRD
    SE 38 > Progrma name > Execute (if you have selection screen) > enter your new selections > 'Goto' menu > Save as variant > give new name > Save
    If you dont have selection screen in your program
    SE 38 > Program Name > Change/ Display > Goto > Variants > Create
    Cheers
    Praveen

  • How to Find the Current Instance Id in Oracle 10g

    Hi,
    how to find the current instance id in oracle 10g studio,
    I have the below code :
    if (InstanceScreenFlow.processInstance.id.id.indexOf(text : ins.id) < 0) {
    /// do something
    it is saying that "'processInstance' is not a function"
    Thanks,
    Brijesh Kumar Singh.

    Why not just pass in the "id" predefined variable into your screenflow? Once you do that you'll be able to refer to it as "id.id" anywhere inside your screenflow.
    Dan

  • How to find the current SQL

    Dear All,
    My testing engineers are checking the application from front end, i have to find the current SQL (What SQL queries are used in the application) statements in the back end.
    Please let me know how to find the current executing SQL stements.
    Thanks in advance
    Mahi

    You need to join this query with one more table - v$sqlstats. There are many statistics in particular cpu_time, elapsed_time etc stored in that table for each sql statement.
    You can join v$sqlstats by sql_id until you have multiple child cursors for single statement.
    Or you can just join to v$sql and get statistics from there and in this latter case you include child_number column to distinguish child cursors from each other.
    Best Regards,
    Alex

  • Can I find the current tab in Terminal using applescript?

    Running a script from the shell by prepending
    #! /usr/bin/osascript
    as part of my .profile, can I find the "current" tab using Applescript. Most of the time, the "current" tab will not be visible, as the shell is being initialised, or re-initialised.
    I want to set the dircolors for my shell by determining the background color of the tab in which the shell is executing.

    Under the Window menu you can activate any of the palettes that you want. In your case the Field tab is under the Object palette

  • Oracle Report is not finding the prt configuration file on 10G?

    Oracle Report is not finding the prt configuration file on reports server 10G.
    On another enviroment I had installed only Forms and Reports services. Here was finding
    the prt configuration file and running ok.
    Now I have "infrastructure" and "forms and reports services" and the reports server is not finding the prt configuration file.
    I have the Internet Directory, Single Sign-on, oca, OC4J_SECURITY services "infrastructure" and the forms and reports services on the same machine.
    Can somebody help me?
    Celso
    Edited by: user575217 on 17/09/2008 06:52

    Definitions (explicit or implicit) on client side overwrite settings on server side. If not set explicitly, parameters like NLS_SORT and NLS_COMP are derived from environment variable NLS_LANG. If NLS_LANG is not set, it defaults to AMERICAN_AMERICA.US7ASCII. If client OS is Windows, the installer sets NLS_LANG according to the language of the OS (and writes the value into the registry), on UNIX NLS_LANG is not set automatically.

Maybe you are looking for

  • Multiple applications on Same PC

    I am trying to run 2 applications which access different cards at the same time. One is doing a continuous analog input, the other is doing a finite analog acquisition. In that scenario, I am getting messages that either say "Acquisition already in p

  • Self-replicating PDF and jpeg files in my Library Mail folder--help!

    I've been to the Genius bar twice, just wiped my computer clean--and still my computer self-replicates PDF, documents, gif and jpeg files that exist on my hard drive in the Library-Mail folder every time I open the Mail program! The same ones, over a

  • Synching Ipod with Itunes

    Hi. I have a general question. I recently deleted a lot of files from my library to save space. So they wouldn't change what was on my Ipod, I selected 'Manually Manage Music and videos'. Since then, I added some new songs which I would like to synch

  • Financial Reporting prompt-Show only members as defined by security filter?

    Hello all, Maybe another simple question but i have been unable to perform this task so far- We have created a security filter against the Company dimension in essbase, assigned it to a user, and that works ok. We have a report that prompts the user

  • Problem in loading analytics page

    Hi friends, when i started the BI services in obiee 11g, i didnt see the line as the 'RUNNING MODE' in the command window. Since i can able to see the weblogic and em page but i couldnt able to see the analytics page,as it is saying as "problem loadi