UWl doesnt display all work items

Hi all,
We are on SRm 7. and EP7.
The UWL config has been done only for SRM 7 system.
However now when I access the UWL in Portal,I see all OLD WORK ITEMS.Howvere when Ic heck my SAP inbox,I see all new wokr items also in addition to the old work items.
Can someone explain me this difference in the UWL dipslay in PORTAL?

Hi,
   Check the option in the UWl whether you choose display all option.
Saravanan

Similar Messages

  • Display all valid items and select multiple items

    Let us say I have valid items in table. For each purchase user can select few items from the list. I have to display all valid items from table and user should able to check items to buy. What is the best way we can implement this in forms.
    Thanks, lalitha

    For all the valid items you can create LOV as i understood then user can choose what he wants. But this sentence ti still confusing to me. Or what is the tricky things in you scanerio if only you have to show the valid item then use LOV.
    Lalitk wrote:
    and user should able to check items to buy.-Ammad

  • Reg: Displaying all the items of main window in the same page itself.

    All,
    I am developing an SAp Script form which is using five windows. Out of which third window is the main window. In the main window i am displaying details of item sold. The form prints perfectly when the number of items is with in the limit of the main window height. When it exceeds the main window height a second page with the same format of the first page is displayed with the remaining items in main window. ie 1,2,4,5 window is repeated in both pages.
    I want to display all the items of the main window in the first page itsel and if it exceeds first page show the remainng items in the next page and then display 4th and 5th window. IS it posiible using SAp script. Am i to do some configuration for this?
    Note: I have assigned Next page to first page itself.

    Thanks Anji.
    I understood about display of first and second windows.
    About main window and Fourth and Fifth window i still have doubt. I have given specific height to main window and after that put the fourth and fifth window with specific height in first page itself. So what happens is that When mainwindow overflows it will print up to specified height in the first page. Then prints the Fourth and Fifth window in first page. Then it goes to second window prints the remaining items in main window then again displays fourth and fifth window. Could you please find a solution for this too.
    Regs
    Rakesh

  • UWL for Manager : Multiple work items for approval

    Hi Experts, We have a scenario when the line manager is approving the leave workitems in his UWL. And the UWL has multiple  leave workitems pending for approval. When the line manager click on any of the work item in the UWL, The UWL opens the items which was first creared in the UWL rather than the one which the line manager clciked. Then line manager has to navigate to the desired work item by clicking on next button. Is their any funtionality / customization available to get only the work item which is clicked in the UWL. Please advise. Regards, IFF

    I had the same issue and spent a long time correcting it including opening a OSS request with sap.
    It took a combination of all almost all the notes above (1807724 is included in our current release so we didn't have to install).
    But nothing worked for us until SAP directed me to the following note http://service.sap.com/sap/support/notes/1733095 that was the final fix to all our problems.
    One other thing to note is from the time we implemented the correction for note: 1946640 had changed from its original so if you implemented it before revision 3 came out you may need to update.
    Hope this helps,
    Martha.

  • Terminating Event Terminating all work items

    System : Solution Manager
    Business object : BUS2000116
    1. I have multiline container element for Agent.Agents are Dynamic not static.Approval from all agents is required.
    2. Work flow desing
    a.Defination of Agent : ABAP Dictionary type SWP_AGENT with Multiline
    b. FORK with two steps , One step Required
    c. One part of FORK has WAIT FOR EVENT "REJECTED" Event and other has Activity with Agent "_underline []Agent()Index of: Agent _underline"
    d. Under the Miscellaneous tab Multiline line element Agent.
    e. Terminating event for this activitiy is APPROVED Event, which I have defined in business object.
    Let say in Program [Custom tab for standard transaction CRMD_ORDER] I have three agents I am getting Three work item in the workflow log with different Agent.
    PROBLEM:
    When any user open the workitem from SAP Inbox and APPROVE it[ Custom button on standard screen CRMD_ORDER], Program raises Event APPROVED by using Function Module "SWE_EVENT_CREATE". But it set other two work items also in Completed status.
    concatenate 'US' sy-uname into v_creator.
            call function 'SWE_EVENT_CREATE'
              exporting
                objtype                       = c_objtype    "BUS2000116
                objkey                        = objectkey    "Key field Which is GUID from CRMD_ORDERADM_H  table
                event                         = gs_event      "APPROVE"
               creator                       = v_creator
                take_workitem_requester       = 'X'
              START_WITH_DELAY              = ' '
              START_RECFB_SYNCHRON          = ' '
              NO_COMMIT_FOR_QUEUE           = ' '
              DEBUG_FLAG                    = ' '
              NO_LOGGING                    = ' '
              IDENT                         =
             importing
               event_id                      = v_eventid
               receiver_count                = v_count
            TABLES
              EVENT_CONTAINER               =
             exceptions
               objtype_not_found             = 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.
    Please let me know what could be the reason?
    Thanks in Advance.

    I think instead of using a event you can use a container element. You want to make sure that the users performs the approving action properly. If the user does that inside your code you set this container element as X. You pu the approval step inside a loop that checks whether the container element is X. Also another important thing you need to put the parallel approval step along with the loop inside a subworkflow.
    Thanks
    Arghadip

  • Display all line items.

    Dear Friends,
    I develop to new screen in this screen having table control.  Table control fields I taken a table fields of ZMDISP_ITEM table fields. but I call to this table control I want to directly display ZMSAMP_ITEM fields in our table control table. I given below coding. In this coding only one line item displayed. what can i do please help me any body.
    SELECT SINGLE * FROM ZMRECIPT_ITEM  "INTO TABLE IT_REC_ITEM
                              WHERE ( BUKRS = P_BUKRS AND ZYEAR = P_YEAR AND RECREFNO = P_RREFNO ).
              IF SY-SUBRC = 0.
                ZMDISP_ITEM-RECREFNO  = ZMRECIPT_ITEM-RECREFNO.
                ZMDISP_ITEM-BUKRS     = ZMRECIPT_ITEM-BUKRS.
                ZMDISP_ITEM-LOTNO     = ZMRECIPT_ITEM-LOTNO.
                ZMDISP_ITEM-SMPCODE   = ZMRECIPT_ITEM-SMPCODE.
                ZMDISP_ITEM-CDDATE    = ZMRECIPT_ITEM-CDDATE.
                ZMDISP_ITEM-LOTQTY    = ZMRECIPT_ITEM-LOTQTY.
                ZMDISP_ITEM-MEINS     = ZMRECIPT_ITEM-MEINS.
                ZMDISP_ITEM-VARCD     = ZMRECIPT_ITEM-VARCD.
                         clear zmrecipt_header.
                CALL SCREEN '0001'.
    populating Dispatch item details
        SELECT * FROM ZMDISP_ITEM INTO TABLE IT_DISP_ITEM
                       WHERE ( BUKRS = P_BUKRS AND ZYEAR = P_YEAR AND RECREFNO = P_RREFNO ).
        CLEAR P_RREFNO.
       V_RREFNO = ZMDISP_HEADER-RECREFNO.
        IT_DISP_ITEM-RECREFNO  = ZMDISP_ITEM-RECREFNO.
        IT_DISP_ITEM-BUKRS     = ZMDISP_ITEM-BUKRS.
        IT_DISP_ITEM-LOTNO     = ZMDISP_ITEM-LOTNO.
        IT_DISP_ITEM-SMPCODE   = ZMDISP_ITEM-SMPCODE.
        IT_DISP_ITEM-CDDATE    = ZMDISP_ITEM-CDDATE.
        IT_DISP_ITEM-LOTQTY    = ZMDISP_ITEM-LOTQTY.
        IT_DISP_ITEM-MEINS     = ZMDISP_ITEM-MEINS.
        IT_DISP_ITEM-VARCD     = ZMDISP_ITEM-VARCD.
    APPEND IT_DISP_ITEM.
    Regards
    Sreelakshmi.

    Dear Friends,
    I develop to new screen in this screen having table control. Table control fields I taken a table fields of ZMDISP_ITEM table fields. but I call to this table control I want to directly display ZMRECIPT_ITEM fields in our table control table. I given below coding. In this coding only one line item displayed. what can i do please help me any body.
    SELECT SINGLE * FROM ZMRECIPT_ITEM "INTO TABLE IT_REC_ITEM
    WHERE ( BUKRS = P_BUKRS AND ZYEAR = P_YEAR AND RECREFNO = P_RREFNO ).
    IF SY-SUBRC = 0.
    ZMDISP_ITEM-RECREFNO = ZMRECIPT_ITEM-RECREFNO.
    ZMDISP_ITEM-BUKRS = ZMRECIPT_ITEM-BUKRS.
    ZMDISP_ITEM-LOTNO = ZMRECIPT_ITEM-LOTNO.
    ZMDISP_ITEM-SMPCODE = ZMRECIPT_ITEM-SMPCODE.
    ZMDISP_ITEM-CDDATE = ZMRECIPT_ITEM-CDDATE.
    ZMDISP_ITEM-LOTQTY = ZMRECIPT_ITEM-LOTQTY.
    ZMDISP_ITEM-MEINS = ZMRECIPT_ITEM-MEINS.
    ZMDISP_ITEM-VARCD = ZMRECIPT_ITEM-VARCD.
    clear zmrecipt_header.
    CALL SCREEN '0001'.
    populating Dispatch item details
    SELECT * FROM ZMDISP_ITEM INTO TABLE IT_DISP_ITEM
    WHERE ( BUKRS = P_BUKRS AND ZYEAR = P_YEAR AND RECREFNO = P_RREFNO ).
    CLEAR P_RREFNO.
    V_RREFNO = ZMDISP_HEADER-RECREFNO.
    IT_DISP_ITEM-RECREFNO = ZMDISP_ITEM-RECREFNO.
    IT_DISP_ITEM-BUKRS = ZMDISP_ITEM-BUKRS.
    IT_DISP_ITEM-LOTNO = ZMDISP_ITEM-LOTNO.
    IT_DISP_ITEM-SMPCODE = ZMDISP_ITEM-SMPCODE.
    IT_DISP_ITEM-CDDATE = ZMDISP_ITEM-CDDATE.
    IT_DISP_ITEM-LOTQTY = ZMDISP_ITEM-LOTQTY.
    IT_DISP_ITEM-MEINS = ZMDISP_ITEM-MEINS.
    IT_DISP_ITEM-VARCD = ZMDISP_ITEM-VARCD.
    APPEND IT_DISP_ITEM.
    ZMRECIPT_ITEM table data strored 5 line items. but i want to getting in my table control ZMRECIPT_ITEM table data of all line items. Table control fields are in zmdisp_item fields.
    zmreceipt_item fields and zmrecipt_item_fields are same.
    Regards.
    Sreelakshmi.

  • Display universal work item from CRM work list

    Hello all,
    In ECC system, we have defined several workflows. We can see the work item from the universal work list via the portal.
    Now, we have a new request, we would like to see these work items form CRM work list.
    I have checked the custo and I have questions:
    1. spro- Customer Relationship Management under  UI Framework  Technical Role Definition  Define Navigation Bar Profile . Select the relevant navigation bar profile and add the specific UI objects WI_BOR.
    please check the link http://help.sap.com/saphelp_crmscen70/helpdata/en/e9/7fec7e8f954e7fb60d56dd6324e313/frameset.htm
    2. CRM->Basic functions->Worklists->Define Alert Inbox and Workflow Inbox->Define Object-Specific Navigation
    => here i am not sure if need to add entry, if yes, which entry ?
    3.  need to define  ??
      RFC destination
    . Transaction Launcher Logical Systems and URLs 
      and workflow substitute profile Id
    Thanks in advance for your help.
    Best Regards,
    Elsa

    I've found a solution.
    I've been told that this problem is occuring
    because the Work Item ID is not being passed correctly to the BOR basedtransaction.
    The solution in my case is:
    (1) Goto SPRO -> Customer Relationship Management -> IC Web Client ->
    Basic Functions -> Transaction Launcher -> Configure Transaction
    Launcher (wizard)
    (2) Give the launch transaction id in the 'Entries' screen. The launch
    transaction id is Z_ACTION_EXECUTE_WORKITEM in my case.
    (3) Keep all the parameters same in the further screens until you reach
    the 'Transaction Parameters' screen
    (4) In this screen, the value currently being passed to Object Key is
    //selectedAUI Workitem/WI_ID. Change this to
    //selectedAUIWFWIAttachments/OBJECT_ID.
    Goto last step and then say 'Complete'.

  • WLS Console doesnt display all AD users using the AD Authenticator Provider

    I've set up an AD Authenticator Provider from WLS.
    The trouble is we have two sets of users in different branches on the AD directory. This major problem as you can just set the User Base DN higher up the tree and it picks up both sets of users, and it works.
    The problem comes when trying to view both sets of users in the WebLogic admin console under the "Users" tab. Only one branch comes up, so you can only see one set of users.
    Is there a way to making the WLS admin console see both branches and both sets of users from a viewing problem point of view??
    This doesn't stop both sets of users being used as it all works, its just viewing them under the users tab which is the problem.

    Please check this thread
    http://forums.asp.net/t/1274419.aspx?Get+Last+Logon+date+from+the+active+directory+using+C+
    There are two attributes for this in Active Directory:
    lastLogon refers to the last logon for the specific server you're querying. This date may be different for different servers (domain controllers), and for some it may be null/empty. This attribute is not replicated.
    lastLogonTimestamp refers to the last logon for all servers. This attribute is replicated, which means that all servers have the same value. Only problem is that the default synchronization is 14 days on this attribute which may be too long.

  • IPhone 4s with latest software cancels sync at random times and doesnt display all music

    iPhone 4s with latest software cancels sync at random times. When I manually manage music and re-sync it it still cancels the sync half way through, but shows all songs I manually copied on the phone within iTunes. On unplugging the songs dont display.
    Have already tried changing the language, doing a hard reset, updating the itunes software, unchecking all songs and only checking the songs I want synced, deleting the songs that the sync stops at from iTunes. Still doesnt work.
    Any ideas? Not too bothered about the syncing part if necessary I can manually move music I just need to know how to make it display on the phone when it is not plugged in to the computer?
    Dont say wipe the phone and start again thats not an option for me.
    Thanks

    Instead of deleting I just re-imported everything over the top so iTunes has the links again. Now more songs have imported but when I get to a certain group of songs it cancels the sync.
    I can see all the imported music I import on my phone but most of it is not clickable to play.
    What happened originally was I cancelled a sync mid way, since then when iTunes tries to sync it always cancels at a certain point. Is there a way to effectively clear the cache of iTunes so it doesnt remember cancelling the sync before. I have tried updating iTunes and it doesnt work. Maybe if I uninstall then re-install?
    Thanks

  • Itunes doesnt display all music

    I was cleaning out all my music, and searched for mp3, m4a files wihich show 12375, but itunes only show 12315, i am unsure which files its not showing,m but why is this, i even installed winamp, and it shows all files, like search does

    Instead of deleting I just re-imported everything over the top so iTunes has the links again. Now more songs have imported but when I get to a certain group of songs it cancels the sync.
    I can see all the imported music I import on my phone but most of it is not clickable to play.
    What happened originally was I cancelled a sync mid way, since then when iTunes tries to sync it always cancels at a certain point. Is there a way to effectively clear the cache of iTunes so it doesnt remember cancelling the sync before. I have tried updating iTunes and it doesnt work. Maybe if I uninstall then re-install?
    Thanks

  • Using FindItems with EWSMA to display All Mail Items from an email

    I would like to use the EWSMA to show all emails from a given user.  Currently my sample code just shows the emails from the given user in the Inbox and not the sub-folders.  How can I ensure that FindItems will search the subfolders as well?
    Also, what is the property to check if the email is flagged in Outlook and on the Exchange Web App?  I am testing against an Office365 Exchange account.
    private static void SearchItems()
    ItemView iv = new ItemView(10);
    FindItemsResults<Item> fiitems = _service.FindItems(WellKnownFolderName.Inbox, "from:[email protected]", iv);
    foreach (Item item in fiitems)
    Console.WriteLine("Subject:\t" + item.Subject);
    Console.WriteLine("Received At:\t\t" + item.DateTimeReceived.ToString("dd MMMM yyyy"));
    Console.WriteLine();
    Console.WriteLine("Press Enter to continue");
    Console.ReadLine();

    Hi Luke,
    while the EWS managed API indeed has a FindItems method which can search multiple folders at once, that method is marked internal. So, without some serious Reflection you won't be able to call it.
    What you can do is call EWS directly. And you can combine it with the EWS managed API, to leverage AutoDiscover.
    var service = new ExchangeService(ExchangeVersion.Exchange2007_SP1)
    {Credentials = new NetworkCredential("username", "password")};
    service.AutodiscoverUrl("mailaddress", url => true);
    var binding = new ExchangeServiceBinding
    Url = service.Url.ToString(),
    Credentials = new NetworkCredential("user", "password")
    var findItems = binding.FindItem(new FindItemType
    ParentFolderIds = new[]
    new
    DistinguishedFolderIdType {Id = DistinguishedFolderIdNameType.inbox},
    new
    DistinguishedFolderIdType {Id = DistinguishedFolderIdNameType.sentitems},
    Item =new
    IndexedPageViewType { MaxEntriesReturned = 512, MaxEntriesReturnedSpecified
    = true},
    ItemShape = new
    ItemResponseShapeType { BaseShape = DefaultShapeNamesType.AllProperties},
    The code above will search both, the Inbox and the SentItems folder.
    As for the Flag: You'll have to access some extended properties here. See
    http://msdn.microsoft.com/en-us/library/cc433487(v=EXCHG.80).aspx and
    http://msdn.microsoft.com/en-us/library/cc433490(v=EXCHG.80).aspx for more details on this.
    Kind regards,
    Henning

  • Parallel processing  not all work items are completed

    Hi experts,
      I have a strange problem with some Wi's wich does not get the status completed when the main WF is completed.
    I have a WF with a fork , one branch is waiting for an event and the other branch is looping  on a decision task and actions. when the event is received, the WF ends correctly and the main WF is completed. but the last active WI in the other branch is not completed  and remain in the inbox of the agents.
    I'm a bit confused,do you find this behaviour normal ?
    SAP_APPL   500 : level  11
    SAP_BASIS  640 : level 15
    SAP_ABA     640 : level 15
    regards,
    Abdellatif

    Hi Abdellatif,
    normally the workitem should be put to logically deleted, so this is indeed strange behaviour.
    The only thing I can think about is, that your workflowdefinition is a bit corrupt, if you check the workflow definition, no warnings occur?
    Kind regards, Rob Dielemans

  • Single work item view containing all different work item types

    Hello,
    I've been trying to create a view which should contain all different work item types that are assigned to "me" and not closed. I've created a type projection and the view itself and it displays all work items. The problem I've got is that I can't set a critera
    that only shows items that aren't closed as all work item types have their own statuses instead of one common work item status.
    Does anyone any ideas around how to solve this?
    Thanks in advance!
    /Alexander

    Hi,
    I can not justifiy to my clients to purchase an application from 3k to offer something that should be trivial in an application such as service manager. Furthermore, i need sort all my active work items (IR, SR and MA) in accordance with the target date
    calculated by SLO.
    The WorkItem class has a relathionship to the type SLA Information, but type 1 to many. Anyway I could create a view that displays work items and DisplayName field from SLA (basead on first row in the relationship). However I could not display more fields.
    If I  could display TargetEndDate and Status from SLA Information, it would be a reasonable solution for my client.
    Thank´s
    Juan

  • No mail notification when a new R3 Work Item is available in the UWL...

    Hi,
    I would use the universal worklist(UWL) to display SAP workflow items in the portal.
    However, we have also the requirement that the end-user should get an email when a new task (r3 work item) is available.
    I connected the mail and i can send and recieve only when i create task from the UWL in the Portal.
    When i receive r3 work items no mail notification is sent.
    Please what is wrong?
    Had somebody implemented this or any ideas how to do this?
    I appreciate any help.
    Thanks in advance,
    Ari

    Hi,
    Its more on to the UWL side to send the alerts for the substitution tasks.
    BPM doesnt have any handle once it hand it over to UWL. You can check the alerts in UWL to send notification to the substitution person so that that person aware of the task.
    Another option may be check what UWL APIs provides so that you can read the substitution person in advance in BPM so that you can model a notification task
    Regards, Anil

  • Getting UWL Work-items

    Hi all,
    I am trying to fetch all work-items out of an UWL for an user and display them.
    For this reason I have taken a look at: https://help.sap.com/javadocs/NW04S/current/uw/index.html
    Unfortunately I am absolutely not familiar using UWL-API and it is just overwhelming.
    Does anybody have a code example and a hint, what the most important classes in UWL-API are?
    Thank you for your help!
    Kind regards, Patrick.

    Hi Patrick,
    Go through :[http://help.sap.com/javadocs/NW04S/SPS09/uw/overview-summary.html]
    Using the UWL API inside a Web Service   
    [thread|Using the UWL API inside a Web Service;
    Regards
    Khushboo

Maybe you are looking for

  • Multiple Columns in a Form

    Hello All, Is it possible to have multiple columns in a form? I tried embedding a Tile container in a Form container, but the form labels did not line up correctly any more. Any suggestions? Thanks in advance! -- BTR

  • Problem when connection with 2 accounts

    A friend of mine have problem to surf the web when he is connected to the internet. The ISP supply him with 2 accounts, and when he surf with the main account, he don't have problem to reach all the site he wish to go. But, when he use the second acc

  • New subscription or new account

    Hi, I have an Azure account with a Pay-as-you-go subscription that I have been using for R&D and generally trying out features. I am now about to start developing an Azure Mobile Service to support a mobile app that I am intending put live and I woul

  • Zip archive problem

    Hi everyone, Is there a way to repair a corrupt zip archive? I have a rather large file, a 2GB movie I want to unzip, but I get an error message with every program I've tried (stuffit, archive, jimzip, zipeg, the unarchiver). When I tried to unzip di

  • JNLP get external images ,ASAP

    hello i have an application , my application is starting using JAVA WEB START inside a jetty server i have some images outside of my jar file , and i like to load thous images to my application how can i do that ? what path should i write to get the