Display the workitem in Web GUI Homepage

Hi Experts,
How can I display the workitem in Web GUI Homepage?
I created a workflow and it is sending a workitem but I can' see the workitem sent to my Web GUI homepage.
Thanks in advance,
james
Moderator message: please have a look in the dedicated Workflow forum.
Edited by: Thomas Zloch on Jan 20, 2011 3:55 PM

Hi James,
First of all, i would like to know whether you can see the workitem in SAP Business workplace (GUI) ?
If yes, then you would find one of my article which would make an interesting reading and would help you in your query.
[SAP Business Workplace Vs SAP CRM WebUI Worklist|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0c2ff2f-d6ef-2d10-5885-d989e034feac]
Regards,
Anand

Similar Messages

  • Display the reports in web browser?

    I need advise.. Here is my requirements.
    we are using Oracle9i database. We have data warehouse Schema. We wanted to display some of the reports in the browser. What are the possible solutions to display the reports in web browser with out using any reporting tools(cognos, business objects etc).
    Thanks

    Well your requirement is a little bit odd, displaying data in database without using tools or application. What's form of these reports you are talking about? Are they just bunch of queries?
    If you don't want to use heavy duty software like cognos or business objects, then consider use Oracle Application Express APEX
    http://www.oracle.com/technology/products/database/application_express/index.html
    by the way cognos and business objects are OLAP tools, does that mean your reports are OLAP report?

  • Create Custom List, store information and display the information on web part

    Hi,
    Working on a Custom visual web part in sharepoint 2010. Scenario is i would like to have two button on that web part, one is "I read it " button for users to tag the page and another one is "find the list of people who already tag/read that
    page". i have added a visual web part into my project and two buttons event within it. Now goal is once user click on "I read it button" it will create custom list to store urls and usersname. When click on "Find the list of people"
    get the username only for that specific page whoever read/tag it.
    1. How can i create the custom list to store all users information
    2. Retrieve the information from Custom List and Display the list of people based on specific page url who ever read/tag that page. 
    Any help will be greatly appreciated!

    Appreciated for your help!
    List has four columns Title, Hyperlink, Created by, and created. i just wanted to display Users and hyperlink column. i tried to retrieve the items from list but query is not returning any items and displaying. As you said in CAML query we can pass the page
    url to get the collection of user for that particular page. but is not something will be hard coded value, if we pass the page url into CAML query? is there something we can dynamically retrieve the users based on page url.  for example, if users visits
    30 different page url, i need to put all those urls into CAML Query. do i need to create custom user field or i can use Created by field to get the users? please correct me if i am wrong. Below is the code:
    using System;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.WebControls;
    using System.Data;
    namespace CustomUserControl.VisualWebPart1
        public partial class VisualWebPart1UserControl : UserControl
            protected void Page_Load(object sender, EventArgs e)
            protected void btnRead_Click(object sender, EventArgs e)
                using (SPSite site = new SPSite(SPContext.Current.Web.Site.ID))
                    using (SPWeb web = site.OpenWeb())
                        web.AllowUnsafeUpdates = true;
                        SPList list = web.Lists["UserInformation"];
                        SPListItem newItem = list.Items.Add();
                        SPFieldUrlValue hyper = new SPFieldUrlValue();
                        //hyper.Description = "Google";
                        hyper.Url = System.Web.HttpContext.Current.Request.Url.AbsoluteUri.ToString();
                        newItem["Hyperlink"] = hyper;
                        newItem.Update();
                        web.AllowUnsafeUpdates = false;
            protected void btnDisplay_Click(object sender, EventArgs e)
                SPWeb web = SPContext.Current.Web;
                SPList list = web.Lists["UserInformation"];
                SPQuery query = new SPQuery ();           
                query.Query = "<Where><Eq><FieldRef Name='Hyperlink' Type='URL' /><Value>http://nyc01d1sptmp01:8080/diligent/wiki/cft/Pages/home.aspx</Value></Eq></Where>";
                DataGrid grdList = new DataGrid();
                SPListItemCollection items = list.GetItems(query);
                DataTable table;
                table = new DataTable();
                table.Columns.Add("Title", typeof(string));
                table.Columns.Add("Hyperlink", typeof(string));
           table.Columns.Add("Created by", typeof(string));
                DataRow row;
                foreach (SPListItem result in items)
                    row = table.Rows.Add();
                    row["Title"] = result.Title;
                    row["Hyperlink"] = result.Name;
           SPFieldUser userField = (SPFieldUser)result.Fields.GetField("Users");
                    SPFieldUserValue userFieldValue = (SPFieldUserValue)userField.GetFieldValue(result["Users"].ToString());
                    SPUser user = userFieldValue.User;
                    string name = user.LoginName;
           row["Created by"] = name;
                grdList.DataSource = table.DefaultView;
                grdList.DataBind();

  • Displays the time in a GUI using NGP

    how can I add a text box to a GUI that displays the current time?
    similar to what is displayed on a windows Start Bar
    I am new to java, creating my first GUI using the NGP version of the swing package

    EWWW :.... Formatted this time.. =)
    Oh, to answer the question:
    import javax.swing.Timer;
    import javax.swing.JLabel;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.util.Calendar;
    import java.text.DateFormat;
    * Time display label with auto update.
    * @author Derisor
    public class TimeLabel extends JLabel implements ActionListener {
      private Timer myTimer;
      private Calendar cal = Calendar.getInstance();
      private DateFormat df = DateFormat.getTimeInstance(DateFormat.LONG);
      public TimeLabel () {
         myTimer = new Timer(1000. this);
         myTimer.start();
      public voidActionPerformed(ActionEvent e) {
         if (e.getSource() == myTimer)
          this.setText(df.format(cal.getTime()));
    }

  • Is Guest VLAN configurable on the E-series WEB GUI yet

    I logged on this board 2 months ago inquiring the availability of the Guest VLAN feature on the WEB GUI of the E-series home router and the answer back then was no.
    I saw the Cisco Connect has been updated to work in synch with the WEB GUI and the new firmware has some minor bugs fixed on the Guest VLAN feature. My original:
    Is Guest VLAN feature now available to configure on the WEB GUI of the E-series home router?

    Are your talking about Guest VLAN or Guest WLAN?
    Guest WLAN Feature is only available in E4200.In E4200 Router you have an option to configure the Guest WLAN using the WEB Interface.

  • Display the report in web

    Hi,
    i installed 0anaysis_patteren when i run this url in web  http://176.0.0.87:8000/sap/bw/bex . iam not displaying any queries inorder to diplay the queries in the web what are the steps i need to follow .Highly appreciated to you any one reply on this issue.
    Regards
    Rk

    Hi,
    Any queries in the web means from WAD or normal BEx queries?
    If you are trying to execute BEx queries then go to->Query designer->open a query and select the option display in the web (Web button is available in the query designer menu toolbar).
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a569ae09411d2acb90000e829fbfe/frameset.htm
    If there is WAD or any other issue check with JAVA engine. Also if the link is related to portal, then chevk with the EP team.
    Hope this helps.....
    Rgs,
    Ravikanth

  • Why can't I display the full Firfox web page?

    I have unwittingly loaded several toolbars ie: ooVoo, mywebsearch etc which has altered my Firefox start up page and I cann't get the usual buttons - view - bookmarks etc. What can I do to get rid of these other toolbars.

    Firefox 3.6+ versions have a feature to allow the user to hide the Menu bar.
    Hit the '''Alt''' key to temporarily show the Menu bar, then open View > Toolbars and select Menu bar, so it has a check-mark. <br />
    Use that View > Toolbars item to un-check those other Toolbars to hide them. <br />
    The F10 can also be used on most PC's to temporarily reveal the Menu bar.
    https://support.mozilla.com/en-US/kb/Menu+bar+is+missing

  • Colors not displaying in WEB GUI

    Hi,
    In WEB GUI, I am unable to see the colors in my ALV Grid when the fields are in editable mode where as in SAP GUI am able to. There is no problem when the fields are in non-editable mode.
    Can you help me out to view the colors in my ALV Grid for the editable fields in WEB GUI?
    Thanks,
    Adithya M.

    You might be out of luck, because usually there are no specific settings for the WEB GUI. And one of the problems with WEB GUI is that it doesn't support all the functionality which is offered in your standard GUI. So it is possible that this is exactly one of the scenarios WEB GUI doesn't support. That is also the reason why not all SAP transaction work in WEB GUI. We had issues with parts of TEM transactions not working via WEB GUI.
    Michael

  • Is there any way to make Firefox 4 display the web sites originally pinned in each tab upon restart of Firefox instead of the last web site viewed before ending Firefox?

    After pinning a particular web site in each tab that I want to use in Firefox 4, the tabs work as expected for the initial session. However, after ending and later restarting Firefox 4, each tab starts with whatever page was displayed upon the previous close of Firefox. Upon restarting, I would like for Firefox to display the original pinned web page. Any suggestions?

    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled.npctrl.dll (Silverlight)
    dom.ipc.plugins.enabled.npqtplugin.dll (QuickTime)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)

  • Customize Local Layout in SAP R/3 Web GUI?

    We are using IC WebClient with a link to R/3 4.6c for order entry.  The users want to be able to have the same control in the R/3 Web GUI that they do in the native R/3 GUI (eg. automatic tabbing at end of field).  In native R/3, this is controlled via the 'Customize Local Layout' icon on the toolbar, but this icon does not exist in the Web GUI.  Does anyone know if this kind of control is available with the R/3 Web GUI?
    Thanks for your consideration.
    Kathleen McCullough

    Per OSS - "Differently from SAPGUI, Web UI is built in a navigator envinronment (Internet Explorer, Mozilla, Safari...). Thus the requested functionality depends on the browser, not on any SAP setting.
    To my knowledge, this feature is not available in Internet Explorer, butyou can always write a simple Java routine that does the job. I found an article that you can use to start your investigation. Please, check it here:
    http://articles.techrepublic.com.com/5100-10878_11-6069857.html "

  • Display Bex Query in Web

    Hi,
    I want to display the Bex query directly in web.What are the possible ways that i can do, for the user to view the report in the web.Can anyone tell me how to configure RRMX in this case or how to do the settings for user to navigate from user menu to the required BW report directly from the SAP work bench.?I have tried linking from User Menu where the java servlets blocking the navigation.? Do i need to follow any configuration for this too?
    Thank You,
    Edited by: sunanda G on Feb 28, 2011 9:59 AM

    Hi,
    There are multiple ways to display the query in Web:
    ->Web Analyzer: In the query designer you need to click on the web symbol it will take you to run the query in web in the explorer. For this your server need to be setup contact your basis team for the same.
    ->WAD: After creating a query, you can display the same using Web application designer. Here you need to check the Java Settings to be installed.
    ->EP: You can copy the link generated from the query can be copied and displayed in the Enterprise portal.
    There is a search option available in the SDN , you can search for more information regarding the same.
    Hope this helps...
    Rgs,
    Ravikanth

  • How to Display INR format in WEBI 4.X reports

    Hello All,
    I have a requirement to display the amount in WEBI report as INR format i.e 1,00,00,000.00.
    I tried to create a custom number format at report level as #,##,##,###.## , but is it not working.
    I tried custom display format at universe level as well (#,##,##,###.##) , but it is also not working.
    By default it is showing US format as 12,407,364.22.
    Please let me know do we have any work around for the same.
    Regards
    Prasad Ambati

    Hello Tanb,
    Thanks for your help.
    Now in other places also Tamil is Displaying. For example we have a object Fiscal Month which holds values Jan-2014,Jul-2014 etc... In this case also Jan and Jul are displaying in Tamil.
    Instead of Tamil ( India) can we use English ( India) to resolve this issue ?
    I am using " use the document Locale to format the data" . Is this option correct?
    Regards
    Prasad Ambati

  • Display the HCM Form in Webdynpro

    Hi all,
    I have a HCM processing form, which I need to display in the Web dynpro application through Interactive form UI element. To do this I am binding the Template ID (I am getting the template id from tcode - PHAP_CATALOG ) with the data source of the UI element.
    Now my query is, before displaying the form in Web dynpro application for first time, there are some pre-populated fields in the form (i.e. Employee name, Employee number). I need to populate the data in these pre-populated fields when form displays for first time.
    Do anyone have any idea on this requirement. Please suggest.
    Thanks
    Sanket sethi

    Hi Sanket sethi,
       if I'm getting it right, you have made one Dynamic Node from where you are opening Interactive Form. If this is the case, then check whether you have defined the layout as of Matrix Head Data. Like suggested in post --
      [Re: Dynamic context and tables]
    Or, to have a full wiki on this, you can check --
       [http://wiki.sdn.sap.com/wiki/display/WDABAP/dynamiclayoutmanipulationinWD+ABAP]
    Assuming that you have done all these steps correct, I'd suggest to check whether the navigation had been made properly or not. For that, you can have a look on this post --
       [Re: Webdynpro abap- navigation to context node]
    Thanks.
    Kumar Saurav.

  • Data view web part to display the most frequently accessed pages based on the user that is logged in

    I am working on a project in which I would like to display the top 5 most accessed pieces of content as links, based on the user that is logged in. Our MOSS 2007 implementation has subsites for all regions that we do business in, as an example North, South, East, and West. When a user visits the North region homepage, I would like a web part to display:
    Hello, <username>, here is a listing of your most accessed content:
    Link to One
    Link to Two
    Link to Three
    Link to Four
    Link to Five
    So each user would get a customized list based on their content access. We are not using my sites, but these would not work as we want the list to display on the home page of the region site.
    I am thinking that a data view may work here, but I am not sure. Any help is greatly appreciated.

    If you are running MOSS you may want to take a look at the Relevant Documents web part too.
    http://office.microsoft.com/en-us/sharepointserver/HA102410251033.aspx
    The Relevant Documents Web Part helps you create a personalized view of the documents that you create, check out, and change. In a large Document Center, the Web Part can save you time and effort by making files easier to find and use. The following figure shows the Web Part:

  • Open the workitem for display method

    Hi Guys,
    I have an issue with CRM BO BUS2000116.Actually we need to send an attachment to the workitem.so when the user executes the workitem.He/She will read the workitem text and the click on the attachment.The attachment should take into web ui page.
                But we are facing a peculiar issue.We have created a task with the display method(standard).So when the user executes the workitem its directly redirecting to the web ui page.but our requirement is to open the workitem.User will read the WI text and then he may click on the attachment.

    Hi- My understanding is, you need to show something to the user as workitem text and need to provide attachment. When clicking on the attachment, URL needs to open
    Have you tried to create a link in a method (before the approval task) using FM- "SAP_WAPI_ATTACHMENT_ADD" . If yes, then in the CRM worklist you will see this as an link under 'Attachments' (at bottom)
    You will be giving some workitem text in task description and this will be displayed at top.
    Let us know your output
    Vinoth

Maybe you are looking for

  • Guest LDOM disk access through multiple IO domains

    Hi All, I am working on a configuration, wherein the boot disk to the Guest LDOM is being provided through an image file hosted on a VxVM diskgroup (vmdg1). The configuration has another copy of the same image file being provided through another VxVM

  • Report to show APC value changes

    Is there a report which will show all the APC value changes for an asset. The asset acquisition/transactions report shows addition of new cost (new aquisition). The requirement is the changes to the cost, for instance adding additional cost to an ass

  • How to Manually Push the records in LBWQ to RSA 7

    Hello Guys, In my ECC Production box LBWQ has MCEX 02, MCEX 04,MCEX 11has got some entries and these are getting reflected in RSA 7. How do I get these to RSA 7 and BI production system subsequently. Thanks Vamsi

  • Macbook games

    Hi, I know the Macbook is not for games but somehow I was able to play Call of duty 2 so would Call of duty 4 Modern Warfare work at all?

  • PSE 5  program error + runtime error R6025

    I've had PSE 5 installed for abt a yr on Windows XP SP3 and was working fine till abt 3 weeks ago when it went buggy.  I get "could not complete your request because of a program error" even with simple tasks such as opening a file.  I also often get