Workflow approval step from mobile

Hi,
The requirement is to create a mobile application which user will launch from mobile desktop and within this application they can navigate to the functional component. eg. SAP workflow inbox . and further incorporate screens in the application.
I am totally starter so I am looking for basic steps / useful links / any inputs.
thank you in advance,
B

Hi,
I have found some useful blogs and I am following [link1|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0baafd6-52fa-2910-c6a8-fbb9399cb4ab?quicklink=index&overridelayout=true] and [link2|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1042d3cb-dff0-2910-19bf-bd87be307999?quicklink=index&overridelayout=true]
But here, I dont know how to install MI Client
Could anyone please provide input how to get the setup file and installation steps ?
thank you
B

Similar Messages

  • Workflow Dialog Step from WD ABAP.

    Hi Friends,
    I want to display User Decision steps / Dialog Step (where user can approve/reject )from my WD application . I was trying with the FM "SWL_WI_EXECUTE" and "SWL_WI_DISPATCH" but both are giving Null Pointer Dump. I debug and found that there is some problem which it generating HTML file .Has anybody any idea .
    Thanks In Advance.
    Satya

    Hi Satya,
    I am using the same FM SAP_WAPI_DECISION_COMPLETE for approving/rejecting from within my WDA application. I dont see as to why this should not be working for you.
    CALL FUNCTION 'SAP_WAPI_DECISION_COMPLETE'
        EXPORTING
          workitem_id          = im_workitem_id
          language             = sy-langu
          decision_key         = im_decision_key
       IMPORTING
          return_code          = ex_return_code.
    Here the decision key is a value which my workflow consultant had provided me. (In my case its like 0001 for approval, 0002 for rejection & 0003 for sending back the form to the initiator.)
    Regards,
    Uday

  • Workflow approval process from outlook using webservice

    Hi All,
    I am trying to find a solution, for approval of worklow workitems from outlook. DUET is not a solution recommended by IT team.
    I need information regarding approval and rejection of workitems using webservice
    How can we send workitem for approval and rejection to outlook using webservicie?
    Please propose a solution or tell me where can I find document regarding this scebario.
    Thanks.

    Hi Pawan
    I have a question regarding this thread.
    In case we are using the webservice BWSP to send every user a hyperlink and I have passed the hyperlink  in the mail step in workflow , so that on clicking on it they will be able to view their business workplace.
    1.Where should we do the setting for the logon credentials that is on clicking the link every user is asked for their user id's and password and then the business workplace opens up.
    2. Will he be able to execute the workitems or any other setting is also require.
    Also,I was going through your post on using web service to send a link to outlook where in you mentioned a piece of code to generate the hyperlink dynamically since details of host and port may change.
    Now how should the above setting for user credentials be maintained in that code.
    Your comments would be valuable on this.
    Thanks and Regards
    Aman
    Edited by: AmanGupta on Apr 21, 2010 6:57 AM
    Edited by: AmanGupta on Apr 21, 2010 7:11 AM

  • SAP workflow -approval steps

    Hi ,
    I need to send an email to lotus notes , for approval . how do I do that to lotus notes . Someone please give me the steps for that .
    Thanks ,
    Ramana

    Hi,
    Please try to download the correction through download manager , you will come to know the exact issue .
    To check the size of SAP Note , I have downloaded that same SAP Note at my side using SAP download manager. ITs downloaded with ~941 KB size.
    Error Details ERROR: timeout while pending for route completion
    The SAP Router string involved in this connection should work from host to host. Please try to ping sapserv2 (sap router host at SAP side) from your SAP Router host. It should response. Also maintain saprouttab entry accordingly to permit such connection in both directions. If network restrictions are involved, then you will have to involve your Network Operation Team to clear such communication obstacles. Provide them the required IP/saprouter port information to open such communication.
    Regards,
    Bhavik G. Shroff

  • Approver has to approve twice from the inbox

    Hi,
    We are in SRM 5.0 SP14, extended classic deployment. We are currently
    facing an issue with the approvals. Approver has to approve the item
    twice from his inbox. First time if you approve, the item doesn't move
    from the inbox. Second time if the same item is approved, it gets moved
    from the inbox. We applied a note (1284516- Work items executed twice
    via inbox), even after that the system behaviour is same.
    Although it is not the same behaviour always, sometimes the item gets
    executed in the first try.
    Regards
    Kapil

    Hi Kapil,
    Please check if index value of approver is maintained correctly. Sometimes if you remove an approval step from your workflow coding, there is an index value which also needs to be updated. If you have not maintained it correctly, it will require tow approve same item twice.
    Thanks,
    Anshuk Saxena

  • Approve workitems from outlook

    Dear Experts,
    I want to approve workitems from outlook. I learnt that we can use Microsoft Duet for this. Can you please tell me whether Duet can be used for approval from outlook for both standard workflows as well as custom workflows. Also please tell me whether irrespective of workflow being standard or custom the features, content and process of approving workitems from outlook, will it be the same for both the case. Or will there be any features or functionality that will be missing or can't be incorporated in case of custom workflows. Will only a link be displayed in outlook clicking on which it will open the workitem or will the workitem similar to that displayed in SBWP be displayed. In caseof link then it will a round about way of approving from SBWP.
    I also learnt that this can be done by extended notifications. Can workitems be approved in case of using extended notifications or just notications can be sent using this. Please highlight me in this regard.
    KR,
    Bharath
    Edited by: bharath padmanabhan on Oct 27, 2009 8:44 AM

    Hi bharath ,
          You are asolutely right ,there are 2 appraoches -
    1) Microsoft Duet
    SAP provides Leave Management in Duet .
    With duet , any  SAP workflow approval step can be handled Through Microsoft outlook .
    For this the prerequisites are
    a) MS office client
    b) MS windows server
    c) SAP ERP
    d) MS exchange
    in Duet the user is logged on to windows and gets validated with SAP,
    you can search more on leave management through duet .
    2) extended notifications
    In extended notification , workflow work item would be sent in MS outlook inbox .User will be asked to provide SAP login and id and password to access the workitem .This will open SBWP for them .
    this can be checked using report RSWUWFML2.
    http://wiki.sdn.sap.com/wiki/display/ABAP/Workitemintimationintheemail
    you will find a lot on this in sdn .
    hope this helps.
    thanks,
    sahiba

  • Workflow approval from mobile in ECC5

    Hi All
      We are already having workflow approval in R/3 where it happening from SAP inbox now my client want to migrate to mobile phone. Its it possible from ECC5 we dont have portal. How to implement it. Do we need to install any 3rd party like sybase or other. The main module is MM and PS and also they should be online always ie latest data should send and should update immediately ie should be syn with R/3. How it can be achieved. And also it should be device independet approval can be happend from iphone or blackbarry. Is any link or note are available to share with our client. Awaiting for your thoughts.
    Regards
    Vijay

    Hi Vijay,
    May be you should check the following WiKi link on SDN.  This might answer some of your questions.
    http://wiki.sdn.sap.com/wiki/display/mobile/SybaseMobileWorkflow
    Hope this helps.
    Best Regards,
    Kranti

  • How to approve conent from workflow queue ?

    Any idea how to approve content from workflow queue when user is not reviewer or authorized to take action of current workflow step. ?
    how we can modify the user permission on content for approve/reject content from workflow queue when content is not in workflow queue of current user ?
    Or How can user take workflow action on content when content is not in workflow queue of user ?

    Any idea how to approve content from workflow queue when user is not reviewer or authorized to take action of current workflow step. ?OOTB this is certainly not possible. By installation of a workflow you intend to automate a business process; i.e. the situation you are asking about is exactly what you want to prevent. Therefore, the initial question should be: do we want to automate this process and if so, is WebCenter Content the right tool to do it (note that WebCenter Content is not a BPM system!).
    The world, however, is not black or white - sometimes you have to use the tool that you have. In WebCenter Content, there are certain situations which cannot be meet by the OOTB design, but their customization is relatively easy. Some of them is described in the manual: http://docs.oracle.com/cd/E23943_01/doc.1111/e10978/c05_workflows.htm#CIHCHJEA or http://docs.oracle.com/cd/E23943_01/doc.1111/e10978/c05_workflows.htm#CIHGIDGB
    The basic idea is that will use workflow step events (entry, update, exit) to implement additional logic (like adding a reviewer or auto-jump to an escalation/special treatment step on certain conditions). This might also require GUI changes - e.g. if you want to enable a reviewer to delegate his or her role to a third person.

  • Sending Mail to Outlook from workflow approval

    Hi All,
    A standard workflow is trigering in when we click on FOR APPROVAL button in IMA11 (Appropriation Request in IM Module).
    I need to send send mail to OUTLOOK with workitem for approve directly from the OUTLOOK. Is it possible.
    Suppose , we have 5 approval levels.
    By standard workflow , If the 2nd person approve the request , work item is going to the 3rd person SAP Inbox.
    I also need, If the 2nd person approve the request , need to send a mail to the 1st person also.
    How can I get this?
    Plz write ur comments.
    Thanks

    Hi,
    In SBWP transaction goto setting->office settings-Automatic forwarding-create new---give mail id in forward to and select external address.
    In SWDD use send mail.
    Recipient type Organizational object
    User     Name_of_the_user
    Also from insert expression you can enter work item id.
    Also while creating above use using SU01 enter e-mail address which you have entered in forward to.

  • Call / trigger an ECC workflow step from PI ?

    Hi,
    For a flow "ext (file) -> PI -> ECC (workflow)", from PI, I need to run / execute / trigger () a workflow step in ECC, which already exist. I think that I can acheive this by creating an abap proxy in ECC in which I will call a Bapi or Method to run / execute / trigger () this workflow step. I don't know exactly how for the moment (in parallel I'm doing search about it), but that's not the matter.
    before to waste time by searching in this way, what's the best solution to call an ECC workflow step from PI ?
    Many thanks.
    Mickael
    (*) maybe I don't use the good terminology. Sorry.

    hi Shabarish,
    I'm confortable with web service, IDoc, RFC/bapi and abap proxy (and ...), but here, I prefer to use abap proxy (asynch + sxmb_moni in ecc) except if there is another better approach
    else as in PI we have ccBPM, so a workflow , as in ECC we have also workflow , does my approach (abap proxy & call method) is the good one ? or is there a better way between these two workflow tools: PI + ECC ? like a standard "workflow module" or a workflow "connexion" ? (I fear I know the answer but I would prefer to be sure),
    Note: I'm in PI 7.11 SP06 and ECC 6.0.
    Regards.
    Mickael

  • Workflow n-step dynamic approval error when saving SC

    Hi all,
    I have a process schema with 2 levels of approvals. The first one is a dynamic one (created based on a tutorial that I found here in SCN) and the second one is a simple approval step, I have a third step that's the automatic approval if none of the previous steps are required.
    When I go the SC creation page, I enter all the information and before saving it, I click on Display Agents, I could see that all the agents were obtained correctly.
    For example 4 approvers obtained,
    1-User1 (obtained from the first process level, dynamic one)
    2-User2 (obtained from the first process level, dynamic one)
    3-User3 (obtained from the first process level, dynamic one)
    4-User4 (obtained from the second process level).
    The problem comes after I save the order..I click on the Refresh button and go again to the "Display Agents" part and then I see that the first approver is not there, instead I see that it says "No agent was obtained with strategy Z...", so I have something like this:
    1-"No agent was obtained with strategy Z..."
    2-User2 (obtained from the first process level, dynamic one)
    3-User3 (obtained from the first process level, dynamic one)
    4-User4 (obtained from the second process level).
    If I check the WF, it ends in error as it says it could not find the approver.
    The same thing happens if the first process level (dynamic) returns 2 agents....the first one is removed after I save the SC.
    And If that first process level returns anly one agent, it's also removed when I save the SC.
    Could you please suggest where could I start looking into it?
    I debugged a lot and found out that when I click on SAVE and the on REFRESH and go to see again the approvers, the method
    /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_APPROVERS_BY_AREA_GUID is not being executed for that first user, just for the rest.
    Why could this be happening?
    Thanks in advance!
    Matias

    Hi Matias,
    if could happen due to errors in your code.
    Could yprovide the logic for MAP_ITEM_TO_AREA method?
    Is it possible, that the first approver = requester in the shopping cart?
    Regards
    Konstantin

  • Approve step in workflow

    Hi Folks,
    Can someone explain how the Approve step is used in case a record is not approved ?
    example.
    Start->Process->Approve -> syndicate
                            -> reject-> send notification.
    -Vinay

    Hi Vinay,
    The MDM workflow step is used for providing an Approval on the already craeted/Enriched records in MDM.The approver in MDM is allowed to approve or disapprove the records.
    The disapproved records go back to the previous step and teh process step team ahs to correct teh records and send it again for approval.
    The workflow steps will be as follows
    Start->Process->Approve->Notify ->Stop
    The notify step can be used ater nay atep if you want to users of the workflow to be notified of the staus of the completed task and the stataus of teh task to be completed.
    You can folow some of these helpful links on how to use MDM wf effectively
    Workflow:Disapproved records
    Re: How to use the Validate step for Approve step
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60f28084-b90e-2b10-3eb6-d6565367048a
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/001d22fb-622d-2b10-22ac-998acecf68a8
    Hope It Helped,
    Thanks & Regards
    Simona Pinto

  • ChaRM 7.1 SP12: How to remove Activity from Approval Step?

    Hello Experts,
    I'm wondering if there is an option to remove Activity from Approval Step? I'd like to remove activity 'Not Relevant' from approval step:
    Any help please?
    Thanks & regards,
    MM

    Hi
    These values are defined in the approval status profile IT000003, You can change there.
    But be very cautious, remove the corresponding actions, checks and ppf actions too.
    Regards
    Rishav

  • Workflow for restart from a step

    Hi,
    I have created workflow. I have decision step and after decision step one more method calling BDC .if error occurs in BDC
    i want to restart from decision step .
    How to achieve this .
    Can any one help
    Regards,
    Madhavi.

    Hi Madhavi,
    You can try the transaction code SWPR - it doesn't restart the workflow, it resumes from where it stopped.
    Else, you can also start new workflow through SWUS with the same object key and change wf_initiator accordingly.
    Thanks,
    Anusha

  • How to approve the step from java program ?

    Hi all,
    I want to approve a step from java program.
    I call the store function "wf_notification.setattrtext" & "wf_notification.respond".
    It's not work.
    The notification's status become to 'CLOSE', but PO_REQUISITION_HEADERS_ALL.AUTHORIZATION_STATUS is 'IN PROCESS'.
    And I try to approve the flow from oracle web gui and it's OK !
    The notification's status become to 'CLOSE', but PO_REQUISITION_HEADERS_ALL.AUTHORIZATION_STATUS is 'APPROVED'.
    The java program as follows, and '1099999' is notification id.
    Can anyone please please please help me?
    Thanks, all.
    Gavin
    ===================================================================================================
    import java.util.*;
    import java.io.*;
    import java.sql.*;
    import java.util.*;
    import javax.rmi.*;
    import javax.naming.*;
    import javax.sql.*;
    import java.sql.*;
    public class CommitPR
    public static void main(String[] aArgs) throws Exception
    String driver = "oracle.jdbc.driver.OracleDriver";
    String url = "jdbc:oracle:thin:@10.1.1.1:1521:ORA";
    String user = "user";
    String password = "password";
    Class.forName(driver).newInstance();
    String sql;
    Connection conn = null;
    Statement callStmt;
    conn = DriverManager.getConnection(url, user, password);
    conn.setAutoCommit(true);
    callStmt = conn.createStatement();
    sql = "{ CALL WF_NOTIFICATION.SETATTRTEXT ('1099999','RESULT','APPROVE') }";
    System.out.println("sql=" + sql);
    callStmt.execute(sql);
    sql = "{ CALL WF_NOTIFICATION.RESPOND ('1099999','ARRPOVED','EIP_ADMIN') }";
    System.out.println("sql=" + sql);
    callStmt.execute(sql);
    callStmt.close();
    conn.close();
    ===================================================================================================

    Hi,
    the JavaAPI didn't work with the xdo-Files. But you can create a proxy stub for the Web Service API of BI Publisher which uses the xdo's in the repository.
    regards
    Rainer

