Show detailed screen for "WORK ITEMS"

Hi
We have configured POWL for showing Leave / Travel request. The requirement is ... we have to show detailed screen of respective item which are displaying under "Work Items", it's a combination of Leave / Travel etc.
How do I show complete detail screen of selected item which are displaying under "Work Items "???
Thanks

Powl has multiples queries ie leave request and Timesheet you can all filter to see all tasks in one screen ALl the queries in the initial screen comes form POWL_COCKPIT

Similar Messages

  • Modify detail Screen for notification item

    Hi experts,
    I want to modify the detail screen for a notification item (FG: IQS0 - Dynpro: 3030). Using enhancement QQMA0008, i can implement a subscreen located in function group XQQM. Unfortunately this seems to be limited to 3 lines only. Is it possible to pop up a full customer screen here?
    Thanks in advance!
    Best Regards

    I don't think so, but start with [Note 36889 - User subscreens in quality notifications|https://service.sap.com/sap/support/notes/36889]
    Regards,
    Raymond

  • Repeats for work items with temporary errors for background WI

    Hi!
    I have a task that generates a temporary error method in order to activate the Repeats for work items with temporary errors. It currently has 5 repeats at intervals of 2 min. After running above the WI-status is 'Error'. When Restart by SWPR runs only once and sends the message 'Work item set to error following 05 failed attempts'.
    Please can tell me any way that when run again relaunch fixed repetitions.
    I welcome your comments.
    Thanks.
    Regards,
    Raisme Wilhelm

    Hi Raisme,
    Please show me since it is the design of the workflow. It is probable that you are inside a repetitive sequence that send several work items.
    Best Regards
    Victor Enzo
    Edited by: Victor Enzo Montenegro on Feb 23, 2011 3:34 PM

  • Master Table for Work Items from BSP Application

    hello guys,
    just want to ask if there is a master table for work items (and other details) from BSP application?

    Hi,
          Ya its true but i want to connect my customized application to UWL in Enterprise Portal and there after approval i want my workitems to be punched in R/3 system.Is there any source code available,so that my application directly contact UWL in sap enterprise Portal as a link or workitems where user should have an option to approve or reject.
    If u have any idea plz let me know.
    Thanks in Advance
    Regards
    Santosh Saraf

  • Error handling for work item

    Dear All,
         When I trigger my workflow from SWUE,the workflow containers must be populated with agent name.But it is populated only with 'US'.Please suggest.
         On the other hand, when I trigger my workflow from ME21N,the workflow goes into error.The error statement is "Exception occurred - Error handling for work item 000000954797".What is the problem?
        Please suggest the solution for which I will be grateful.
    Thanks and regards,
    S.Suresh

    Dear ,
    I use bus2012 as BOR and event as created.
    When I create purchase order from ME21N,bus2012 is not triggering.Instead FREBUS2012 gets triggered which is a subtype of bus2012.
    At SWETYPV,event linkage is activated only for BUS2012 and there is no entry at SWETYPV for FREBUS2012.
    Though I configured the workflow with start events:BUS2012->created,why FREBUS2012 should trigger my workflow which is not seen in SWETYPV?How to override it?Please suggest.
    There is no start conditions for my workflow.Whenever purchase order is created,this workflow should trigger.
    So,the parameters passed between even to workflow are 
    &_EVT_OBJECT&    ->        &BUS2012&
    &_EVT_CREATOR&   ->     & WFINITIATOR&
    Thanks and regards,
    S.Suresh

  • How to deactivate *Schedule Background Job for Work Items with Errors* SWU3

    Hello Guys,
    Can any one tell me how do I DEACTIVATE Schedule Background Job for Work Items with Errors in sap workflow SWU3.
    Currently it is green which I don't want. I want to stop this service.
    Regards
    NK

    Hello,
    You could also just stop the job in tx SM37.
    But why would you want to do this? As a test?
    regards
    Rick Bakker
    hanabi technology

  • Enqueue for work item n deleted by called application

    Hi All
    We upgraded from 4.6C till ECC6.0 and from then we receive occasionaly messages in SM21: Enqueue for work item 000001198539 deleted by called application.
    This results in problems when 2 dialog task are executes after each other. Somethimes the second taks is not executed. I find in the log the following errors:
    - Temporary error in result processing of work item 000001199739
    - Error when loading component: Work item 000001198388 locked
    - Work item 000001198388 locked by user WF-BATCH (enqueue error)
    This is the head of the WF that's locked..
    We implemented all relevant OSS notes regarding the message, but still we receive those messages (notes 1040693 - 1050793 etc) We are on support package SAPKB70012.
    I have checked the code in our custom WF and in some background task we use a DEQUEUE_ALL. Can this be the problem? The WF worked perfectly in 4.6C.
      CALL FUNCTION 'ENQUEUE_EFBKPF'
       EXPORTING
    *   MODE_BKPF            = 'E'
    *   MANDT                = SY-MANDT
         bukrs                = i_bukrs
         belnr                = i_belnr
         gjahr                = i_gjahr
    *   X_BUKRS              = ' '
    *   X_BELNR              = ' '
    *   X_GJAHR              = ' '
    *   _SCOPE               = '2'
         _wait                = 'X'
    *   _COLLECT             = ' '
       EXCEPTIONS
         foreign_lock         = 1
         system_failure       = 2
         OTHERS               = 3
      IF sy-subrc <> 0.
        RAISE locked.
      ENDIF.
      UPDATE vbsegk SET zlspr = i_zlspr
                    WHERE ausbk = i_bukrs
                      AND belnr = i_belnr
                      AND gjahr = i_gjahr.
    *                and ( zlspr = 'A' or zlspr = 'Y' ) .
      COMMIT WORK AND WAIT.
      CALL FUNCTION 'DEQUEUE_ALL'
           EXPORTING
                _synchron = 'X'.
    Any help appriciated
    Kristof

    The entries we have solved by removing the DEQUEUE_ALL function in a method.
    Still we receive somethimes errors in the workflow log
    Temporary error in result processing of work item <n>
    Message no. SWP030
    Error when loading component: Work item <n> locked
    Message no. SWP034
    Work item <n> locked by user WF-BATCH (enqueue error)
    Message no. WL605

  • UWL - direct URL needed for work items

    We have NetWeaver Portal EP7 and use the UWL for work items from the ECC6 backend system. The work items appear as expected and users can process them correctly.
    I now have a requirement for a direct portal URL for each work item that appears in the UWL so that it can be accessed directly instead of via the UWL. However, I'm struggling in my attempts to find or construct such a URL.
    I would appreciate any help to resolve this.
    Trevor

    Hi,
    Why do you need this URL? If you want the recipient to be able to display a work item from within an e-mail, this can help you : [Executing or Displaying Work Items from Within a Message|http://help.sap.com/saphelp_nw70/helpdata/en/c7/009f405660f418e10000000a1550b0/frameset.htm].
    Regards,
    Pierre

  • How to get pending with details in tracking work item view history

    Hi Forum,
    I have created a request for approval that I can see in my portal UWL Tracking section. Here below I have  link called View History, when I click on VIew History it opens a new window with showing Request history in a tabular columns namelly Title, Status,Priority,Due date Processed By, Executed at and Action columns. We need to have one more column called Pending wiht and the approvar details in this column so the request creator is aware of the status and with whom his work item is pending for approval in multiple levels of approval it is help full. Please let us know how to achieve this.
    Thanks and Regards
    Sudhir

    Closing the thread

  • Visual Studio Tabs - Show Title instead of Work Item Number?

    When opening individual work items in Visual Studio, the tab in the document well just says "Task 100485" or "Bug 38374".  Is there a way to instead have it show the Title of the work item?  Just showing the number isn't really
    helpful when quite a few are kept open.

    Hi Brian,  
    Thanks for your post.
    We show view the work item Title in each opened work item form in VS. As the work item’s tab has fixed width in VS, so if show the work item Title in each work item’s tab in VS, it will costs the wide width, if work item’s title is long, maybe two or three
    work item tabs can show in VS at the same time.
    As far as I know there’s no default way to change work item’s tab show work item Title in VS. For this scenario, please
    submit it to User Voice site at: http://visualstudio.uservoice.com/forums/121579-visual-studio. Microsoft engineers will evaluate them seriously.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • "Show Details" link not working on download pa

    I'm following the steps in the FAQ to determing if the driver update for an Audigy 2 ZS Platinum XP is an update or a stand-alone. The link under "Show Details" is the same as the "Download Now". All you get is the end user agreement.
    Should I install the driver download (Creative Sound Blaster Audigy, Audigy 2 series and Audigy 4 series Driver 02.09.006 (39.37 MB), SBAX_WBUP2_LB_2_09_006.exe) from scratch and skip the driver install from the CD?
    I'd really like to see those Details too.
    Thanks

    Thanks for the replies.
    Jason,
    The link problem was my fault. I was trying to open the link in a new tab with a Firefox browser and for some reason that opens the EUA. A normal click works okay. Too bad I didn't, at least accidentally, hit that link with a left click instead of making the same mistake for two days.
    chrischin,
    My download was working okay I just wasn't seeing the details but thanks for the help. I'm thinking of trying the download first, driver only, on XP service pack and keeping my fingers crossed.Message Edited by chambcra on 0-4-200707:24 AM

  • Operation number not holding in Operation details screen for WM6.2

    Hi Experts,
    I have added custom statuses to operation object in WM6.2. When I am editing the operation,Operation number is displaying in operation details screen header.But when trying to execute custom statuses, the operation number is not holding in Operation tile view header as in the below screen snap.
    Thanks in advance.Kindly suggest.
    Thanks & Regards,
    Sravanthi Polu

    Hi sravanthi,
    Just make sure that when you are editing operation object for custom statuses change you are editing same object that you are seeing in operation details screen.
    I think this problem is due to different/stale operation object that is being edited for when you are calling Operation Edit Transaction for change status for (custom statuses).
    I recommend to check your Target for Button , Action and Edit Transaction for this (is it same operation object that is being seen on detail screen/being edited for).
    Regards,
    AK

  • UWL: enabling the web GUI for html for work items

    Hi,
        We have configured UWL in portal. All the backend work items are appearing in the UWL iView in portal.
    But when we click on some of the work items SAP GUI opens instead of web GUI for html.
    Does any one have information what needs to be configured in UWL configuration xml file so as to enable the web GUI for html for rest of the work items?
    Regards
    Sk

    Hi,
        We have configured UWL in portal. All the backend work items are appearing in the UWL iView in portal.
    But when we click on some of the work items SAP GUI opens instead of web GUI for html.
    Does any one have information what needs to be configured in UWL configuration xml file so as to enable the web GUI for html for rest of the work items?
    Regards
    Sk

  • Error in WEB IC FOR WORK ITEM "Choose an assignment reason"

    We are getting an error in WEB IC where user is trying to resubmit the work item by giving the resubmission date, re submission reason , Status, and sub status
    but when users are trying to save  it they are getting an error i.e. "Choose an assignment reason" and they are not able to complete the process
    I know there is config for maintaining "Define Reasons for Assignment of Work Items" in SPRO under work items, but this config is not applicable since we are not assigning work item to a new unit and/or a new collection specialist, or removing any assignment.  we are just re submitting the work items
    Any help on this will be highly appreciated.

    Hi,
    Just a thought - on a couple of my previous projects we had some custom CRM Fron-end validation between Work Item Sub Status and either re-assignment reason and/or Closing result code.
    Perhaps check with your Development support team to ensure no such cross-validation exists upon saving.
    Regards,
    Ivor Martin

  • Ess wda: updating Iban for insert/copy/modify in bank detail screen for germany

    Hi,
    We are using standard detail screen HRESS_CC_PER_DTL_BANK_DE for Germany, We have observed that even if the user changes/updates/creates the new record without filling Iban field system will not throw any error which is correct as per V_T588MFPROPC as we have not made it mandatory. but we have an option to populate Iban using specific button in PA30, can we have the same functionality in ESS? Can we implement HRPAD00INFTYDB for this purpose? Is there any other option for this functionality?
    Thank you,
    Krishna kishore T.

    I can solve this issue implementing the BAdI HRPAD00INFTYDB
    Summary of configuration options in ESS Personal Information scenario
    Regards

Maybe you are looking for

  • Using variables in 5 instances of one Class in a seperate Class

    I have 5 instances of the one Class all returning different values. These values are parameteres for a final calculation. I am using Sliders as my data validation and I want my final calculation to react to the individual sliders being moved. I need

  • CF10, FB 4.7, Apache on MAC

    Hi All, I have couple days trying to configure this new MAC with FB 4.7 and ColdFusion 10. Alex was helping me to debug this issue but I still cannot figure this out, sorry no an expert in MAC or apache. http://apache-flex-users.2333346.n4.nabble.com

  • Promotional Price configuration

    Hi, Need some help on the promotions configuration and settings required for : All promotions should have: option of setting a date range to control when the promotion is applied. It would also be nice excluding certain materials excluding certain cu

  • Mailman Configuration

    I have OS 10.6 server hosting a website for the domain camp.org my email server is severing mail for the domain lionsclub.org. To access webmail and all my users have to go to camp.org/updates ect. No big deal. My mailing list is sending out emails w

  • Can't get my geturl for buttons to work !

    I'm working with a flash file from a template I got.  I'm  trying to link the "read more" buttons to individual pages. This is not  working in flash. I manage to open one, but the rest of the buttons open  the same page... not individually. Here are