Urgent - How to get a pop up after executing a work item?

Hi Gurus,
I am working on a PO Approval workflow which is designed to approve multilevel POs depending upon its amount.
Now the requirement is that I need to provide a pop up with list of second level approvers to the user immediately when the user executes the work item of first level approval in his/her SAP Inbox.
Waiting for responses ASAP. Let me know if scenario needs to be clarified in more depth.

Hi Shaurya
You can create a method to send a second workitem to the agent with a list of agents for the second level, and pass the selection back to your workflow container.  Set the new task as "Advance with Dialog" and you should be fine.
Alternately you could set your new method as a secondary method AFTER workitem execution call, but don't forget to check the result of the first approval so the popup is only involed if they have approved the first step.
Regards

Similar Messages

  • Any idea how to get Yahoo to load after installing Mountain Lion??? Some sites load, but Yahoo wont at all...

    Any idea how to get Yahoo to load after installing Mountain Lion??

    http://www.koingosw.com/support/wiki/index.php/General_FAQ#Uninstalling_and_Pref erence_File_Locations

  • Does any one know how to get my Genius Apple Apps screen to work? Genius is Blank

    Does any one know how to get my Genius Apple Apps screen to work? Genius is Blank now regardless of how I enter the option. My upgrades, purchased, featured and searches all work in Apple Apps app. I have checked my settings for a possible fix to no avail. Tried all hand motions to see if they would fix or help and of course they did not. My Genius worked with some real possible apps I might want, now - absolutely nothing. Any solution that is actually possible will be appreciated.

    You need to be quite a bit more specific.  What exactly is the Desktop manager doing or not doing?  You have a Pearl....what model?  Look in Options >About and tell us what model you have and what OS it's running.  Also, what version of Desktop Manager, OS on your PC, etc. 
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • How open new browser in JSF after executing backing bean method

    hi All,
    Can you please tell me how to open a new browser after executing action method in bean.
    I have writen one java script function, i am passing the string url which i got from the backing bean action method.
    First of all i want to execute action method then only javascript function.
    waiting for your quick reply.
    thanks & regards
    bhushanam.

    hi,
    That command link in data table. The requirement is like this:
    I have datatable, the columns are
    1) <h:selectBooleanCheckbox ....
    2) <h:commandLink ....
    requirement 1:
    if user select the boolean check box and click the command link
    then I want to execute the backing bean action method , it returns string url and show in new browser window( popup window with toolbar ).
    requirement 2:
    if user not select the boolean check box and click the command link then I want to excute the backing bean action method, it returns string url and show in the same browser ( through navigation rule we can show that page.)
    Please look the below command link code.......
    <h:commandLink id="belegnr" onmousedown="return showPopupWindowForInvoiceForGraphicImage( '#{row.importKz}', '#{row.blnChecked}', '#{InvoiceMecBoxBean.printInvoiceFilePath}');" styleClass="input" style="color:blue" value="#{row.belegnr}" action="#{InvoiceMecBoxBean.editLinkAction}"/>
    Can u please give me the idea istead of command link can we use outputlink to fullfil the requirement?. Or any suggestion please......
    Here in my case commandlink value is differenet and after action the return value is different to show in new window. that is problem here.
    thanks & regards
    bhushanam.

  • How to get mpeg streamclip with mpeg 2 to work on Leopard and for fcp x?

    How to get mpeg streamclip with mpeg 2 to work on macbook with Leopard and VOB files?  Goal is to import into FCP X.
    mpeg used to download effectively and for free with fcp 7 but apparently not the case with fcp x.

    You need the MPEG-2 playback component. This is described in detail on the Squared5 web site.

  • How to get lg BE14NU40 blue ray burner to work with fcp or compressor

    how to get LG BE14NU40 Blue Ray Burner to work with FCP X or Compressor??

    Hello Ron,
    First up, you don't have to use Compressor to burn a Bluray Disc.
    FCP X can do this with it's own built-in software. Compressor of course can do the job.
    In my experience some burners work and some don't.
    I use an the older version of this burner:
    http://eshop.macsales.com/item/Other+World+Computing/MR3F8BDSD16/
    It works fine with Mac.
    Al

  • Anybody know how to get Acrobat 7.0 Standard to start working again on Windows 8?

    Anybody know how to get Acrobat 7.0 Standard to start working again on Windows 8?

    Hi w3oody,
    Acrobat 7 Std. is a very old software and has not been tested and is incompatible with Windows 8.
    Please consider purchasing the subscription to the latest version of Acrobat 11.
    Regards,
    Rave

  • How to get the return message after running BD20 tranaction ?

    Hi Gurus,
    My requirement is to Post vendor invoice through ALE/IDOC ( Inbound IDOC ).
    - For that I had generated the IDOC using  Function module 'IDOC_INBOUND_WRITE_TO_DB '
    - Then I had processed that generated IDOC by calling the standard program rbdapp01(BD20-Tranaction ) using the below statment
    SUBMIT rbdapp01 WITH SELECTION-TABLE lt_seltab .
    Could any one suggest me how to get the report output of standard program (rbdapp01) to an internal table so that I dispaly as an seperated report like Posted Document number with messages or Error message
    Suggest me any Function module or any other standard program to process the IDOC so that I can fulfill my requirement.
    Regards
    Paul

    Use can read the IDOC status after processing...
    Eg.
      SELECT * FROM edidc INTO TABLE t_idoc_control_tmp
          FOR ALL ENTRIES IN t_update WHERE docnum = t_update-docnum.
    and then add your own logic IF SY_SUBRC EQ 0.
    I hope this will help you.
    Regards,
    Amey

  • Urgent:How to get the Sqltext for Oracle Sumbitted Jobs in 10g

    Dear All,
    Could you help me out in sorting the below problem.
    I use to get the current running sql's with following below query in 9i.
    SELECT A.SID,B.HASH_VALUE, OSUSER, USERNAME, SQL_TEXT
    FROM V$SESSION A, V$SQLTEXT B
    WHERE B.HASH_VALUE = A.SQL_HASH_VALUE
    AND USERNAME LIKE upper('%SCHEMA%')
    ORDER BY B.HASH_VALUE, B.PIECE;
    This is will work in 10g also for user-triggered sqls,stored procedures etc.
    But when oracle submits job i'm not able find which qurery is running.
    Seems For oracle jobs in 10g for V$session contain column SQL_HASH_VALUE as Zero and hence i'm not able find the any sql's running.
    Could you please any of you help me out how to get the Sqltext for Orcle submited Jobs in 10g.
    Please revert asap as this is very urgent for me.
    Thanks in Advance
    Anil.

    Have you tried to query WF_ITEMS? -- http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=WF_ITEMS&c_owner=APPLSYS&c_type=TABLE
    bde_wf_item.sql - Runtime Data of a Single Workflow Item [ID 187071.1]
    Thanks,
    Hussein

  • Urgent :how to get the o/p from report2.5 into excel

    hi all
    anybody can tell me how to get the report o/p in to excel format.
    please help me urgent. any example send me on [email protected]
    Regards
    onkar

    Have you tried to put this question in the report forum?
    Fabrizio

  • ALV_GRID How to get number of lines after filted applyed?

    Hi, all!
    The task is to display title in alv_grid like
    "N records selected (X records on the screen)".
    It means, N records in dataset and X records displayed after  filter applyed by user.
    But i can't get number of lines after filter applyed from the alv_grid.
    Can anybody help me?
    Thanks & regards,
    Konstantin

    Hi,
    If it goes through PBO/PAI cycle after user sets the filter then in your PBO call method get_filtered_entries of CL_GUI_ALV_GRID and then do a describe statement on the table.
    Number of entries in your grid table - number of entries in this filtered entries table will give you the displayed entries after the filter is set.
    If it does not go through PBO/PAI cycle then register for after_user_command and I think the fcode for filter is '&FILTER' and code for the above logic in your handler method..
    Hope this helps..
    Sri

  • URGENT: how to get the database error message into application?

    Hi, pls give some idea:
    For example, the database is MS Access. When insertion failed, the getMessage() method of SQLException will print "General error", while the log file created by ODBC will be "[MICROSOFT][ODBC DRIVER]column ID no found in student table"(...just a example).
    So, how to get this message in our application?

    instead of using the getMessage method, have you tried something like this:
             try {
             } catch (Throwable t1) {
                System.out.println(t1.toString());
             }If that still doesn't work, you can always redirect the log entries into a textarea but then everything that appears in the log file will be redirected!
    ;o)
    V.V.

  • After syncing with new iMac I no longer have purchased ringtones on my iPhone. Any clue how to get them back?, After syncing with new iMac I no longer have purchased ringtones on my iPhone. Any clue how to get them back?

    The ringtones purchased on iTunes simply disappeared from the iPhone 4S, were visible for a while on iTunes on the iMac, when the iPhone was connected but greyed out, I can't see it anymore though. I've tried to download it again from iTunes on the iPhone, but it only tells me "this item has been purchased before, would you like to buy it again?". Of course I don't want to pay twice something I've already paid for. Any idea how to get this fixed so I can use those ringtones again? Thanks in advance!

    Uncheck them in the iTunes > Tones sync settings and sync, then check them again and sync.

  • Urgent: How To Get Vendor History Report

    Hi Sap Techies,
    Please can Any one help me how To Get Vendor History Report and Which Transaction Code I have To use or Do i Need to write any Programs For that
    Moderator: Please, search before posting

    Dear,
    What type of history you want for Vendor, you want list of Vendor or you want transaction data for Vendor
    For Vendor transaction use FBL1N and for Vendor List you can use S_ALR_87012086
    Hope it helps!!
    Br,Vivek

  • Urgent:::how to get the employee hierarchy

    hi all.
    let me know how to get the employee hierarchy in HR organizational management.
    like when we give emp id it shows developer name---superior( team lead name)-superior(project lead name)---
    points will be rewarded for valuable answer.

    Hi,
    1) You can use the relation '002' in the table HRP1001, between the position of developer (objid) and get the position of team lead (sobid field). With the position of the team lead got in SOBID field... with the relation '008' get the person name.
    2) You can use the transaction PPOM_OLD to view the reporting structure...
    Regards,
    Meera

