Workflow Tables for Report

Hi
I need to develop a report with following information. The report should have current status. For example if 5 approvers have to approve the document then the report should show at the end all 5 approvers and the status.
Approver name , Approval status (Approved / rejected) , Approval date (Workitem execution date).
I looked in several tables but i dont find the approval status and approval date. Can anyone help me in finding the exact workflow table were i can find this informations.
Thanks
Shree

Hi,
Refer the below link,
[Workflow Tables|Workflow Table;
[Workflow User Substitution Utility|https://wiki.sdn.sap.com/wiki/x/0j0]
[WORKFLOW TRACKING|https://wiki.sdn.sap.com/wiki/x/OIADAw ]
[Workflow - Display users assigned to Rules|https://wiki.sdn.sap.com/wiki/x/GYGWAw ]  
Regards,
Surjith

Similar Messages

  • SAP Report Painter - SAP tables for report items and hierarchy

    Hello,
    can you pls. help me with an information about the list of SAP tables for Report Painter, particularly the tables where the report items/positions and report hierarchy are stored?
    for example, for the Report Writer report items and report hierarchy can be found in T8* tables.
    What are these tables for Report Painter?
    thank you in advance for any info.
    Regards,
    Jasminka
    Edited by: Jasminka Vlahovic on Dec 29, 2010 8:53 PM

    Hi  Jasminika ,
    Could you please share with me those tables names where report items  and hierarchy are saved
    Regards
    Neeraj

  • Workflow tables for query

    Hi everybody, we've implemented the workflow for payment release (WS90000021), but we need some reports in order to audit the process, like:
    Status of documents (workitems) and who have them in their business workplace.
    Does someone knows wich workflow tables I can use to make a query??
    Regards

    Hi,
    You can make use of some function modules that reads the workflow log. You can call them in a report and then call this report in your workflow.
    This will do all the job.
    Here's the report program
    REPORT  ZWFLOG.
    DATA : WF_LOG LIKE SWP_LOGTAB OCCURS 0 WITH HEADER LINE.
    DATA : WA_WF TYPE SWP_LOGTAB.
    CALL FUNCTION 'SWP_WORKFLOW_LOG_READ'
      EXPORTING
        TOP_LEVEL_WF                  = '000000059015'
      WF_ID                         =
      LANGUAGE                      = SY-LANGU
      NESTING_LEVEL                 = '1'
      WITH_NODES                    = 'X'
      WITH_MESSAGES                 = 'X'
      EXPAND_SUBFLOWS               = ' '
      ARCHIVE_MODE                  = ' '
      ARCHIVE_DATA                  =
      WITH_BLOCKENDS                =
    IMPORTING
      FLOWITEM                      =
      TABLES
        WF_LOG                        = WF_LOG
    EXCEPTIONS
      WORKFLOW_DOES_NOT_EXIST       = 1
      OTHERS                        = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP AT WF_LOG INTO WA_WF.
    WRITE : /.
    WRITE  : (12) WA_WF-WI_ID,
             (72) WA_WF-WI_TEXT,
             (9) WA_WF-WI_AAGENT,
             (12) WA_WF-WI_CD,
             (12) WA_WF-WI_CT,
             (10) WA_WF-WI_STAT.
    ENDLOOP.
    Just pass the workflow instance no. to this FM and this will work.
    Regards,
    Raj

  • Please help to find table for report S_ALR_87013558 (budget commitment)

    Dear SAP Guru,
    How can i find the table that store the value for report S_ALR_87013558 ?
    Many thanks in advance.
    Nies

    TABLES: RPSCO_X, COIX, COIX_DATA40, RKB1X, RKB1F, RKB1D.
    PROJ, PRPS_R, ACT01, AUFK, VBAK, TCNDB, VSKOPF, IMTP, IMPR,
    TCNDBT.

  • Sliding window sanario in PTF vs Availability of recently loaded data in the staging table for reporting purpose

    Hello everybody, I am a SQL server DBA and I am planning to implement table partitioning on some of our large tables in our data warehouse. I
    am thinking to design it using the sliding window scenario. I do have one concern though; I think the staging tables we use for new data loading and for switching out the old partition are going to be non-partitioned, right?? Well, I don't have an issue with
    the second staging table that is used for switching out the old partition. My concern is on the first staging table that we use it for switch in purpose, since this table is non-partitioned and holding the new data, HOW ARE WE GOING TO USE/access THIS DATA
    FOR REPORTING PURPOSE before we switch in to our target partitioned table????? say, this staging table is holding a one month worth of data and we will be switching it at the end of the month. Correct me if I am wrong okay, one way I can think of accessing
    this non-portioned staging table is by creating views, which we don’t want to change our codes.
    Do you guys share us your thoughts, experiences???
    We really appreciate your help.

    Hi BG516,
    According to your description, you need to implement table partitioning on some of our large tables in our data warehouse, the problem is that you need the partition table only hold a month data, please correct me if I have anything misunderstanding.
    In this case, you can create non-partitioned table, import the records which age is more than one month into the new created table. Leave the records which age is less than one month on the table in your data warehouse Then you need to create job to
    copy the data from partition table into non-partitioned table at the last day of each month. In this case, the partition table only contain the data for current month. Please refer to the link below to see the details.
    http://blog.sqlauthority.com/2007/08/15/sql-server-insert-data-from-one-table-to-another-table-insert-into-select-select-into-table/
    https://msdn.microsoft.com/en-us/library/ms190268.aspx?f=255&MSPPError=-2147217396
    If this is not what you want, please provide us more information, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Find table for report creation

    if i want to create a report, i nedd to give field name and table name to the ABAPer, which i try to find by pressing F1 in that field.But many times its structure.In this case how can i find the exact table?

    Dear Sandip,
    After double clicking on the Data element---Where -used List -tables--
    execute---suppose if the system gives you more number of tables,then here by
    reading the description of the table,try to pick or else cross check whether in that
    table for that field its storing some values.
    No need to execute each table by giving inputs.Simple give the table name and
    after going into the table click on number of entries,by this way you will be able to
    short list.
    I hope this can help you to some extent.
    Regards
    Mangal

  • DB Table for Report Painter

    Hi all,
    Can anybody please let me know in which db table the details of the Report Painter are stored?
    If I have a Transaction Code, I want to know if that transaction code is created for Report Painter or not through program not through SE93.
    I have to create a report on all Z Transaction Codes.
    Thanks in advance.

    Hi Mr.A ,
    while creating tcode for report painters we will take option PARAMETER Transaction code , so based on the transaction type u can find out from the same tables - TSTCP or TSTC.
    regards
    Prabhu

  • Dynamic query table for report based on LOV selected

    Hi,
    Need some suggestion and guidance how to dynamically query table via lov for report .
    Scenario:
    Table, TABLE_LIST, has tablename (table in DB) and filter (for where clause) column. The TABLENAME_LOVE is derived from table TABLE_LIST.
    SELECT TABLENAME D, TABLENAME R FROM TABLE_LIST
    In Page 2,a page select list item,P2_TABLENAME to use TABLENAME_LOV
    All data in tables in the table_list have identical structure (columns, triggers, primary key, and so on).
    I want to have the report region query from the table based on selected LOV.
    Example,
    Tablename Filter
    TB1
    CD2 ACTIVE='Y'
    When select TB1, the report regin will query based on TB1.
    When select CD2, the report regin will query based on CD2 WHERE ACTIVE='Y'
    Question:
    How can I query based on &P2_TABLENAME. WHERE &P2_FILTER.
    Like
    select col1, col2 from &P2_TABLENAME WHERE &P2FILTER
    Greatly appreciate any suggestion and some guidance.
    Tigerwapa

    Hi,
    You should always post your Apex version, DB version and other information as suggested in the FAQ.
    And the moment you talk report you should state whether it is IR or Classic.
    As for your query, have you explored the Report type "SQL Query (PL/SQL function body returning SQL query)" ?
    That might be a good fit for what you are trying to achieve.
    Regards,

  • Can we combine the two tables for Report Painter

    Hi,
    For making the report in Report Painter, I am not getting all the required characteristics and Key figures all in one table / Library.
    The required ones are in Table KKBC, GLT0 and CCSS.
    Is it possible to combine these tables and make a new one so that I can create the Library and can use that Library while making the report in Report Painter.
    Or is there any other work around to get the my required charcateristics and Key Figures so that I can make the report easily?
    I dont want to go through ABAP route.
    Kindly help.
    Regards
    Kami

    Thanks Bulut for your reply,
    But by going through View creation involves ABAP help, that I dont want.
    However, is it poosible to use View while creating the reports in Report Painter? I am not sure.
    I want to know whether can we create a table which is used for report painter, so that I can use for creating the Library and then the reports.
    I hope you understand my point.
    Regards
    Kami

  • Difference in workflow tables for the versions 4.6C and ECC

    Hello,
    Could someone please let me know as to what changes have been made by SAP in the workflow tables from 4.6c to ECC version?
    Thanks,
    Samson

    Hi
    Check these Tables
    SWW_OUTBOX - Lists Workflows in outbox together with status
    SWW_CONT - Container Contents for Work Item Data Container
    SWW_CONTOB - Container Cont. for Work Item Data Container (Only Objects)
    SWWLOGHIST - History of a work item
    SWWORGTASK - Assignment of WIs to Org.Units and Tasks
    SWWUSERWI - Current Work Items Assigned to a User
    SWWWIHEAD - Header Table for all Work Item Types
    SWW_WI2OBJ - Workflow Runtime: Relation of Work Item to Object
    Regards,
    Surjith

  • Standard Workflow Tables for ESS Claims

    Hi Experts,
               We have configured the ESS / MSS Claims process in R/3, Portal and Workflow. Once I am applying claim in portal and approving the claim. I am running the standard program to update the infotypes. Now my query is, where these datas will be stored in the backend. When the user is required to view the datas how should they might check these datas except through infotype. I have checked the standard tables there is no data available.
              Kindly reply me as soon as possible.... So that I have process it further
    Regards,
    Kannan
    Edited by: Kanna83 on Dec 21, 2011 6:35 PM

    Dear Siddharth,
    Thanks for your valuable reply.
    But in the table T77WWW_CLTRANSD  we are not able to see any records getting stored.
    How to view the records in the table T77WWW_CLTRANSD?
    Can u let us knw that the table T7INCLM_ADV_TRNS ( Claims & Advance Transaction Table )  will get updated or not???
    Is there any report to update the table T7INCLM_ADV_TRNS.
    Please let us knw.
    Thanks,
    Nalla B.

  • BCS Tables for Reports

    Hi,
    I need to develop some FM reports (using ABAP), Can anyone give me list of FM BCS tables which can be used in reporting.
    Thanks & Regards,
    Jyoti

    Hi Jyoti,
    The totals are stored in FMBDT for budget and in FMAVCT for AVC.
    The budget lines are stored in FMBDP (FMBH for headers).
    All the commitments and actuals tables are the same as were for FBS.
    Regards,
    Eli

  • Queries/tables for reports

    How do we find what tables/columns is being used by OEM under the Performance tab (for each target).
    When we click on specific target and then on Performance (after entering the userid/pwd), it displays specific information like
    Host
    -->Runnable processes
    Average active sessions
    -->Active Sessions
    Instance Disk I/O
    Instance Throughput
    Cluster Host Load Average
    Global Cache Block Access Latency
    Database Throughput
    Is there a way to add our own metric performance and display it along with this OEM webpage...(just curious)...
    Thank you

    Thank you...
    Is there any documentation on the calculations behind how the underlying graphs/reports are arrived at ?
    I found some information on the Average session load in one of the webminar's but couldn't find any documentation on the other metrics ...
    Thank you...

  • Tables for Report

    I am trying to make an ABAP report where the standard price for a particular material (row) will be shown broken down into cost components (columns).
    Can you please advice from which tables should I pull the info for cost components. I have tried table KEKO and KEPH but didnu2019t find it in their. Can you please state the table and the name of the fields.
    Cost components include:
    Active, Raw, Pkg. Comp, Direct Labor, Additive Cost and Overhead

    @ Srikanth Munnaluri
    Currently the client dosen't use COPA. However it would be nice if you could explain in a bit of detail as to how COPA would solve that problem. Actually we need to make a case before the management as to how COPA would help us solve the issues we are currently facing to justify it's implementation.
    @ other experts on the forum.
    If you guys can exactly tell me what tables are needed to pick fields like Standards broken down into cost components, previous year standards and Budgeted production volume.
    Edited by: NIK83 on Feb 23, 2009 8:11 PM

  • Infosets on cProject tables for reporting

    Hello Gurus,
    I want to create an infoset based on projects and its associated tasks for crystal reporting purposes. Is there a specific table where can i get the task details and statuses to support an infoset creation? The table TJ02 has all the statuses however the table doest have any common fields to link to other tables.
    What other approaches would you suggest for this requirment?
    Thanks,
    Vinnie

    Hi
    Using SE 16 - be referring DPR* - you can get the relavant tables related to cProjects.
    DPR_TASK                             Tasks
    DPR_TSK_TYPE                    Task Type
    DPR_TSK_TYPE_T                 Texts for Task Type
    DPR_CP_STAGE_T                 Texts: Stage/Category
    DPR_PHA_TYPE                   Phase Type
    DPR_PHA_TYPE_T                 Texts for Phase Type
    DPR_PHASE                      Phase
    DPR_PRIORITY                   Priority
    DPR_PRIORITY_T                 Description of priority
    DPR_PRO_CATEG                  Project Category
    DPR_PRO_CATEG_T                Texts for Project Categories
    DPR_PRO_TYPE                   Project Type
    DPR_PRO_TYPE_C                 Project Type
    Hope this helps and you can search by referring the above table to use in the infoset.
    Regards
    PP

Maybe you are looking for

  • Pricing determination for services purchase order

    Hi All, Please provide the configuration and assignment steps involved for service Purchase orders. Regards Vijay

  • Microsoft Word vs. Pages..?

    I'm in need of some feedback of Apple user experience in using Word vs. Pages? I was used to AppleWorks until it was discontinued and been trying to use Word as many people (PC/MAC users) use it as a standard word processing program. But I'm not real

  • How do I convert a dvd to be compatible with a pc

    how do I covert a DVD to be compatible with a pc?

  • Extracting information from web pages

    I have chosen a really difficult topic for my dissertation at uni and need some urgent advice as I am running out of time. I am trying to develop a program to find the cheapest hotels available in the Edinburgh area. My program will take user input (

  • Corrupt PSD files when saving from MacBook Pro

    Hey all, I have a 17" 2.33ghz MacBook Pro that I've had for over a year. Once in a while I use the notebook to do work in Photoshop and then save the PSD over the network to a hard drive in my PowerMac G5. Then, when I go to open the file on the Powe