Workflow setting to launch applciation from portal UWL

Hi,
Do we require to make any settings if we are to launch our Dynpro application from the portal UWL. I have a parameter whose value keeps changing for each workitem generated. Do i need to make any settings on the backend side so that this value is passed.
Thanks,
Prasy

1. First you need to create a task with appropriate container elements. In genereal most of the times the standard DECISION task copy is taken and the requireed container elements are created in the copied task.
2. In the SWFVISU txn we configure the copied task with the VISUIALIZATION TYPE as webdynpro and the parameters that we need to set are.
APPLICATION     <Name Of the Dynpro Application Name>
DYNPARAM     WI_ID=${item.externalId} " This changes from workitem to workitem.
NAMESPACE     sap
DYNPARAM changes from one workitem to another.

Similar Messages

  • Web Dynpro Application is not openeing from Portal UWL

    Hi,
    I have developed a WD application which is integrated in the portal. This WD application navigates through several levels of approval by triggering the workflow. Initially USER will create the request launching the WD application from portal and upon clicking the SUBMIT button -> Workflow will be triggered and Work item will be sent to Approver UWL list in the Portal.
    Link will be displayed in the UWL list and upon clicking that link WD application need to be opened where the details will be displayed and can approve the request by clicking on APPROVE button.
    Here, We have created a PFCG role which can be assigned to USER to access the WD application to create the request from portal. But for Approvers, we have not assigned any such roles except UWL role.
    Workflow is working fine, Workitem is displayed in Approvers UWL but when they click on the link -> WD Application is not opening. Configuration in SWFVISU is done.
    I think we are missing some roles which need to be assigned to Approvers. We cross checked by assigning SAP_ALL profile to the Approers and found WD application is getting opened and everything is working fine. But we are not supposed to give SAP_ALL in the PRD.
    Please help what are the other roles that need to be assigned to Approvers.
    Thanks,
    Bharath.

    did you try by assigning pfcg roles to approvers along with Uwl?
    Regards
    Srinivas

  • Need to open an ABAP WebDynpro application from Portal UWL work item

    Hi All
    I need some suggessions on how to navigate to an ABAP WebDynpo application iview from a mail(Work Item) in portal UWL.
    Requirement in detail:
    Agreements will be created from portal( Agreement Creation Application is developed in ABAP webDynpro and iview has been created with in the portal for this WD application). as and when the agreement is created a mail (ECC Workitem) should trigger to the approver, who has access to portal and check the mail(Work Item) from the portal UWL.
    The mail body should consist the link to the Agreement created in portal ( Link to navigate to the Agreement Creation ivew).
    So, the main requirement is user should navigate to the Agreement creation iview when he open the mail from UWL.
    Mail can be sent from ECC by using ABAP Function modules or by creating a workflow
    Please advice me on how can we achieve this requirement.
    Thanks & regards
    Vijay Bedamsetty
    Edited by: VIJAY BEDAMSETTY on Apr 19, 2011 5:42 PM

    Hi,
    You can call the iView directly by using NavigationTarget..
    http://myServer:50000/irj/portal?
    NavigationTarget=ROLES://portal_content/myFolder/myRole/myIview
    Plz note that the iView you are calling should be part of a Role.
    And the PCD location of the iView in the Role must be given for Navigation Target.
    Check this URL
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/014421d21d6fade10000000a11466f/frameset.htm
    Thanks
    Prashant

  • Launch window from portal in seperate browser in dialog mode(no toolbrs)?

    Hi All,
    Just wondering if there is any way to launch a new window from portal, so that it is opened in a seperate window without any toolbars.  (None of the availble options in the 'Lauch in new window' parameter suit my needs..)
    Thanks in advance,
    Liz.

    Hey,
    Firstly, thanks for the response...  The application is developed using BSP's.  I know how to open a window from my app without toolbars but what i don't know is how to open the start page without toolbars. 
    If you have any code that you could give me, that'd be great.
    Many thanks,
    Liz.

  • Javascript error on launching application from portal

    When we launch  BW reports from our portal (Netweaver 7.0) , it gives a javascript error  and the reports would not launch  for some users. The launch pad is using WEBDYNPRO-ABAP . The javascript error that we are getting  is - u2018Childnodes.lengthu2019  is Null or Not an Object .  This happens on all versions of Internet Explorer. Has any one encountered this issue ?

    Hi,
    When we launch BW reports from our portal (Netweaver 7.0) , it gives a javascript error and the reports would not launch for some users. The launch pad is using WEBDYNPRO-ABAP
    Check whether user who are facing problem are using FQDN in URL. ( FQDN of portal )
    FQDN --> http://<portalhost.<domian>.com:5nn00/irj/portal
    Thanks
    Anil

  • Completed Task cannot be launched again from the UWL.

    Here is the situation.
    The identified agent clicked the task in the UWL.
    Task was launched in a new window and opened an ABAP webdynpro application correctly.
    Agent then approved the task using the approve button in the application. Task was thus completed.
    Now the agent pulled the "Completed Tasks" from the Show dropdown on the Tasks tab in the UWL.
    The task which the agent approved earlier showed up.
    But when the agent clicked this link in the UWL. The application would not be launched again.
    The task preview does appear but the agent wants to the same application form displayed again to confirm what they have approved.
    Any ideas how this can be done. I remember we could do that in the PCR application on ISR framework.
    Edited by: Linkin Pereira on Dec 5, 2008 7:12 PM

    I did some investgation and figured out that there is no standard way to invoke an already completed Task.Therefore for our requirement I have proposed a new solution.
    I am storing the Workitem Id, when the task gets created, in a custom table along with all the data which is necessary for the I-View display.
    To enable users to open the I-View of the task they already completed and take a print out of the I-View etc, I have designed another application. and in this application I am using the Workitem Id to read which completed task they want to view.
    See if this works for you.

  • How to add 1 more column in standard portal UWL and map the values.

    Hi
    I have one issue/requirement, please help me out on that also.
    In portal UWL, i want to add one more column TICKET ID COLUMN, and ticket id value I  will be putting as work item ID of abap Workflow, so whenever  approver opens his portal UWL, in first column i want to show ticket ID say 00012345, so how to add this ticket ID column in standard portal UWL and how to put/map  value of work item in that column.
    My idea behind this is, when ever say employee wants to know the status about his ticket ID, he can simply ask his manager regarding the ticket status by referring to that ticket ID which manager can easily find in his portal UWL in that extra TICKET ID COLUMN .
    Do I have to change anything in SAP inbox also ? Do i have to add 1 more colum in sap R/3 inbox also ? and will adding 1 more colum in sap inbox (R/3 inbox), will create automatically one more ticket ID colum in portal UWL also ?
    please let me know , as i do not want to add 1 extra column in R/3 inbox, just i want in portal UWL extra ticket ID column should come and i want to put workitem ID generated at the start of workflow, in that colum in portal UWL
    please help me on this.
    Thanks...
    Edited by: User Satyam on May 29, 2011 6:16 AM

    Hi Satyam,
    These are called custom attributes.  Here is a powerpoint that may be able to assist you with the documentation that the other poster gave you too.
    Always remember too when you make a change on the backend R/3 side, you must reregister your UWL connector.  And yes, the column must be available on the backend R/3 side.  We can't create on the fly columns in the UWL, that have no reference to the backend system in this case.
    Beth Maben
    EP - Senior Support Consultant II
    AGS Primary Support
    Global Support Centre Ireland
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Adobe interactive form(ABAP WD)size is increasing & not opening from EP UWL

    Hello All,
    Adobe interactive form (ABAP WD) size is increasing after cleansing data from MDM and the form is not opening from portal UWL.
    Same application is working fine in Dev and Qa environment. In dev and QA the form size is around 150 KB after cleansing data from MDM. Some reason in production it is more than 2 MB. FYI - We have multiple app servers in production.
    /Padmanaban

    Hi Babi,
    In the adobe form layout library Use the Submit(which internally means submit to SAP) button from the Webdynpro Native category.
    Only this button action can connect adobe to web dynpro.
    Whenever we click on this particular button the event will be trigger in the ONsubmit event of interactive form UI element in the webdynpro.There we can write our abap code.Hope this will help you.
    Regards,
    Simi A  M
    Edited by: amsimi on Mar 22, 2011 11:37 AM

  • How to bring Shoping Cart Approval buttons in portal UWL

    Hi Forum,
    From portal universal work list we are pulling SRM shopping cart work items. But from portal once we click on the work item it directly opens the details view for that shopping cart work item. Here we donu2019t have any buttons for approve reject etc that we are able to see in SRM. When we click on Approve link in SRM it shows us a list of work items pending for action along with green color button for approve reject etc. We want to go to same screen whenever we click on any shopping cart work item from portal. Please provide solution for this.
    Thanks and Regards
    Sudhir

    Thank you for the answer,
    from portal UWL , when we click on shopping cart work item, is it possible to open SRM Approve screen where it shows all the SRM work item pending for that user?
    Thanks and Regards
    Sudhir

  • Workbook doesn't fit the window when launched from Portal

    Hello SCNer's,
    When a workbook is launched from Portal it opens to the right side of the window and is minimized.
    It fits the window once maximized, are there any settings available which can defaultly set the workbook to fit the window.
    Thanks SCNer's.

    Hi,
    Do you mean by executing the Query in portal or executing the Workbook.
    Protal setting for the number of columns/rows are decided by 0ANALZER_PATTERN web template. Which is the default web template.
    Check the settings in the Default Web Template used.
    Thanks & Regards,
    Namrata

  • EHp4 NEw ECM Workflows not trigerring from portal

    CL_HRECM00_WORKFLOW_EVENT This is the class used to trigger the workflow and the workflow templates are
    WS04000022
    WS04000023
    WS04000024
    WS04000025 and these are having only notification steps and wait for events.
    When we do the test Run in R/3 events gets triggered and workflow is running sucessfully but from the portal Event is not trigerring to start the Workflow.
    please guide.
    Thanks,
    Amar

    Hi
    Please provide the steps taken in Portal to reproduce the issue
    I think the problem could be missing configuration in UWL configuration file which is uploaded via
    System Administration -> System Configuration -> Universal Worklist
    and Workflow -> Universal Worklist Administration.                
    I am not sure how UWL team delivers this code for new work items - its possible a CSS message is needed to investigate this
    Thanks
    Stuart

  • How to set date formate dd/mm/yyyy from portal.

    Dear Experts,
    We are implementing ESS/MSS, my query is under ESS applications, date format is showing mm/dd/yyyy, then iam trying to change  user language is English (United Kingdom), from portal end, then its showing dd/mm/yyyy.
    My query is that is there any other way to change date format and how to set user language is English( united Kingdom) for mass users.
    Thanks in advance,
    Regards,
    Mahee.

    Hi,
    Iam trying to upload below format..for mass users....
    [User]
    UID=<employeeid>
    Password=init@123
    FIRST_NAME=xxx
    LAST_NAME=xxx
    group=xxxx
    Language=en_GB
    [User]
    by changing launguage = English (United Kingdom),Now I can able see the require format...dd/mm/yyyy.
    Thanks and Regards,
    Mahee.

  • How to set selected Language from Portal dropdown in Logon to User profile

    Hi Gurus,
    I select a language in Portal Language dropdown in the Logon Page.
    After login in the content is getting displayed in the browser language.
    I want the portal content to be displayed in the selected language in the portal LogonPage.
    I checked the thread Logon page change to add a dropdown for language
    The is the requirement for me too .
    Kindly suggest me on how to set the language in the Portal user Profile so that the portal contents gets displayed in the selected languages from the dropdown .
    Thanks in Advance

    Hi Prasanna,
    The language that the portal is displayed in depends on the following
    heirarchy, with the languages at the top of the list taking precedence
    over those at the bottom:
    1. Component (iview) language (defined in the portalapp.xml)
    2. Portal Mandatory language (defined in the prtDefault.properties)
    3. User language (defined in the user#s profile).
    4. Request language (defined by the browser).
    5. Portal Default language (defined in the prtDefault.properties)
    6. System Default language (default locale defined by the OS).
    So for example, if you have your portal user language (as in point 3)
    set to Russian, but the language of the iView that is the logon page
    (as in point 1) set to English, that logon page will be displayed in
    English.
    Keeping the above in mind, please make the necessary changes to the
    configurations and check if it helps.
    Regards,
    Sowmya
    Edited by: Sowmya K on Jun 2, 2011 11:32 AM

  • I have a windows 7 dvd in the drive and the mac is set to launch from the dvd drive. How do I change the startup disk?

    I have a windows 7 dvd in the drive and the mac is set to launch from the dvd drive. How do I change the startup disk?

    Hold the option key at startup and when you get to the boot panel select your Mac OS drive.

  • How to set Changed_by field with User ID not by Workflow ID, when Status Update from Workflow

    Hi Frds,
    I am updating the Order Status from Workflow. So the Status update (or Order Changed) is save with Workflow ID. I need to insert UserID instead of workflow ID. Please help me out of this.
    Thanks
    Imran

    Hi Imran
    With the very few details available on your process, the workflow design and the "Order", all I can suggest is that:
    1) In your workflow definition, go to the step which sends the user decision, in the binding FROM the TASK TO the Workflow, set _ACTUAL_AGENT to a workflow container element , say DECISION_AGENT (of type SWHACTOR)
    2) Assuming that the next step in APPROVAL branch is setting of the status, go the task ID of that Step -> make it a dialog step (remove the Background Processing check) -> set it's agent assignment to general task
    3) Back in the workflow, set that STATUS SETTING step to Advance With Dialog under the details tab
    4) In the control tab of the same step, in the agents section, set agent as EXPRESSION and the value as &DECISION_AGENT&
    When a user approves the decision item, his ID will be stored in DECISION_AGENT
    The status set will execute immediately (because of "Advance with Dialog")  in the same session of approving as the user who approved is the same running this step now
    The status will be set by the ID of the Approver
    The above is hypothetical considering
    1) You do not have dynamic parallel processing
    2) Status setting happens immediately after the approval; as a first step in the approval branch
    3) The Decision Task does not has "Confirm End of Processing" checked.
    Regards,
    Modak

Maybe you are looking for

  • Problem in PAP procss

    Hi all, i have faced a problem in the PAP process.Actually after matching with Po and made pay in full ,i ran the PAP(payables accounting process).but it is completed with warning.when i check the log file it send the following error message.please h

  • Clear ip dhcp bindings

    "clear ip dhcp binding a.b.c.d-Clears an automatic address binding from the DHCP server database" does this force the host to lose its IP address and request a new ip via dhcp?

  • Smaller system window fonts

    I just purchased a 60" monitor for my mac. I have set the resolution in the System Prefs to the smallest image. I have also reduced the type on the finder but my system windows font areas are still too large. Can I reduce the fonts of the system wind

  • MVC with Struts?

    If you are going to implement the MVC pattern in a webapp, what is the best framework to use? I've done a tutorial with Struts. Is that a good framework? Is there any disadvantages by using such frameworks?

  • Why, after using Firefox for years, can I all of a sudden not get videos on many print articles that have them, when, if I go to Internet Explorer, I can?

    On many web pages, videos that are included in an article, are just large spaces of white with nothing (no video to click on whatsoever) in them. If I open an IE browser, and go to the same article, it displays and plays the video perfectly. I know m