Maybe you are looking for

  • How to I toggle the adjustments from a single mask when there are multiple masks of the same kind?

    If I have multiple brush masks how can I toggle just one of them on and off; for instance just the active pin.  I know I can turn off all of the brush masks at once but I just can't figure out how to toggle them individually. Thanks!

  • Slow down after 10.4.4 update

    i had a major slowdown with my powerbook g4 after using update site to install 10.4.4. but i just noticed that my computer is not recognizing all of my ram. it says one slot is empty which i know is not correct. I am going to take the ram out and rei

  • E-Mails Have Stopped and my daughter received a fr...

    We have recently been on holiday.  Whilst away my daughter received an e-mail from our e-mail address which basically told a sob story about mugging and theft and asked for money to get us all home.  Needless to say this was fraudulent. On returning

  • Logic Pro midi start/stop remote

    I would like to start and stop (and even record) in logic with MIDI-commands from my keyboard (Roland RD-700GX). The keyboard has several midi buttons which are progammable but the message which is sent, is not a controler or SysEx but the start/stop

  • Adobe Digital Edition Autorisierungproblem

    Hallo ich habe mir den Adobe Digital Edition runtergeladen um ein EBook öffnen zu können, da es mit DRM verschlüsselt ist, aber ich kann meinen PC nicht autorisieren. Also mein Passwort und alles stimmt, und es wird auch angezeigt, dass der PC autori