How to open Task with out UWL

Dear Experts,
I want to open task without UWL.
Suppose we created one task for one user, that user what to open task means he needs to go to UWL and click on the task.
Requirement is to open task my custom WebDynpro  application.
How to Get the url of all work items in uwl for one user.
How to develop my custom UWL application.
Can any one please help me.... very urgent.......
Regards,
Satya

Hi,
Look at the [UWL API|https://help.sap.com/javadocs/NW04S/current/uw/index.html].
Dick

Similar Messages

  • I am using i 4 phone. recently I had a problem with my lap top and had formatted hard disk of it. Now I want to use sync data in my iphone back to itune n my lap top. how can I perform this task with out loosing data in my i phone.

    I am using i 4 phone. recently I had a problem with my lap top and had formatted hard disk of it. Now I want to sync data in my iphone back to itune on my lap top. how can I perform this task with out loosing data in my i phone.

    Hey floridiansue,
    Do you have an installed email program such as Microsoft Outlook?  If your email is through an online login, such as Gmail, etc, then one will have to create an email association with a program such as Microsoft Outlook on the PC for this Scan to Email system to function.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------
    I am not an HP employee.

  • Open apps with out touch it

    when i try to open some applications, i see how Ipad open others programs or drive the open program with out touch any places, feel like other people do for me...agains any controll.
    and no i havent jailbroken it....
    im in a app and with out touch ...beginning to flipp it or the keyboard come up ...like someone  make for me...can be the touchscreen deffect?

    For the apps quickly closing see:
    iOS: Troubleshooting applications purchased from the App Store

  • OPEN PROGRAMS WITH OUT TOUCH IT

    when i try to open some applications, i see how Ipad open others programs or drive the open program with out touch any places, feel like other people do for me...agains any controll.

    I'm not sure what you are asking - but there is no way to open an app on the iPad without touching the device. Unless you have jailbroken it, there is no way for someone else to control your iPad.

  • How to greate account with out payment, how to greate account with out payment

    how to greate account with out payment, how to greate account with out payment

    Read: http://support.apple.com/kb/ht2534

  • HT5622 hi sir i will create apple id but at the time of sign in it reply this id cannot use, at review show payment method and another one is code how i can use with out payment plz help me

    how to use apple with out payament methods

    Either redeem an iTunes gift card; use a credit card; or follow the directions here to create a new Apple ID without a credit card:
    http://support.apple.com/kb/ht2534

  • How Achieve timedseries calculations with out using AGO And ToDate function

    Hi,,
    1)
    How Achieve timedseries calculations with out using AGO And ToDate functionion
    this question asking in interview ..is it possible..?
    if yes please response as soon as possible..
    2) i have 2 cloumns Product and value...
    client requirement is they need ranks based on Value ..in dashboard .using dashboard prompt..edit box...if user enter any number (ex :5 ) report should show top 5 ranks if he enter 20 should be top 20 ranks..
    how to achive this ?
    thanks,
    raj

    Consider yor first question:
    1. Yes, we can create timeseries measures without using AGO and TODATE
    1. Create ALIAS of fact tabe in the physical layer
    2. Join the Time id from the ALIAS fact table with the YAGO_MONTH_ID column from your time dimension table (For calculating Year Ago variants) similarly join with MAGO_MONTH_ID column for Month Ago measures.
    3.Pull the ALIAS tables as an additional Logical table source in the Lgical layer
    4.Keep the mapping of the columns from the ALIAS table as its is
    5. For e.g If you pick Revenue from the Year Ago Alias table it will give you the "Prior Year Revenue"
    See if this helps you

  • So I've changed my hard drive for an ssd and now I've been told to enable trim now I've got the apple cover will they show me how to enable it with out some program of the internet ?

    so I've changed my hard drive for an ssd and now I've been told to enable trim  ?  now I've got the apple cover will they show me how to enable it with out some program of the internet ?

    Use an app called chameleon ssd optimizer.
    I enabled trim with it after almost a year of having installed a Samsung 840 pro SSD and my read/write speeds almost quadrupled.
    I would definite;y advise using it even though Samsung SSD's come with there own garbage disposal.
    Hope that helps.

  • How to calculated the with out quntity strecter cost estimate

    dera sir &mams
    how to calculated the with out quntity strecter cost estimate.
    thankes regards

    Dear Battikala,
    Please post your questions in an understandable way without any spelling mistakes.
    Regards
    Madhusekhar Gupta

  • Hello I bought a audio book yesterday and it got charged to my bank account but I left the wifi zone and it didn't get downloaded but the charge still shows on my bank account  how do I downloaded with out getting charged again ?

    Hello I bought a audio book yesterday and it got charged to my bank account but I left the wifi zone and it didn't get downloaded but the charge still shows on my bank account  how do I downloaded with out getting charged again ?

    Store>Check for Available Downloads

  • How to run tasks with priority?

    Hello everyone,
    I want to run tasks with priority, i.e. among several simultaneous running tasks, the task with the higher priority will have more chances to occupy CPU time. I have the following 2 issues dealing with the implementation of such feature.
    - To define each task as a thread or as a method? How to change the priority of each task dynamically when they are running?
    - The priority feature of Java thread does not meet my requirement, since I can not define priority precisely. For example, I want to define that a task with priority A will occupy CPU time 3 times than a task with priority B.
    I am wondering whether I can find similar open source projects or tutorials?
    Thanks in advance,
    George

    how to run autoconfig with out effecting database
    or
    which mode i have to run What do you mean by not affecting the database?
    The database and the database listener should be up and running when you run AutoConfig on the Application/Database tier nodes.
    Please see (Autoconfig FAQ [ID 218089.1]) -- Which files / profile options get changed when I run AutoConfig?
    Thanks,
    Hussein

  • Open Excel with out saving on presentation server

    Hi All
       I have requirement like when I execute the report, result should open in Excel sheet automatically with out saving on Presentation server.
       Please help me. Thanks in advance.
    Regards
    Rama

    HI Arun
        Thanks for your help, but It is opening blank Excel sheet, Internal table data not loading. I am copying the FM how I used in report. Please help me if any thing worng.
    CALL FUNCTION 'FTBU_START_EXCEL'
      EXPORTING
       CHECK_VERSION             = ' '
       DATA_NAME                 = ' '
        DATA_PATH_FLAG            = 'W'
        DATA_TYPE                 = 'ASC'
       DATA_BIN_FILE_SIZE        =
       MACRO_NAME                = ' '
       MACRO_PATH_FLAG           = ' '
        FORCE_START               = 'X'
       WAIT                      = 'X'
    IMPORTING
       WINID                     =
      TABLES
        DATA_TAB                  = it_output
      EXCEPTIONS
        NO_BATCH                  = 1
        EXCEL_NOT_INSTALLED       = 2
        WRONG_VERSION             = 3
        INTERNAL_ERROR            = 4
        INVALID_TYPE              = 5
        CANCELLED                 = 6
        DOWNLOAD_ERROR            = 7
        OTHERS                    = 8.

  • HT2534 I have apple ID with out Visa card but I can't use to Tunis store please help me to open Tunis with out Visa card

    I need to download Facebook YouTube and Google search on my screen with all the programs I have apple ID but when I ask to load it say that this apple ID is not known by Tunis store so please I open my ID with out Visa card so as to use Tunis store with out Visa card because I am poor to have Visa card please help me soon!!! Thanks for your kind immediately support !!!!

    If you follow, exactly, the instructions on the HT2534 page that you posted from when creating a new account (the instructions won't work with existing accounts) then you will get the 'none' option - I tried it earlier today on both my computer's iTunes and iPhone and I got 'none' for new accounts on both. If you don't use those instructions then credit card details will need to be entered before the account can be used in the store.
    using a computer : https://discussions.apple.com/message/24321860
    using an iPhone : https://discussions.apple.com/message/24700173
    If you want to try using the same email address on a new account then you will need to replace it on that one first e.g. via the Store > View Account menu option on your computer's iTunes or http://appleid.apple.com

  • How to send mail with out attachment in a report using oops concept

    Hi Abap Experts,
                     My requirement is i have to send a mail with out attaching any documents this is a report using oops conceopt how can i acheive it .

    Hi Saeed,
    Please search SDN before posting. There are so may threads for the same.
    Check out the standard reports--
    bcs_example_1, bcs_example_2, .. bcs_example_7
    Howard

  • How to open files with the trackpad?

    Hi,
    On my old Powerbook, I could open documents with a double tap. On my new Macbook Pro, I cannot do this. I have to press Control and then the bar under the trackpad. Is there a better shortcut to opening docs?
    Thanks.

    How new is that MBPro? It appears that the preferences you have are different from mine and that they support the additional gestures (as on the Mac Book Air). Methinks you should try the box "Tap to Click" under the single finger gestures as the next items Dragging and Drag Lock are what follow the box I suggested earlier on mine.
    If it doesn't work, turn it off and try something else.

Maybe you are looking for

  • New window opens when I click a link

    On some sites, every time I click on one of the links, a new instance of Safari opens. The same site does not do this in IE or Firefox and in latter, you have controls of how links open..new window, new tab, or force open within current window. Anyon

  • Q: convert Ami Pro (.sam) to Word for Mac document

    I have some Ami Pro for Windows files that need to be converted to Mac Word 2004. In Windows, it's the following procedure: -download Amipro converter from www.gmayor/downloads.htm & extract/unzip that yields 2 files - insert AMI332.CNV file into Pro

  • Monitor status As Red

    Hi, Why we are making the status as red in monitor before deleting the red request in data target. Thanks karuna

  • Additional check in Delete Transaction

    I'd like to add 2 if statements to the this delete transaction and check the @rowcount value before the COMMIT, is this the correct way to do it: DECLARE @APP_ID uniqueidentifier SET @APP_ID = '1234' BEGIN TRY BEGIN TRANSACTION; --There could be more

  • ADF Swing Form Layout

    Hi, I am new to ADF swing and developing my very first applications and I am running into following challenges. 1. After creating business components(model) and view components,  I created an empty form 2. From Data Control , I selected collection of