Maybe you are looking for

  • COM Component problem with BPC Excel

    Hi! We are using BPC MS 7.5 service pack 3 version. Microsoft Office 2007 On one of our client machines we got problem when trying to enter BPC for excel,nothing appears and something is downloading showing Installing COM Component from http://active

  • Difference between text size in General setting and  large type in Accessibility settings

    Difference between text size in General settings and large type in Accessibility settings?

  • Networking problems with OS 10.4.6

    My server is a G3 iMac on OS 9.1 networked with a G4 on OS 10.4.6. Prior to installing 10.4.6 I could connect with the G3 iMac. Now I cannot. Are there other reports of connection problems with 10.4.6? Anybody have a solution? Thanks. trl iMac G3   M

  • MacBook Pro doesn't turn on after 10.7.3 update

    Hello, Recently I have updated my macbook pro (15-inch early 2008) with OS X Lion to 10.7.3 version. After the computer restarted and installed the update it turned off, then when I tried to turn it on and it didn't do, do you have a similar issue af

  • Differences between SYS.ALL_OBJECTS and SYS.DBA_OBJECTS

    Hi All I'm a beginner to ORACLE :) when I login as sysdba, and issue below sql: select count(*) from sys.dba_objects; COUNT(*) 71596 select count(*) from sys.all_objects; COUNT(*) 70772 Shouldn't it be equal? what is the objects that sys.all_objects