How to call a Workflow task in Portal

Hi Guys,
              I am developing a workflow which has to display the task in UWL in Portal.
How to achieve this.
I can call PROCESS_DIALOG from WEBSERVICE BO.
But I am not sure, how the task is connected.
If its a ABAP-WebDynpro Application involved here, How to find out which WebDynpro application has been used.
Thanks
Senthil

Assign the Task to a WebDynpro Application in tcode SWFVISU.
Cheers

Similar Messages

  • How to call a Workflow from a Report in SE38?

    How to call a Workflow from a Report in SE38?
    Please can Anyone Send me a Source code (with Explanation)which I can use for calling Workflow >> WS99900253?
    Regards,
    Shashank.

    you can use FM
    SAP_WAPI_CREATE_EVENT
    SWE_EVENT_CREATE
    OR
    SAP_WAPI_START_WORKFLOW
    Regarding usge of this FMS search the forums you will get ample examples.
    Thanks
    Arghadip

  • How to call business workflow in PI?

    Hi,gurus:
    How to call business workflow in PI and vice versa? Can I implement it using idoc adapter or RFC adapter?Or is it possible to expose the workflow to a web service?
    Any help will be appreciated.

    xinjiang li ,
    >is it possible to expose the workflow to a web service?
    Yes
    What is your actual requirement,
    Cheers
    Agasthuri

  • How to reassign a workflow task which has been already acquired

    Hi,
    I would be glad if anybody could explain how to reassign a workflow task which is been acquired by one user to another user. I am getting Worklist Service Task Update Error when I am trying to change acquired by field and update the task.
    Thanks,
    Mythili

    I can use delegateTask() if the context belongs to the person who acquired the task but I want to delegate a task to different person even if it is not me who acquired the task.
    My second question is when should I set Assignees for a task?Is it when a person acquires a task for the first time or do I need to specify it in some configuration file, so that every task that is created newly will have a set of assignees by default.
    Thanks,
    Mythili.

  • How to reassign a workflow task in SharePoint 2013?

    How can you reassign a workflow task in SharePoint 2013 (online)? I found some discussions online about how to do this, but I don't see this option using SP2013. Note the "Reassignment" checkbox from this screenshot (which I think is from 2010).

    Here is the link
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fac7eb06-c42e-4f45-bcda-10df28879c1f/in-sharepoint-2013-workflows-can-a-task-be-reassigned?forum=sharepointgeneral
    Thanks!

  • How to populate the CONTAINER, when calling a WorkFlow Task via FM?

    Hello,
    I am trying to trigger an email notification to user's SAP Inbox, if Outbound IDOC got failed. I wrote the below code in the processing FM, but, i am stucked at populating the CONTAINER parameter of this Task, pls. let me know How/with What I have to populate the CONTAINER parameter of this FM?
    DATA: wa_input_container    TYPE swr_cont,
                wa_swr_messag       TYPE swr_messag,
                wa_swragent             TYPE swragent.
    * Fill Workflow element
          wa_input_container-element = '_WI_OBJECT_ID' .
          wa_input_container-value   = wa_idoc_control-docnum.
          APPEND wa_input_container TO itab_input_container.
    * Fill Email body
          wa_swr_messag-msg_type = 'E'.
          wa_swr_messag-line = 'Error'.
          APPEND wa_swr_messag TO itab_swr_messag.
          CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'
            EXPORTING
              task               = 'TS00007989'
              language           = sy-langu
              user               = sy-uname
              start_asynchronous = 'X'
            IMPORTING
              return_code        = v_sy_subrc
            TABLES
              input_container     = itab_input_container
              message_lines      = itab_swr_messag
              agents                   = itab_swragent.
        ENDIF.
    Thank you.

    Hi,
    Pls refer below link.
    FM SAP_WAPI_START_WORKFLOW Exporting container without values

  • How to synchrorise two workflow tasks/calls?

    Hi all,
    We are writing a Workflow client application (in Java) and having problem getting valid state of the workflow because of the delay in PL/SQL API.
    Here's are two example:
    1) First we respond to a notification (using WF_Notification.Respond). After the Respond call has returned, we use a new transaction to scan the table for open notification for the user.
    We got back the responded notification as open notification as the table values have not been changed.
    We found that the table values will only change after a certain period.
    2) Expedite the process
    First we call the handleError API. Then read the table for activity statuses. Again, the table values are not updated even the handleError API has returned. We need to wait for 1 or 2 sec before the table are in valid states.
    Anyone know how can we synchorise these? May be there's a flag we can set to force the API blocks until it completed processing or a flag we can check to find out the status of the last API call.
    Thanks.

    I had similar issues when I developed a workflow portlet. I maintained a record of recently actioned notifications and hid them from the user for the next few requests.
    Regards,
    Mark

  • How to call a Custom screen in portal from a Poratal UWL ??

    How to display a Custom screen which is developed in portal when a work item is executed through the
    portal-UWL ?.
      In detail....
         A custom screen has been developed in portals.
    Workflow triggers when a new item is created on the custom screen then the workitem gets populated in the respective approver Portal UWL(universal work list).
    when the workitem is executed from the UWL then it has to display the custom screen with its header data on the portal.

    Hi sampath,
    Thanks. I found that the redirection is not working
    properly at IIS end and changed the configuaration to
    make it work.
    Thanks a lot,
    Gopi

  • How to call an adf task flow in a commandNavigation tab

    Hi,
    I have created an adf task flow, I am able to invoke the same on click of a link.
    Now I have a tab and some sub tabs under it. I want to open this adf task flow on click of one of these sub tabs.
    For this I have added a property of type CommandNavigationItem in parallel with exising subtabs and on the actionListener of this property I am calling the method of the adf task flow.
    But it is not working. When I click on the sub tab created by me I get this error on the logs :
    ADF_FACES-60096:Server Exception during PPR, #1[[javax.servlet.ServletException
    Please help/guide how to solve this issue.

    Hi,
    do you use the XML Menu Model? If so then the task flow must be referenced from a navigaqtion case in the unbounded task flow you turn into the menu model
    Frank

  • How to call a form in Oracle Portal?

    I'm trying to call a form from my corporate Oracle Portal. Can anyone advice me how to do it?
    Thanks and Regards.

    Alex,
    you are not providing enough information, making it not easy to provide a short answer without going down the whole tree of possibilities.
    Case1: You want it appear as a link in Oracle Portal.
    a) You can use the "myfavorite" portlet, which is a kind of bookmark list that can be managed by each user individually.
    b) you ca create a content area and make it to appear as a type URL. Then you define it as a portlet.
    c) You create a HTML page with all the forms links in it and use the URLServices portlet or teh HTML portlet
    Case2: You want it to appear within the portal as a portlet.
    In this case you choose the URL Services. URL services are a part of the Portal Development Kit and in there a part of the Java Portal Development kit.
    It is not recommended to integrate Forms as a Portlet in Portal (CASE2) but to start it from a link (CASE 1) for this reasons:
    - http accept-header misses Browser type information information
    - Forms startup time slows down portal page startup
    - SSO doesn't work straight away
    - Forms9i, because based on java 1.3, will reload Forms when reloading the portal page, loosing the application context (this is not yet an issue with Forms6i).
    Of course, you can have it working as a portlet and I did it in the past, but it will require some work to do that is not yet documented (and probably never will).
    Cheers
    Frank

  • How to edit/modify workflow task after it has been completed?

    My workflow spawns a couple tasks and once those tasks are completed, they become non-modifiable. If the user made a mistake by entering wrong details while completing the task and would like to change it later, he cannot do so once he hits the complete
    button. This is happening in SharePoint 2010.
    We were using SharePoint 2007 earlier when this wasn't the case. The tasks could be modified even after they were completed. I would like to have the same behavior in 2010 too. Please suggest how can I do it? There should be some task settings to enable
    modification but I just can't find them. 

    Hi,
    Thank you for your question. I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience. Thank you for your understanding and support.
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • How to get site workflow tasks not list workflow tasks in SharePoint 2013 programatically ?

    i want to customize wrkstat.aspx based on site workflow not list workflow, so i want to filter section of tasks view to filtering based on site workflow, i made this to list workflow and i cannot do that to site workflow.
    Please advise me.
    Thanks.

    Hi Ramakrishnan,
    you can use the below code to post comments in newsfeed. I think this will helps you.
    var feedManagerEndpoint;  
    // Get the SPAppWebUrl parameter from the query string and build  
    // the feed manager endpoint.  
    $(document).ready(function () {  
        var appweburl;  
        var params = document.URL.split("?")[1].split("&");  
        for (var i = 0; i < params.length; i = i + 1) {  
            var param = params[i].split("=");  
            if (param[0] === "SPAppWebUrl") appweburl = param[1];  
        feedManagerEndpoint = decodeURIComponent(appweburl)+ "/_api/social.feed";  
        postToMyFeed();  
    // Publish a post to the current user's feed by using the   
    // "<app web URL>/_api/social.feed/my/Feed/Post" endpoint.  
    function postToMyFeed() {  
        $.ajax( {  
            url: feedManagerEndpoint + "/my/Feed/Post",  
            type: "POST",  
            data: JSON.stringify( {   
                'restCreationData':{  
                    '__metadata':{   
                        'type':'SP.Social.SocialRestPostCreationData'  
                    'ID':null,   
                    'creationData':{   
                        '__metadata':{   
                            'type':'SP.Social.SocialPostCreationData'  
                    'ContentText':'This post was published using REST.',  
                    'UpdateStatusText':false  
            headers: {   
                "accept": "application/json;odata=verbose",  
                "content-type":"application/json;odata=verbose",  
                "X-RequestDigest": $("#__REQUESTDIGEST").val()  
            success: getMyFeed,  
            error: function (xhr, ajaxOptions, thrownError) {   
                alert("POST error:\n" + xhr.status + "\n" + thrownError);  

  • How to call servlet from jsp in portal applicaton...??

    JDeveloper - 11.1.1.6.0
    Hii all, i am working on an portal application in which i have added my adf application as portlet..
    in this adf application i am having an jsp page on the popup
    the action of this jsp page is set to an servlet
    <form id="form1" action="servlet/UpdateServlet">
    <input type="text" name="test"/>
    <input type="submit" value="SUBMIT"/>
    </form>
    But when i click on submit button, the servlet is not being called..
    The servlet is -
    public class UpdateServlet extends HttpServlet {
    private static final String CONTENT_TYPE = "text/html; charset=UTF-8";
    public void init(ServletConfig config) throws ServletException {
    super.init(config);
    public void doGet(HttpServletRequest request,
    HttpServletResponse response) throws ServletException,
    IOException {
    String value1 = request.getParameter("test");
    System.out.println("one : "+value1);
    Any help on this
    Thanks
    Edited by: 938480 on Oct 3, 2012 1:56 AM

    Which application server you are using.
    I am using JRUN SERVER.
    For me it is very easy
    I have to put my servlet in web-inf/classes/xx.class.
    Then i can run like
    http://localhost/xx.
    Let me know which server u are using.

  • How to call Java WebDynpro iViews from Portal (Portal Content Directory)

    Hello everybody,
    I am trying to call a Java WebDynpro iView, which was created within the Enterprise Portal and is stored in the portal content directory (pcd).
    I have created an HTML-iView in VC, where I have put in the pcd-link into the default-url field (pcd:portal_content/com.sap.pct/every_user/com.sap.pct.cprxrpm.ppmdc/com.sap.pct.cprxrpm.iviews/com.sap.pct.cprxrpm.iviews_cprojects/com.sap.pct.cprxrpm.cpr_projects). This iView is calling the cProjects WebDynpro Application. But after I run my model, the portal page is running and running, but nothing happens.
    I did the same with transactional iView, which was also created in the Portal before. I have also created an HTML-iView in VC, where I have put in the pcd-link into the default-url field (pcd:portal_content/IBU_content/SAP_for_Service_Provider/com.sap.pct.issp.ps.professional_services/com.sap.pct.issp.prs.iviews/com.sap.pct.issp.prs.display_sd). This is working fine!
    What I also tried is to call another VC-Model with an HTML-iView. Here I have put-in into the default-url field the pcd-location of my VC-model (pcd:portal_content/IBU_content/SAP_for_Service_Provider/com.sap.pct.issp.vcmodels/com.myComp.myProduct.1DM9.CreateEngagement/com.myComp.myProduct.iviews/com.myComp.myProduct.1G62.Cprojects_neu). This is also running fine!
    Now I do not understand the difference between this three objects. There are all iViews within the portal but the WebDynpro iView is not callable through a HTML-iView in VC.
    Could you help me in this case? Your help is very appreciated!
    Thank you in advance.
    Best regards,
    Aylin.

    Hi Marcel,
    when you mean the preview within the portal, yes, it is working fine.
    URL is not the way to solve my problem. I am working with IDES-Systems. This is our Demo System within SAP. I have to build my VC-Model in a Master IDES-System which will be transported than into the other IDES-Systems. The URL of the WD is not the same in the other systems. It is changing depending on the several Sysems. But the pcd-location is in all systems the same. Therefore I have to specify the pcd-location of the application.
    Is there a restriction with WD within VC?
    If we can do some kind of a netmeeting, I can show you my problem exactly.
    Thank you.
    Regards,
    Aylin.

  • Calling workflow tasks in program

    Hi,
    I want to know how to call a workflow task in a ABAP program. This task is linked to a customised method.
    Thanks
    Ananth

    Hi Ananth
    You have two options to trigger a workflow task
    1> Attach a Business object and a particualr event in the
       triggering event of your task.
       Then in your ABAP pgm use FM SWE_EVENT_CREATE to raise
       the event for the Business object and the event which
       you attach in the task as trigerring event
    2> Else , you can make use of SWW_WI_START function module and pass pass parameter ( it will be the name of your workflow task , The workitem Type , creator etc .)
    Thanks
    Shovit

Maybe you are looking for

  • Office 2010 update error Code 80070663 on Window 8.1: Roiscan VB Script states an error on 1a1f08c.msp

    Hi, trying to get 7 updates onto MS Office 2010, getting a repeated 80070663 error. Running Win 8.1. Executed Robust Inventory Scan and got the following: Review Items ============ Error:                       OpenDatabase failed to open .msp file C:

  • ICal Alarm Message Is Almost Off The Screen.

    After a couple of years of having a weekly reminder message, I have recently started getting them 90% off the screen. Although I drag them to the middle before closing them, the next one always appears 90% offscreen. I did update to Tiger but I am su

  • Old transient recorder, new GPIB-card (+Labview) How?

    Hi, we have an old 12 channel 200kHz transient recorder (Krenz TRC 6410). Until now, the software is still MSDOS. Since we have a GPIB NI card, I wondered if we can't get this to work together, but I'm a complete newbie. I had a look at some other VI

  • Compiling a jar file.

    hi, we are working on a tcp/ip socket programming application. We need to ship the client code(class files) by converting it into a jar. The problem: When we are accessing the classes thru the prompt, it runs fine. but when we create a jar file it do

  • During high load the, many times pstack show's __1cDstdQ_STLP_mutex_spin4iA

    Hello, I am testing my application with 1500 msg/sec after a while the perfomance drops immediately. The pstack during the pstack show's the below output. Most of the time the pstack in STLP_mutex_spin. I am currently running my application on muti-p