ALV Report to display the status of the requests raised through ESS

Hi All,
We have to develop a ALV report to display the status of the requests raised through ESS
for Leave, Travel & Event Management, Travel and Appraisal workflows.
ESS Travel, ESS TEM, ESS Apraisal workflows are associted with SAP Business Objects.
we are using the function module SWI_WORKITEMS_OF_OBJTYPE_GET to get
the top level work item id's by passing the object type like PDRELA_025, BUS2089.
By using SWP_WORKFLOW_LOG_READ function we are getting the workflow log
by passing top level work item id's as imort parameter. 
The report output should have the following fields
Initiator, Initiator Personal No, Request Type( Leave, Travel etc.. )
Date of application of the request, Status ( Approved by RM, Rejected etc )
Name of the Approver, Approved / Rejected Date.
The logic should be work for all the above ESS workflows and should be generalized.
Can any one please let me know the procedure to get the required information from the workflow log.
It would be great if any one suggest on the same how to proceed further to get the information as mentioned above.
Thanks & Regards,
Jagadeeswara Rao Balla.

Hello,
You can get most of that information from fm SAP_WAPI_GET_HEADER, input is workitem_id.
regards
Rick Bakker
Hanabi Technology

Similar Messages

  • Unable to open delivery reports in Exchange 2013 SP1. Gives warning "The status for the recipient can't be determined because of a temporary error. Please try again later."

    This seems to be occurring with all users (have tested a few, all display the same exact error message).
    When I click on "Message Delivery Report" in Outlook 2010 or 2013, it points me to the ECP and displays this message "Warning The status for the recipient can't be determined because of a temporary error. Please try again later." I'm
    not sure which log files to look at. The last time I remember it worked was before I applied SP1, I think CU3.
    Our environment is two servers running Exchange Server 2013 Std. SP1 (847.32) in a DAG.
    Thanks.

    Hi,
    From the error description, I would like to clarify the following thing:
    Delivery Reports is a message tracking tool that you can use to search for delivery status on email messages sent to or from users in your organization's address book, with a certain subject. In Exchange 2013, you can track messages for up to 14 days after
    they were sent or received. Please make sure the message you are tracking isn't older than 14 days.
    Here is an article for your reference:
    Track messages with delivery reports
    http://technet.microsoft.com/en-us/library/jj150554(v=exchg.150).aspx
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • How to do the ALV report output in groups and caluculate the tOTALS(URGENT

    Hi
    In my ALV report output .I have to group the output based on the DAYS field
    0-10 days in one group
    10-30 days in one group
    above 30 days one group
    There is also a field by name "AMOUNT" in my output.
    I have to calculate SUBTOTALs at the end of every group and at the end of the report i should caluculate GRAND TOTAL.
    Please remember that i should not use any any BLOCKED ALVs and for Totals i should not use the SYMBOLS provided in the application toolbar of the report
    Thanks in Advance

    Please don't repost your questions...
    Check out my answer in your other post.
    How to make the ALV report in groups  and caluculate the TOTALS
    Regards,
    Naimesh Patel

  • Display the status of the production order

    Hi Friends,
    I have a task which should display the status of the production order.
    If an order number(AUFNR) is given, it should display whether the order is available or not. Also it should display the status of the order whether it is delivered, completed, blocked etc.
    Can anyone send me the code for the above task.
    Waiting for ur reply.
    Raj
    Message was edited by: Craig Cmehil

    Please mark this post as "Solved on my own" as it is a duplicate of your post which has already been answered.  Thanks. 
    Also, please remove the email address from the subject line.
    Regards,
    Rich Heilman

  • Does anyone know the status of the new CMYK monitor display Apple is developing?

    Does anyone know the status of the new CMYK monitor display Apple is developing?

    I have the same iMac as you but with a 1 TB hard drive.
    Apple replaced the 1 TB hard drive of iMacs manufactured between October 2009 and July 2011 because of problems. When I took my iMac, the Genius gave me the bill (even if the repair was free) and the 1 TB hard drive cost about $100. This was with a 1 TB Seagate hard drive, so the cost for a 500 GB hard drive may be smaller, depending on the brand

  • Display Approval Status on the page

    I have a pages library, where i have content approval turned on. I want to display the OOTB Approval Status( Internal name: ModeratorStatus) column in the pagelayout in read only mode. Any ideas??

    Hi,
    According to your post, my understanding is that you want to display Approval Status on the page in read only mode.
    You can insert the JQury code to a Content Editor Web Part:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
    <script type="text/javascript">
    $(function(){
    setTimeout(Test,500);
    function Test(){
    var obj1=$("div[name='_ModerationStatus']");
    obj1.removeAttr("SortFields");
    </script>
    Then you cannot click Approval Status to sort items and the HTML of the Approval Status becomes as below:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to devolped an Interactive ALV Report to display sales orders

    hi,
             how to devolped an Interactive ALV Report to display sales orders pertaining to the selected Customers and item details in the secondary list.For this report what are the tables and fields wehave to used give with example.
    thank you
    radhakrishna

    Hi,
    look via se38 for BCALV* and SALV*.
    Try ABAPDOCU.
    Regards, Dieter

  • How do i find out the status of the ink in the HP 5510 machine?

    Please can you advise how i find out what the status of the ink is in the "HP 5510" machine?

    Hi,
    Please use this:
    From the Printer Home screen, touch the right directional key, and then touch the Ink icon to display the estimated ink
    levels.
    Regards,
    Note: The ink icon is similar to a drp\op of water.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Changing the status of the sales order item based on reason for rejection

    Hi All,
    When a Sales order item is rejected then the status at the item level is changed as 'TECO'.When the reason for rejection is removed the status 'Teco' is reset.This status change can be achieved using the user exit 'MV45AFZZ'.But the exit does not allow re-atp calculation whenver a blocked item is release.I have use the exit 'MV45AFZB' ,through this the status change as well as re-atp calculation takes place.But the status changed(Based on reason of rejection) does not appear in the same screen.The change gets reflected only when the sakes order is saved and i open it again.
    I want the status change to appear in the same screen.I am doing my code in the form 'userexit_check_vbap' of the exit 'MV45AFZB'. Please let me know if there are any user exits or BADI's available for the same(Changing the status of the sales order item based on reason for rejection ).
    Regards,
    S.Subasree

    Hi subburamaiah
    If you want the report you can create a separate SIS report . In that take the input field  as a Reason for rejection.. and ask for the output the list of sales orders .Now when you check this user defined report you will give the reason for rejection and check what all orders got rejected on that reason for rejection.
    Regards
    Srinath

  • In transaction code BBP_PD the status of the workitem is not updating showi

    Hi Gurus,
    We have implemented N-Step BADI BBP_WFL_APPROV_BADI For Approvals Levels in SRM.
    Work flow is triggering correctly and workitem is sent at all the levels. But in transaction code BBP_PD the status of the workitem is not updating showing the error message "NO WORKITEM FOUND" also status is not updating in BBP_PD.
    Please reply with your suggestions.
    Thanks in advance.
    Madhukar

    Hi
    Thanks for your reply.
    We are getting "No workitem found" status in BBP_PD transaction. But all approval process is happening perfectly and when we check status through "Status Monitor " through web it is updating correct status.
    Status is updating in BBP_PD .Status of main workflow is displaying correctly and approval levels and corresponding approver names are displaying correctly, but only the status and time of approval is missing.
    can you suggest something on this issue.
    Workflow Item:                                                                               
    Workitem-ID        000002009126                                                                               
    Task                      WS90000040                                                                               
    Text                       Shopping Cart Approval N-Step 185522 (BADI)                                                                               
    Status                    STARTED                                                                               
    Statustext              In Process                                                                               
    Date                      09/24/2008                                                                               
    Time                     08:18:09                                                                               
    Node ID            Agent                    User                         State        Workitem       Created at                   
    0040000000      Kotesh APP       APP_KOTESH          No workitem found                                                  
    0040000002                                                                    No workitem found                                                  
    0040000001      shiva APP         APP_SHIVA               No workitem found                                                  
    0040000004                                                                    No workitem found                                                  
    0040000003     shiva APP         APP_SHIVA               No workitem found                                                  
    0040000006                                                                   No workitem found                                                  
    0040000005      SM1                 NNA_FA_SM_1         No workitem found                                                  
    0040000008                                                                   No workitem found                                                                               
    Regards
    Madhu

  • Service Requests in E-Service - Change the status of a request

    Hi All,
    We had setup a ICSS B2B web for return order management.
    We have a requirement that once the service request is created by the User "Customer service representative" he should be able to manually change the status of the request in the web such as " In process" ->"Rejected" or "Approved" ->"Completed.
    Please advise on how to proceed with the above requirement.

    Hello Yves,
    Thank you for this information.
    I'd like to tell you that, we are using a shared transport directory and the transport management system is configured properly.
    But I think that, changing the status of the transport requests (the field IMPFLG) in the table TMSBUFREQ would be a possible solution, although I'm not sure, if this is the right way.
    What I intend to do is the following: change the field IMPFLG ("tp Import Flag") for the transports, which have been already imported, but appear in the import queue with the status "Request waiting to be imported" .
    At the moment the field IMPFLG of these transports is set to "1" ("Request waiting to be imported") and I'd like to change it to "2" ("Request already imported") .
    Would it work like this? Will the correct status of the transport requests be displayed in the TRX STMS?
    Thank you in advance for your help.
    Kind regards,
    Noémi

  • Change the status of the bank statement posting

    Hi,
    Happy new year.
    A bank statement was posted to the sub ledgers but it was not posted to the General Ledger, even though it has an * as the document number.
    Consequently, the G/L is not reporting the correct balance, and for year end reporting we need the correct figures.
    I have tried to post it via FEBP, (with "suppress subsequent postings" & "Bk posting only" selected), but no data was selected.
    How can I post the statement to the G/L?
    Can I change the status of the bank statemetn from "posted" into "to be posted" and try it again?
    Thank you for your feedback.
    Kind regards,
    Linda

    Hello srikanth.
    Thank you.
    How can I check that?
    Kind regards,
    Linda

  • How to check the status on the server

    I have a jsp page which runs a tcl program in the background. This tcl program will generate a HTML file and the HTML
    file will be residing in the server. Is there a way in the jsp to check the status on the server so that the moment HTML file is on
    the server and capture the date/time and display in the JSP.
    Thanks

    If the JSP is on the same server, then you can just use the File class to check that the file exists and get the timestamp of the file.

  • ALV report which displays Delivery and Invoice details..by linking vbfa.

    Hi...
    I wants to develop an ALV Report, which displays Delivery details as well as Invoice details for a range of given sale orders.
    For this report I am using Tables : VBAK,VBAP,LIKP,LIPS,VBFA tables .
    Here VBFA is a table for Document flow how to link this with report ??
    Please reply.
    Regards ,
    ASHOK
    Moderator message : Not enough re-search before posting, spec dumping not allowed. Thread locked.
    Edited by: Vinod Kumar on Aug 1, 2011 9:58 AM

    VBFA has VBELV and POSNV can be used to map VBAP (sales order item) i.e.
    VBFA-VBELV = VBAP-VBELN AND
    VBFA-POSNV = VBAP-POSNV
    with VBTYP_N = J Values available in VBFA-VBELN and VBFA-POSNN will be LIPS -VBELN and LIPS-POSNR
    VBTYP_N/ VBTYP_V = J stands for delivery and C stands for order
    Nitesh

  • Auto Approval EBP Purchase Order is not updating the status at the header

    Hi There ,
    We are facing an issue in EBP auto approval PO ,
    The process level schema is set to Auto Approval  (Standard 9CBUS2201_EX01_55)
    During the PO creation , the standard schema is triggered and it gets approved .
    The status of the PO in the Approval Tab is showing as Approved .
    But in the docuemnt level the status is still Awaiting Approval .
    While checking in SWI1 we came to know that an error has happened in the Task TS40007972
    and the Guid ID of SRM Purchase is initial that has made the status(EV_STATUS) as initial .
    The ERROR is from the below class & method.
    Class: /SAPSRM/CL_WF_PROCESS_MGR_SBWF
    Method:GET_PROCESS_DECISION_STATUS
    Can anyone suggest to overcome this issue .It will be very usefull if anyone could suggest debugging possibility if any .
    Regards,
    Arun.

    Have you tried notes?
    1625513 - Workflow without approval is Awaiting approval status
    1724251 - Workflow log error: CREATE_DECISION_SETS cannot be executed

Maybe you are looking for

  • Failed to open a rowset error

    Post Author: lala1 CA Forum: General Hi, I am getting the following error in Crystal reports: Failed to open a rowset Details: HY000: [DataDirect][ODBC Oracle Driver][Oracle]ORA-06550: line 1, column 8: PLS-00306: wrong number or types of arguments i

  • Standard Leave iView of ESS does not work... What to do?

    Hi Experts, We are implementing ESS / MSS. Most of the iViews of ESS are working fine. However, iView of Leave Request is not working. 1) Is it possible that during the portal installation due to some error, some of the components needed for Leave Re

  • Simultaneously request to servlet and causing duplicate trx_id

    Hi, I have a servlet which will handle all the request from external. That servlet is responsible to insert the request into database by copy a record which already created in one of the table. My problem is when two requests are coming simultaneousl

  • Sudden problem with Flash Player right now?

    Hello, we're currently got a problem with our Flash video player suddenly stopped working, just this evening. We havent touched it anything in a few days, and now suddenly our player does not start. The debug-version of the player outputs this: Warni

  • Can I make icons display more text on the Desktop?

    The default size is 64 px by 64px (which stills seems huge to me) but the labels below each icon only display like 6 characters with ellipses in teh middle. It makes it very hard to identify files ... Any way around this without making the icons 128p