UWL - launch SubstitutionManager

Hi!
We've implemented small changes regarding the look of the uwl. The "Refresh"-link is displayed on the right side.
But I don't get the "launchSubstitutionManager" displayed.
My XML-File is:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN'
'uwl_configuration.dtd' [
]>
<UWLConfiguration>
<Views>
<View name="DefaultView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task" columnOrder="isLaunched, subject, isEscalated, creatorId, createdDate, priority, attachmentCount, dueDate, status" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="no" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="new" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="no" actionPosition="bottom" referenceBundle="tasks">
      <DisplayAttributes>
        <DisplayAttribute name="priority" type="string" width="10" sortable="yes" format="default" referenceBundle="priority" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
          <Menu>
            <MenuItem name="Low" actionRef="priorityLow" referenceBundle="menu_priority_low"/>
            <MenuItem name="Normal" actionRef="priorityNormal" referenceBundle="menu_priority_normal"/>
            <MenuItem name="High" actionRef="priorityHigh" referenceBundle="menu_priority_high"/>
            <MenuItem name="VeryHigh" actionRef="priorityVeryHigh" referenceBundle="menu_priority_v_high"/>
          </Menu>
        </DisplayAttribute>
      </DisplayAttributes>
      <AllowedFilters>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="yes" referenceBundle="filter_display_all"/>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_new">
          <Expression name="status" value="NEW" comparator="Equals"/>
        </CompoundExpression>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_inprogress">
          <Expression name="status" value="INPROGRESS" comparator="Equals"/>
        </CompoundExpression>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_duetoday">
          <Expression name="dueDate" value="Today" comparator="Equals"/>
        </CompoundExpression>
        <CompoundExpression logicalOperation="AND" defaultViewFilter="no" referenceBundle="filter_overdue">
          <Expression name="dueDate" value="Today" comparator="LessThan"/>
        </CompoundExpression>
      </AllowedFilters>
      <Actions>
        <Action reference="refresh"/>
        <Action reference="launchSubstitutionManager"/>
      </Actions>
    </View>
</Views>
</UWLConfiguration>
Does anybody knows, what's the problem. The Tutorial "How to Configure the Universal WorkList" doesn't help for this problem.
Thanks for any hints!
Peter

You dont need to maintain or change any parameters for this iview: uwl-launch SAP Transaction iview
The transaction code that needs to be launched will be passed to this iview from your UWL task.
Please note that this iview - by default launches - SAP Gui for html. So, the corresponding transaction code in the backend should be accessible via ITS.
To put ITS aside for a moment and for quickly trouble shooting this issue, change the property "SAP Gui Type" to SAP GUI for windows for this iview and see if the transaction is launched correctly.
Also, check your UWL configuration for this task and make sure if it really needs to launch an SAP Transaction. If the configuration for your UWL item type is missing - by default - it tries to launch a SAP transaction.
- Shanti

