Link in a workitem

How can i create a link in a WorkItem body? When the user clicks on the link, he should be taken to a SAP transaction, say FPL9 or any SAP transaction for that matter.

Hi,
Are you using a custom business object's method for the respective task for which you have created the workitem. If yes, in the display method of the custom business object, call your transaction , say CALL TRANSACTION 'ME21N' and set 'Display' as the default method in the business object header. The link will appear in the work item along with the key which you have specified as the 'Default Attribute' in the header. Upon clicking the link, the Display method gets executed and thereby calls the respective transaction. You can even set the parameter id with the key value and skip the first screen. Hope this helps!!
Regards,
Venkat

Similar Messages

  • Sending URL's to outllook which directly links to th workitem of the UWL

    My project which was developed on ASP with oracle is now being re-designed into enterprise portals and SAP R/3 4.6c. Here the scenario is when a user creates or changes a pricing condition on the PORTAL .it should trigger a workflow in SAP r/3 which goes through a loop of approval process and finally gets approved or rejected.
    Here the notifications are sent to the approver’s outlook where the outlook subject should contain two links, the first should link to the portal UWL and the second should link to the respective WORKITEM in the UWL.
    My questions are
    1)     How an event on the portal side does trigger a workflow at the backend?
                Do we need to explicitly raise the event in the BAPI for create/change to trigger workflow using SWE_EVENT_CREATE or is there any alternative?
    2)     How to send a notification to the outlook with URL’s which directly points to UWL and respective work item in the portal UWL?
                     I gone through the EXTENDED NOTIFICATIONS FOR SAP Business WORKFLOW help file but I didn’t a clear picture of it.
                             It is all with the BSP’s in the help file?
    3)     Its only configuration that we do in the portal to  get all the work items from  SAP inbox or Do we need to do any extra coding to get all the work items into the UWL ?
    Please do the need full .Basically I am new to WEBFLOW. So, if possible spare some time and send me the flow and the solutions in detail.
    Advance thanks…
    Warm regards,
    Sateesh

    Hi sateesh
    To make RSWUWFML2 work at least you have to do:
    1. Set up SAP Gatway to connect to Outlook (SCOT) as type INT
    2. There are some settings additional that basis will have to carry out - CHECK OSS for that
    3. Ensure all the users have home email address
    4. In SO16 Tab MailSySgRP choose send email to user's home address
    5. Then in SAP schedule report RSWUWFML2 (frequency should be ideally
    every 10 min -depends on the volume of emails)
    You will find further information in note: 733681
    If the requirement for direct acces to the workitem in the UWL is very important you could do the following:
    Make a copy of the report ie. ZRSWUWFMS2 and make the appropriate changes in the code and schedule that instead. This is not recomendable, since all changes made to the report by SAP will be lost to you.
    Hope it helps
    Kind regards
    Mikkel
    Message was edited by: Mikkel Iversen

  • Objects & Attachments link in the workitem

    I have a user decision workitem has an attachment of bus2013.
    'Decision' BO default method is 'Process' not 'Display'.
    I am testing with two user id's, both having authorizations for swo_async.
    I have read in this forum that we should have a default method as 'Display; to display the attachment.
    Using one id i am able to see the attachment & for second id link didn't work.
    Any inputs appreciated.

    Hi Indira,
    First try transaction ME84A with both users to see if you can access the object outside of the workflow scenario.  If not then this should give direction as to what objects are missing from no 2s authorisations.
    Regards
    Gareth

  • Sending a URL link instead of workitem

    Hi Friends
    Could anyone explain me how to send a URL link to the inbox of a user instead of an workitem?
    -Vinod

    Hello,
    You can send a URL in an email, but I assume you already know that.
    regards
    Rick Bakker
    hanabi technology

  • Linking transaction in workitem

    Hi Gurus,
    I would like to know if it's possible and how I can link a transaction in a Business Workflow. The requirement is to have a workitem in which the user has 4 link to 4 transaction and based on his choice the system has to open the choosen transaction. Is it better to realize it by dropdown list?
    How can I solve this issue?
    Points

    Hi sanju,
                    I have forworded the Screen shot documents to your id,pls findout.
    Also,if you know creating secatt,this steps solve your problems
    Eg : P.O to Migo
    Step 1
    Creat the P.O script.Here import all values ( pattern> allcommand>tcode)
    values are mandatory to creat P.O
    Eport P.O numbers in same screen,eg Pur_num
    also maintain Pur_num=&MS1( means pur num is a lost num in the screen)
    Step 2
    Creat Migo script
    Import Migo no ( creat as usuall script)
    step 3
    Now chaining P.O to Migo
    ( Imp steps )
    Pattern> Test scripts referencese > REF >enter scripts no ( P.O and migo)
    Eg Appears same formate
    REF ( Z_PO, Z_P.O_TS_1 ).
    REF ( Z_migo_TS,Z_Migo_TS_1 ).
    Click append parameter > select (migo) > Display parameter values>dybpro> open up and give Pur_num
    Here Select as a Local variable
    save.
    Execute ( twice )
    If u want more,let me know .
    Regards,
    Hareesha k

  • Launch URL/BSP from attachments link in workitem in Universal Worklist

    Background info:
    We have a custom business object.  Default method on object in SWO1 is a custom display method.  This display method returns a URL to a BSP.  
    When I open my workitem in SBWP and click the attachments link, it properly launches the URL which opens the BSP.
    However, when I open same workitem in Universal worklist and click the attachments link, it does not properly open the BSP.  It looks like it's trying to open a SAP GUI version of the object but nothing is displayed.  When our developer puts a breakpoint in the ABAP code and we click the workitem link in UWL, the URL/BSP opens fine.   So, UWL config must be doing something extra (added code?  redirect?) that clobbers the URL/BSP launch.   Anyone have any ideas/suggestions?
    Thanks,
    Matt
    *Reminder, We are not trying to launch the BSP when you click the workitem link in the UWL list.  This is the attachments link inside the workitem itself.

    G'Day Matthew,
    The reason this works from SBWP and not from UWL is because you have an ABAP session in between. You don't mention the type of attachment, but usually what gets executed is the default method of the object. Thus the UWL has to initiate an ITS/WebGUI session to execute the default object method - this method may contain code to launch a BSP but it still needs to get to the code to start with.
    You need to find alternatives, see if Karri's suggestion does what you're after.
    Cheers,
    Mike

  • Link to Object (Lead) from workitem in Universal worklist

    Hello.  We have a workflow that sends workitems (dialog tasks) to a users inbox in SAP portal.  If I open the workitem from Universal worklist and then click the link inside the workitem to take me to the object (CRM Lead or Business Activity), I get "page not found".   However, if I click this same link after opening the workitem in business workplace (SBWP), I'm taken to the object fine as I expect.   Anyone know why the object link from UWL does not work?   Or where it's configured?
    Note, if I click an object link in UWL for an item that was generated from ECC (say for Document, Material Master, etc), I'm taken to the object just fine.  Our issue seems narrowed to the combination of CRM and Universal worklist. 
    Thanks.

    Hi,
    Did u check under
    Content Admin -> Webdynpro , the component ess~lea and the application LeaveRequestApprover are in status green.
    Also check the correspinding JCO connections tab.
    I presume that you have installed the ESS, MSS and PCUI GP patches.
    Regards
    Jayesh
    Edited by: Jayesh Ghodge on Dec 21, 2007 4:28 PM

  • Workitem attachment missing in mail Outlook/Lotus

    When an email is generated from a particular workflow. I get the following message in my
    outlook inbox
    Subject :Please release purchase requisition 0013001141
    Body : Work item in R/3 System: DEV
    Please log on to the R/3 System and look in your inbox
    Please execute the work item by opening the attachment
    however the attachment(link) to the workitem is not present.
    Please guide me as I am new to this.

    Am I correct in thinking that your e-mail is the result of a SendMail step in a workflow?
    If so, the standard solution doesn't have any support for attachments as far as I know. Attachments, e.g. to enter SAP Business Workplace or display the work item, is something that the work item notification report adds to the mail messages.
    If your e-mail is the result of work item notification, make sure you have selected the attachment options if you are using RSWUWFML2, or that your customizing specifies inclusion of attachments if you are using the extended work item notification solution in more recent releases.

  • Creating links to a specific step in a GP

    Hi everyone,
    I was wondering if there was a special syntax to build a hyperlink directly to a specific step in a Guided Procedure. The application I'm working on has to send an email to a user with a link to take him directly to a step in a GP. Does anyone know how to do it or have any examples?
    Thanks you very much,
    Luis T.

    Hi,
    On your email template use the built-in parameter "workitemurl".
    http://help.sap.com/saphelp_nwce10/helpdata/en/5d/a71342cb385333e10000000a155106/content.htm
    I've implemented a requirement like it using this parameter, so user receive the email, click on link and the workitem is started.
    Best regards

  • Put Sapscript form into a workitem

    Hi all,
    How can I put a link into a work item for a sapscript form.
    This for was created with a transaction.
    Can I use a method of the object to call this transaction?
    How can I call this link into the workitem (SBWP) ?
    Thank you all.
    Ricardo meira

    Hi Imthiaz Ahmed,
    With this first option you gave, can I put a link to the workitem??
    Regards,
    Ricardo

  • Calling transaction from Workitem - Credit Management workflow

    Hi,
    Our client have a requirement to have a link in the workitem and when we click on the link it should open transaction S_ALR_87012218.
    The requirement in Credit management workflow, in which we are having included object as sales order, when we click on it, it will open transaction VA03.
    Similarly the client requires to have one more link below sales order, clicking on which it should open transaction S_ALR_87012218.
    Thans in advance for your help.

    Hi Kjetil ,
    Thanks a lot for your answer.
    I have created a new object type with default method and key as controlling area and customer which are mandatory fields for the report RFDKLI41.
    I am submitting the report in the default method.
    Now I have a query, how can I attach this object in my workflow?
    I am already passing  sales order as WI_OBJECT_ID.
    Also help me, how can I pass values of controlling area and customer from sales order to this newly creates object?
    Thanks in advance.

  • Launch workitems from Agent inbox with Webflow customizing

    Hi all,
    I am looking for a definite answer to the following:
    Is it possible (in CRM 4.0) to process Workflow workitems that have a webflow linked from the Agent Inbox in the Webclient.
    I have set up the customizing in the inbox and the workitems appear, but the system doesn't take the fact that there is a webservice id (linked to the webflow) linked to the workitem. The webclient tries to navigate to the Email view.
    Can anyone confirm me that indeed the webflow workitems cannot be triggered from within the Agent Inbox?
    Thanks
    Micha

    Hi Micha
    Did you get this one working? 
    Thx,Sai

  • Company LOGO , Send Mail to return value, Portals Link

    Hello Friends
    We are in the process of designing a workflow to, amongst other things, send an email notifications to employees informing them thet their Pay statements can be viewed via portals (My ESS). Within the email we need to ask the employee if  he/she wants to be reminded in 24 hours with another email.
    I am wondering if in the past you have sucessfuly:
    - Put a company logo in email being sent with the Send_Mail task thru workflow
    - Used SEND MAIL too send a link to portals ?
    - Allowed to employee to click on "Remind me later" in the email and update the workflow to send a
    follow up email in 24 hours.
    Example of email is as per below:
    ######LOGO#######
    You have received an e-mail delivery from XXXXXXXXXXXX that your Payroll statement is ready for viewing in ESS.
    To log in to ESS, go to LINK
    Click on the Remind me button to receive a reminder in approximately 24 hours
    Remind me later!
    Any input / suggestions you can provide to the above will be well received, thanks
    Shalini

    Hi,
    In Workitem you can bring the Logo, But in the email you can send as attachment only.
    Refer the Below link for bring the logo in the workitem
    [Logo link|logo in Workitem; -- See the 3rd Reply.
    Regards,
    Surjith

  • Hyper Link in Object attachment in work item

    Hi,
    I am working with workflow for IDOC error resolution.  I need to make hyper link in a workitem in the Object and Attachment section to goto WE02.  How to do this?  do I need to create a new task for this?  what is the use of template attachment in user decision?
    Thanks
    Sunil

    Hi,
    you can create the link by useing following url
    http://<host>:8000/sap/bc/gui/sap/its/webgui?sap-system-login-basic_auth=X&sap-language=EN&~transaction=WE02
    Now pass/create this link in the workitem description in following way...
    <A href="&link&">
    IDOC
    </A>
    where &link& is the variable hold the value of the above link..
    Thanks and regards,
    SNJY

  • Can we hide or delete the standard BO link that shows up in SAP Inbox & UWL

    Hi,
    Is there a way to hide or delete the standard BO link that shows up in SAP Inbox & UWL ?
    I have already gone through the following threads.
    Objects and attachments in workitems..
    No standard object's link in the workitem
    But, i have this requirement to hide atleast on UWL side the link for the std. BO.
    I am working with ECC 6.0 & E.P 7.0 , SP 10.
    Jocelyn,
    You were mentioning about some UWL XML configuration to hide this in the first thread. Can you elaborate on this please.
    Anybody,
    Any idea on how to achieve this ?
    I really appreciate your immediate reply.
    Regards,
    venu

    Guys,
    Luckily, for this, i was using a user-decision step which uses DECISION --> PROCESS method. So, I could remove the BO:TRIP that i included earlier. But, for other tasks, where if we use a method from our BO, we cannot remove this std. BO link that shows up in "Objects & Attachments"...to my understanding.
    Thanks for all your info on this question.
    venu

Maybe you are looking for