Similar Messages

  • UWL launching SAPGUI for windows?

    Hi Expert,
       I am exploring whether i can direcly launch a "SAPGUI for windows" 's workflow task item from UWL.  I have a mixture of env with which one of workflow can only be executed on "SAPGUI for windows".
    If user click the task item in UWL of protal, can i launch the correpsonding work item task from "SAP Gui for Windows?" (i.e. lanching a thick SAPGUI for windows client and open the correpsonding item task, just like a short cut)

    Hi..
    You are accessing Tcode in browser, it means we have to use sap gui for html only not windows.
    The display is restricted only to a small of the IE screen
    Do you mean, tcode opens in minimize window mode? if yes, then in create_external_window method ,  try to maximize the window by default.
    Regards
    Srinivas

  • UWL - Launching default action in a DisplayAttribute

    Hi experts, any help is greatly appreciated
    The standard UWL column "Subject" is a link which launches the default action for any itemtype. How do we replicate that feature for our own custom attributes?
    When we use DisplayAttribute tag, the ActionRef only accomodates one action. This is problematic when the view has several itemtypes that share the same attribute name but have different default actions.

    Solved, sorry that was a stupid question =)

  • UWL launching WebDynpro - always launches Web GUI!?

    Hi,
    I have been trying all day to get Universal Worklist to launch a task as a WebDynpro app rather than the default WebGUI. I have followed all the docs and help given here, and I'm just trying to launch a simple "Hello World" WDP app at first to prove the concept. I have registered the work item types in UWL config, and edited the entry for the task type I am interested in. I have cleared the cache, rebooted J2EE, everything - but no luck.  I am running NW04 SP12.
    Anyone have any ideas?
    Thanks,
    Darren

    Hi
      Just refer this nice documentation. Dont know if you have seen it already. But you just have to follow the documentation in the link given below and you will have your application up and running.
    http://help.sap.com/saphelp_nw04/helpdata/en/66/f8d29fcdff400b86cc51c1fba459c1/frameset.htm
    In this link just search for SAPWebDynproLauncher. You have all the things that you need to do in order to launch a Webdynpro.
    <b>Note : Everything is associated with a Task TS<9000005>. You could have lot of workitems under a particular task.
    So in the XML
    If under TASK TS900005 you have mentioned launch type as WebDynpro then all workitems under this task will launch WebDynpro app that you mentioned.
    But if some workitem is under task TS900006 and you try to expect WebDynpro app to launch, it will not as you have not specified so in the XML file.</b>
    I guess this is your problem incase u have all information from the documents of UWL.
    regards
    ravi

  • UWL Launch Task - MSS PCR scenario with JSP technology

    Dear all,
    I am trying to set up PCR's with approval tasks. After sending the request a task has been created for the manager for approval (listed in UWL).
    If the manager clicks on the task, the page crashes. I know I can define it with the SWFVISU transaction, but I don't know what to fill in.
    Since it is JSP technology, I assume the view type is iVIEW. For an iView there are two parameters to pass, the ID and the CONFIRM parameter. For the ID I have used: com.sap.pct.hcm.isrdispatcher.default.
    Do you know if we need to set it up as an iVIEW type? If yes, what exactly do we need to fill in for ID and CONFIRM?
    Kind regards,
    Noel

    Hi Noel,
    I responded to this post in the ERP2004 integration forum:
    https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&content=https://SAP NetWeaver Technical Integration with ERP
    Hope my response helps,
    Jeremiah

  • Close Button for Web Dynpro in an iView launched from UWL

    Hi All, this sounds like such a simple thing but its really got me thinking.
    Have a web dynpro application launching form the UWL into an iView (using the IViewLauncher, I'm using this so I can change some visual effects of the application with the iView).  The application is the LeaveApprover application.
    Need a close button on the confirmation screen.  Have tried the following code called from a Close button:
         try {
              String url  = WDURLGenerator.getWebResourceURL(wdComponentAPI.getDeployableObjectPart(),"closepage.html");
              TaskBinder.getCurrentTask().getClient().sendRedirect(url, 0);
         } catch (Exception e) {
              e.printStackTrace();
    The closepage >>
    function closeWindow()
    {var currWindow = window.top;
    currWindow.opener = window.top;
    currWindow.close();
    onload run the closeWindow function
    This is a test file to close the window....
    This works if I use the standard UWL launch but DOES NOT WORK with the iViewLauncher.
    Also tried creating an exit plug in the interface view and calling it from my close button, but no luck with either.
    Please help.  Thanks Brian
    Edited by: Brian Carter on Dec 8, 2009 11:54 AM
    Edited by: Brian Carter on Dec 8, 2009 11:55 AM
    Edited by: Brian Carter on Dec 8, 2009 11:58 AM
    Edited by: Brian Carter on Dec 8, 2009 11:59 AM
    Edited by: Brian Carter on Dec 8, 2009 11:59 AM

    Hi Brian,
    we had a similar problem in the past. We wanted to call a normal Button placed on the WebDynpro View and the close script was saved in the km content in portal.
    We solved it with an own project in NWDS including the html Files.
    Follow the link and you find our solution. Hope it helps.
    Re: Portal navigation problem

  • Problem while launching Webdypro Application on click of a work item in UWL

    Hi All,
    I am trying to launch a webdynpro application by clicking one of the work items in UWL. But I am getting the error as "iview N/A".
    It is trying to use the UWL Launch Webdynpro iview(with the id com.sap.netweaver.bc.uwl.uwlLaunchWebdynpro)
    I searched for the above iview,I could see all the UWL related iviews at the following location(Portal content->Content Provided by SAP->End user content->Standard Portal users->iviews ->com.sap.netweaver.bc.uwl.uwliviews)
    I could find UWL Launch SAP BSP and UWL Launch SAP Transaction and few more,but could n't find UWL Launch Webdynpro iview.
    Can any one let me know wat do I need to do,to get that iview.
    I am working on EP6 & KMC SP19.
    Thanks for the help
    Regards,
    Santhosh

    Hi Santosh
    One thing is clear that you can see your task in the UWL, If your SWFVISU is entry is correct (especially the System Alias ), the only reason i can see is the XML is not imported properly.
    Login as administrator and navigate to
    System Administration->System Configuration->Universal Worklist & Workflow->
    Universal Worklist Administration
    Re-Register your System again.
    and click this link on the same page "Click to Administrate Item Types and View Definitions"
    There will be an XML imported, just check your Task Number is present and check
    the application, if exists should not be a problem.
    If you see the SAP Standard ESS workflows, all webdynpro applicaitons are directly called by specifying the webdynpro component name, not as an iView.
    I think you are using Portal iView to display your webdynpro, try to use the webdynpro applicaiton as it is.
    Regards
    Abhimanyu L

  • Issue in calling WebDynpro ABAP iView in UWL

    Hi,
    We have configured UWL to our ECC system successfully.
    In our UWL for a task TS90105432, when the users click on work item in their UWL Inbox, initially UWL launches a standard page in new window. On this page users can see a link u201CNote for Approval Processu201D, when they have to click on this link a web dynpro page needs to launch in new window. But when users click on Note for Approval Process link no action has been triggering / taken place and no error message.
    Actually we have created a web dynpro ABAP iView for the TS90105432 - Note for Approval Process in Portal.
    Through content admin we can see the preview of Note for Approval Process WDABAP iView. But the problem is not able to call this iView when the users click on Note for Approval Process in UWL.
    Shall we need to set any Visualization parameters in SWFVISU? Can you please share your iViews on how we can call this WDABAP iView in UWL
    Thanks
    Phani

    Hi,
    There are plenty of instructions & discussions about how to launch Web Dynpro ABAP applications from UWL. Just do some searching.
    For example you could start with this document:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6
    After you know the basics, you could ask help for specific steps or something that you don't understand.
    Regards,
    Karri

  • Attachement not opened in UWL for trip requuest approver in workflow:

    Hi All,
    Issue Description:
    Attachment not opening in UWL while send for approval of Travel Request but opening in ECC.
    Issue Object:
    BO: BUS2089 Method: Display
    Created a custom BO: ZBUS2089 and delegated to  standard BUS2089.
    Looked Solutions:
    SAP Note :
    568323 - Travel manager: Services for the object
    596584 - Travel manager - Services for the object II
    But not applicable for this version.
    Brief Description:
      An employee raising a travel request in his login while rising, he attaching the bill scanned copy in the travel request.
    Step: 1 Clicking Create New Travel Request
    By clicking Attachment Button Adding Attachment:
    Attaching a word document
    Trip is saved and send for approval:
    Travel Request for Approval is received in Work item:
    Opening the work item from UWL:
    Now by Clicking the Object and attachment  Employee Trip 0000000079 viewing trip Details
    Now opening the Attachment List:
    Attachment List is displayed:
    Selecting the line item and displaying the attachment by Pressing Display Button:
    Word  Document Not opening.
    But In ECC
    Attached word document is opened:
    Please Provide solution for the Problem.
    Please find the attached document for the Screenshots.

    I'm not sure this is similar to your problem but I had an issue once with opening word documents from the UWL and I think that the problem was that it was opened via ITS and ITS didn't not open word documents. try to set the links to open in winGUI and maybe than they will work.
    In the portal go to:
    Content Administration->Portal Content->Portal Users->Standard Portal Users->Universal Worklist->UWL - Launch SAP Transaction
    Under property category choose 'content - transaction' and set 'SAP GUI Type' to 'SAP GUI for Windows'.
    maybe it will help your problem as well.

  • Customizing of Universal Worklist (UWL) Preview

    Hello,
    i have to customize the UWL preview, that is shown in the portal for every work item below the list view.
    The customization shall be done only for the current project, so there are only a few worksteps involved that should use the customized preview.
    I already read the UWV configuration documentation, but i hav absolutely no clue how i can do the customization if it is possible at all.
    What i have to achieve:
    - remove Buttons from the workitem preview (e.g. forward)
    - remove attributes from the workitem preview (e.g. priority)
    - the configuration shall only be done for specific work items because other projects want to see the preview.
    Can you please help or point me to some documentation/ guide?

    have a look at these weblogs
    Customizing Default actions of items in UWL
    Customizing Default actions of items in UWL
    Launching WebDynpro from Universal Worklist
    Launching WebDynpro from Universal Worklist
    ALERTS
    Integrating Alerts into UWL - it's no problem!
    Integrating Alerts into UWL - it's no problem!
    Support for secondary methods in UWL!
    Support for secondary methods in UWL!
    Innovative ways to use alerts
    Innovative ways to use alerts
    Universal Worklist - when you only need a single tab
    Universal Worklist - when you only need a single tab
    Swathi
    Do offer points:-)

  • ITS cannot can transform %3D into = and canu00B4t get the Work Item ID

    Hi experts,
    We have an ECC 6.0 EHP3 with a EP 7 (Netweaver 2004s SP18). We use the UWL.
    The issue is when we try to open a taks in the UWL that launch a transaction in the ECC, it can´t open, show this error:
    Transaction SWK1+WI_ID=000000005 is unknown
    This is because in the parameter "DynamicParameter" it pass the value "wi_id%3D000000005004". It can´t resolve "%3D" and change it for "=" so lost the last 3 characteres, try to opens the WI_ID=000000005 instead the WI_ID=000000005004.
    The url is try to open is this:
    http://asvesap002.forcendm.es:50100/irj/servlet/prt/portal/prteventname/navigate/prtroot/pcd!3aportal_content!2fZDiseno!2fZDesktop!2fcom.sap.portal.defaultDesktop!2fframeworkPages!2fcom.sap.portal.frameworkpage!2fcom.sap.portal.innerpage!2fcom.sap.portal.contentarea?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fevery_user%2Fgeneral%2Fuwl%2Fcom.sap.netweaver.bc.uwl.uwlSapLaunch&System=Memorias&TCode=swk1&UseSPO1=false&AutoStart=true&DynamicParameter=wi_id%3D000000005004&CurrentWindowId=WID1248779358537&NavMode=1
    If i copy this url in a browser and chage %3D for = , DynamicParameter=wi_id=000000005004 , it works fine, open the workitem.
    Here is the code for the task in the uwl xml:
    In the iview "UWL - Launch SAP Transaction", com.sap.netweaver.bc.uwl.uwlSapLaunch, i put the "NO" value for the property "Transaction Supports Unicode Codepages" but the error is still throw.
    Any one can help me?
    Thanks in advance,
    Manuel

    Hello Manuel,
    Please see note 1360904.  Thanks.
    Edgar

  • ITS cannot can transform %3D into = and can´t get the Work Item ID

    Hi experts,
    We have an ECC 6.0 EHP3 with a EP 7 (Netweaver 2004s SP18). We use the UWL.
    The issue is when we try to open a taks in the UWL that launch a transaction in the ECC, it can´t open, show this error:
    Transaction SWK1+WI_ID=000000005 is unknown
    This is because in the parameter "DynamicParameter" it pass the value "wi_id%3D000000005004". It can´t resolve "%3D" and change it for "=" so lost the last 3 characteres, try to opens the WI_ID=000000005 instead the WI_ID=000000005004.
    The url is try to open is this:
    http://asvesap002.forcendm.es:50100/irj/servlet/prt/portal/prteventname/navigate/prtroot/pcd!3aportal_content!2fZDiseno!2fZDesktop!2fcom.sap.portal.defaultDesktop!2fframeworkPages!2fcom.sap.portal.frameworkpage!2fcom.sap.portal.innerpage!2fcom.sap.portal.contentarea?NavigationTarget=ROLES%3A%2F%2Fportal_content%2Fevery_user%2Fgeneral%2Fuwl%2Fcom.sap.netweaver.bc.uwl.uwlSapLaunch&System=Memorias&TCode=swk1&UseSPO1=false&AutoStart=true&DynamicParameter=wi_id%3D000000005004&CurrentWindowId=WID1248779358537&NavMode=1
    If i copy this url in a browser and chage %3D for = , DynamicParameter=wi_id=000000005004 , it works fine, open the workitem.
    Here is the code for the task in the uwl xml:
    In the iview "UWL - Launch SAP Transaction", com.sap.netweaver.bc.uwl.uwlSapLaunch, i put the "NO" value for the property "Transaction Supports Unicode Codepages" but the error is still throw.
    Any one can help me?
    Thanks in advance,
    Manuel

    The note 1360904 solves the issue.

  • SAP GUI for Windows

    I am trying to have SAP UWL Tasks open in the SAP GUI for Windows instead of the SAP GUI for HTML.  I have created new folders "Customization"->"Universal Worklist" and created delta linked copies of all the iViews found in "Portal Users"->"Standard Portal Users"->"Universal Worklist".
    Then I went to the System Administration->System Configuration->Universal Worklist & Workflow-> Universal Worklist-Administration->Optional Universal Worklist Service Configuration and changed the "Path to the UWL iViews to the pcd location of the new folder (portal_content/com.myl.custom/com.myl.uwl).
    Then I opened the UWL - Launch SAP Transaction iView (my delta linked copy) and changed the SAP GUI Type to "SAP GUI for Windows".
    I thought this was all I needed to do but when I open an SAP task from the UWL it opens the same as it did before - I see no difference at all.  Any help is appriciated and rewarded.
    Edited by: TA on Oct 1, 2008 6:03 PM
    I just noticed that the XML content for the configuration has the SAPIACLauncher as the handler instead of the SAPTransactionLauncher...
    So Now I have created a new configuration with each transaction is set similar to this:
    <ItemType name="uwl.task.webflow.TS20000194.RS4" connector="WebFlowConnector" defaultView="webflowView" defaultAction="launchSAPAction" executionMode="pessimistic">
          <ItemTypeCriteria systemId="RS4" externalType="TS20000194" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" userDecision="no" handler="SAPTransactionLauncher">
              <Properties>
              <Property name="GuiType" value="WinGUI"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    However - when I open an SAP task from the UWL it opens the same as it did before - I see no difference at all.  Any help is appriciated and rewarded.

    TA,
    try to clear cache under
    System Administration->System Configuration->Universal Worklist & Workflow-> Universal Worklist-Administration->Cache Administration Page
    Thanks
    Bala Duvvuri

  • SAP Press book on Universal Worklist

    Hi all,
    I have just started writing a book for SAP Press on the Universal Worklist, to pass along some of what I have learned when working with the portal these past 5 years or so (anyone else remember EP 4.5?)
    I've put up a blog entry at
    <a href="http://www.fortybeans.com/">http://www.fortybeans.com/</a> and if you click the <a href="http://fortybeans.wishconsultants.co.uk/item/2007/2/6/universal-worklist-book-for-sap-press">Read more</a> link you can see the proposed chapters and sections I will be writing.
    I'd really appreciate any feedback any of you can give me - I want to make this the best possible book of its kind, and the only way to do that is to find out what people want from the book and then to give it to them. Maybe this could be the first book from SAP Press with "Powered by SDN" on the cover?
    Let me know what you think,
    Darren

    First off....EP4.5?....yep...when it was a Top Tier product. I was working on Workplace 3.0 (bootcamp) at the time....one week later, SAP and Top Tier announce the joint formation of the company "SAP Enterprise Portals" with their flagship product EP 5.0. Ahhh those were the days. I really want to meet the person who came up with calling it "portal-S" because I spent countless time explaining why the product was "Enterprise Portal" and not "Enterprise Portals". That was only compounded once SAP bought Top Tier outright, brought EP5.0 back into SAP proper and folded the "SAP Enterprise Portals" company. Ugg....anyways...
    The book sounds great. I too have fought in the trenches and wrestled with the UWL. It is great when it is used strictly as intended and with the limitations it might have. Past that....let the fun begin!
    I read your rough outline. Some chapters/content I would really like to see....
    - some basic coverage on Workflow (what it is, how it works, etc).
    - some explaination of "webflow", how it got started and where it is today
    - how workflow correlates to what the user sees in the UWL
    - limitations of the UWL based on support package level ( this is a big one!!! trying to use attachments now...nope...can't until the next SP level unless we backport our own custom webdynpro...that's not fun to find out 2 months in! haha)
    - really good examples of customizing items to launch one way in the portal versus another way within the backend inbox (ie. uwl xml config vs. config in the backend) and show ways to launch various SAP apps (dialog in SAP GUI, ITS service, webdynpro, etc). from UWL items.
    - same as above but show how to launch NON-SAP apps (we have a situation now where we have a UWL item that launches a Flex application and passes an order number to it)
    - similar to the above two, what's possible to pass across from the UWL to whatever through the portal (like UWL to an iView and on to the underlying application)...figuring out how "DynamicParameters" works is new to lots of people who might not have web dev background and/or understand the construction/structure of a URL query string
    - some information along the lines of "UWL launched an item/action out to some app, but how does the workflow status get updated to that fact?" ie. what makes the round trip complete?
    - a really good BIG, real world example showing multi-system (CRM-to-ECC-to-APO-to-SRM-to- etc) workflow and how the UWL makes it all much easier and fluid (in theory...haha)
    That's just a few off the top of my head that seem to always be sooo much fun with the UWL.
    Good luck on the book! Looking forward to it already!

  • SAP GUI for HTML

    Hello Everyone,
    I have successfully implemented XSS on our portal. Also, UWL is configured and working correctly. However, upon trying to access SAP GUI for HTML through the UWL, I get an error. This is an example of an error:
    Transaction SWNWIEX+CURRENTWINDO is unknown
    This is when clicking the link of a PCR request in the tracking tab of the UWL. It opens SAP GUI for HTML in a new window using the UWL - Launch SAP Transaction iView.
    Does anyone have any idea why this happens?
    Regards,
    Motaz

    Hello Motaz,
    First of all, you are welcome to join the ITS/WEBGUI forum [here|Internet Transaction Server (ITS);.
    About your issue, I am not sure about the SAP_BASIS version of your system, but maybe SAP note 1360904 is the solution!
    At last, but not least, you may find [this Wiki article|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=22375] interesting.
    I hope this helps.
    Best regards,
    Cristiano

Maybe you are looking for

  • In Mail, is there any way to prevent the ampersand 20 symbol in downloaded attachments?

    Long title, but as it suggests, every time I download an attachment in Mail that has a space in the title, Mail puts in %20 to replace the space (ascii symbol for space).  I'd like to prevent this and have attachments stored under the name they are s

  • How can i record a song on the new version of garageband

    I just bought everything to record myself on the latest version of garageband. I can hear myself talking through the microphone and I can also hear my piano but when I press the red button "record" it doesn't record anything ! How can I do to make th

  • How to modify the length of a user profile property

    I need to increase the length of a custom user profile property, but the length looks disabled when I try to edit and modify. Is there any way i could modify this by powershell or some other work around where I can increase the lenght of the script?

  • BPM in red status in RWB--Very urgent

    Hi all, I did post installation for PI and its successfully working. In run time workbench everything in green status except the business process engine.It indicates red color.Is there any configuration should we need to do? Please tell if there is a

  • WebService Call Fails for Communication Users

    Hi I am calling a BAPI through web service in VB.NET windows application. The application works fine with Dialog users but when I use Communication User then it thows this message. The Request Failed with HTTP Status 401: Unauthorized Where as if i c