Screen scraping in Portal

I have a requirement to screenscrape various different HTML and ASP sites and display
them as a portlet. What is the best way to do this?
I tried frames, but then I lose the header and navigation. I tried wl:include
and that does not seem to work.
Thanks in advance
MG

Hi Mike,
Please take a look at Kapow:
http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/third/kapow/
Regards,
--alex
"Mike Greigo" <[email protected]> wrote:
>
I have a requirement to screenscrape various different HTML and ASP sites
and display
them as a portlet. What is the best way to do this?
I tried frames, but then I lose the header and navigation. I tried wl:include
and that does not seem to work.
Thanks in advance
MG

Similar Messages

  • Screen scraping and IPC

    Hi there,
    We have a mainframe emulator which is implemented as a webapp. This webapp gets some data from mainframe say reservation #.
    I tried creating a browser portlet for the webapp (mainframe app).
    Now, there are 4 other JPF portlets which listen to the above webapp or browser portlet for reservation # . I' guess there is no way to share the data between browser portlet and other portlets. (Plz correct me if I'm wrong).
    My question is:
    1. Is there any way I can pass the data retrieved from external webapp into my portal framework i.e to other portlets
    2. Will Screen scraping or streaming web page content help in this scenario.
    Plz share your thoughts. Appreciate any help.
    Thanks,
    Sid

    Sid,
    It is possible, but you need to 'suck' the data from the mainframe app
    into a JSP-portlet. You can do this in the backing context of the
    JSP-portlet.
    import javax.servlet.http.HttpSession;
    import javax.servlet.http.HttpServletRequest;
    import org.apache.beehive.netui.pageflow.PageFlowController;
    import org.apache.beehive.netui.pageflow.annotations.Jpf;
    import org.apache.beehive.netui.pageflow.Forward;
    import org.apache.beehive.netui.pageflow.scoping.ScopedServletUtils;
    @Jpf.Controller(simpleActions = { @Jpf.SimpleAction(name = "begin", path
    = "retrieveParams.do") })
    public class PfIpcTestController extends PageFlowController {
         private static final long serialVersionUID = 1961633610L;
         @Jpf.Action(forwards = { @Jpf.Forward(name = "success", path =
    "displayParams.jsp") })
         public Forward retrieveParams() {
              HttpServletRequest request =
    ScopedServletUtils.getOuterRequest(getRequest());
              String cloneMessage = request.getParameter("_cloneMessage");
              CloneMessage msg = new CloneMessage();
              if( cloneMessage != null )
                   System.out.println("Inside retrieveParams: cloneMessage="+cloneMessage);
                   msg.setTheMessage(cloneMessage);
              else
                   msg.setTheMessage("No clone message received as URL parameter");
              Forward forward = new Forward("success");
                   // Adding the message as an output form isn't strictly
                   // required but is handy if another application (or this
                   // pf) wants to register a handler on this action and
                   // get this payload
              forward.addOutputForm(msg);
              forward.addActionOutput("_cloneMessage", msg);
              return forward;
         * Callback that is invoked when this controller instance is created.
         @Override
         protected void onCreate() {
         * Callback that is invoked when this controller instance is destroyed.
         @Override
         protected void onDestroy(HttpSession session) {
         @Jpf.FormBean
         public static class CloneMessage implements java.io.Serializable {
              private static final long serialVersionUID = 838010769L;
              private String theMessage;
              public String getTheMessage() {
                   return theMessage;
              public void setTheMessage(String theMessage) {
                   this.theMessage = theMessage;
    This way you clone the content of the original page, and bring it in the
    context of the WLP. Now you can create IPC. The only thing you need to
    do is to post the user clicks back to the backing file which the submits
    the correct values to the mainframe app.
    Best Regards,
    Frank van den Nieuwboer
    Hi there,
    We have a mainframe emulator which is implemented as a webapp. This webapp gets some data from mainframe say reservation #.
    I tried creating a browser portlet for the webapp (mainframe app).
    Now, there are 4 other JPF portlets which listen to the above webapp or browser portlet for reservation # . I' guess there is no way to share the data between browser portlet and other portlets. (Plz correct me if I'm wrong).
    My question is:
    1. Is there any way I can pass the data retrieved from external webapp into my portal framework i.e to other portlets
    2. Will Screen scraping or streaming web page content help in this scenario.
    Plz share your thoughts. Appreciate any help.
    Thanks,
    Sid

  • Screen Scraping in Java

    Anybody help me on java screen scrapping.

    Svk wrote:
    I am asking the best way to screen Scrapping in java !!If you want to scrap your screen, take it to an electronics recycling.
    If you want to do screen scraping, you could provide some more detail about what you actually are trying to accomplish. Note: exclamation points aren't details.
    I'll bet what you want to do isn't even screen scraping. It's becoming increasingly rare these days.

  • RE: (forte-users) Screen Scraping

    I think they changed their name since Conextions at least 2 times. Try this
    web site:
    http://www.wrq.com/products/apptrieve/
    noro
    -----Original Message-----
    From: Denver Jobs [mailto:fortejobsindenveryahoo.com]
    Sent: Monday, November 13, 2000 8:31 AM
    To: forte-userslists.xpedior.com
    Subject: Re: (forte-users) Screen Scraping
    Michael,
    We use Conextions for screen scraping from the
    mainframe - and I believe that it is supported by
    Forte. I tried checking their website to see if they
    offered it for Unix, but their site was down.?
    Some others you may want to check with are Pixel
    Science Technology or FileFrameVX. I also saw an
    interesting article on Eclipse Host Integration
    Server, but it appears they've shut down and
    transferred their knowledge base to a company called
    eNucleus.
    --- Michael Strauss <mstraussmazda.com.au> wrote:
    Has anyone performed any screen scraping either
    directly from Forte
    (sockets) or via C wrapping? I would be very
    interested to hear some
    feedback and pointers. I want to scrape from my
    Unix server and provide the
    scraped data to my GUI client (Win).
    TIA
    Michael Strauss
    >
    >
    Mazda Australia takes every precaution to ensure
    email messages
    are virus free.
    For extra protection you should virus scan this
    message yourself.
    >
    For the archives, go to:
    http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To
    unsubscribe, send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com
    http://calendar.yahoo.com/
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    Hi Jean-Paul,
    As described in the Technote 10981 some Forte programs (Nodemanager and
    router) handle correct the high-file descriptor-use problem. It is possible
    that Forte interpreter do it correct too.
    Zenon
    -----Original Message-----
    From: Jean-Paul Gabrielli [SMTP:Jean-Paul.Gabriellisema.fr]
    Sent: Monday, September 25, 2000 12:11 PM
    To: Adamek, Zenon
    Cc: Forte-userslists.xpedior.com
    Subject: RE: (forte-users) [UNIX] "Too many open files" 3.0.M2
    question
    Actually, the stuff works in interpreted mode.
    It's only when having the server partition compiled that this happen.
    j-p
    -----Message d'origine-----
    De: Adamek, Zenon [mailto:ZAdamekpurolator.com]
    Date: lundi 25 septembre 2000 17:13
    &Agrave;: 'Jean-Paul.Gabriellisema.fr'
    Cc: Forte-userslists.xpedior.com
    Objet: RE: (forte-users) [UNIX] "Too many open files" 3.0.M2 question
    see Technote 10981
    -----Original Message-----
    From: Jean-Paul Gabrielli [SMTP:Jean-Paul.Gabriellisema.fr]
    Sent: Monday, September 25, 2000 11:02 AM
    To: zeForte-users
    Subject: (forte-users) [UNIX] "Too many open files" 3.0.M2 question
    Hi,
    running a server partition that reads a configuration file,
    and apparently doen't close it after, I have that exception:
    SYSTEM ERROR: System Error: Too many open files, opening '....'with mode
    'r'
    Class: qqos_FileResourceException
    1) Is there such a limit, or does this rely only on the OS one ?
    2) How is this error not trapped, as I only got itinteractively, whereas
    my server log does a exception trap/segmentation fault,
    thanlks
    j-p
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe,send in a new
    email the word: 'Unsubscribe' to:
    forte-users-requestlists.xpedior.com
    >
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Business package to expose the workflow screens on the portal

    Hi All,
    Is there any Business Package available in SAP to expose the Work Flow screens on the Portal. If yes, please let me know where it is located and how to use it in the Portal Application.
    Thanks in Advance.
    Regs/Venkat

    Hi Martin,
    I am thankful for your prompt response. After pressing the "Re-register" button, i get the status as follows:
    Item type registration was successful for the following systems:
    - E01 (WebFlowConnector).
    Still there are no entries. I am pasting below the xml file for uwl.webflow.E01 as follows.
    ******************************File Starts*************
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd' [
      ]>
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.task.webflow.TS01000096.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000096" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS01000060"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS01000097.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000097" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS01000060"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS01000100.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000100" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS01000060"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS01000159.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000159" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS01000109"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS01200264.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01200264" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="TS_WS01200170H"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS01200285.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01200285" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS01000060"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS12300097.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12300097" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="LeaveRequestApprover"/>
                <Property name="WebDynproDeployableObject" value="com.sap.xss.hr.lea.appl"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS12300104.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12300104" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="LeaveRequestAdmin"/>
                <Property name="WebDynproDeployableObject" value="sap.com/ess~lea"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS12300116.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12300116" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="com.sap.xss.hr.lea.appl"/>
                <Property name="WebDynproDeployableObject" value="LeaveRequest"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS12400026.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12400026" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS04200009"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS12400028.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12400028" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS12400005"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS17900019.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS17900019" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS17900049.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS17900049" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="EditFormApp"/>
                <Property name="WebDynproDeployableObject" value="com.sap/paasrformstep"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS20000193.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000193" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS20000081"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS20000194.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000194" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS20000081"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS20000195.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000195" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="WS20000081"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS20000256.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000256" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="TS_TS20000256H"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS20000459.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000459" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="CatManagerApprove"/>
                <Property name="WebDynproDeployableObject" value="sap.com/msscatapproval"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS20000460.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000460" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="CatManagerApprove"/>
                <Property name="WebDynproDeployableObject" value="sap.com/msscatapproval"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS20000780.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000780" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="TS_TS20000780H"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS21300098.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS21300098" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="IsrFormApprove"/>
                <Property name="WebDynproDeployableObject" value="sap.com/pcui_gp~isr"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS31000004.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS31000004" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="CatManagerApprove"/>
                <Property name="WebDynproDeployableObject" value="sap.com/msscatapproval"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS31000006.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS31000006" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="CatManagerApprove"/>
                <Property name="WebDynproDeployableObject" value="sap.com/msscatapproval"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS31000007.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS31000007" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="CatManagerApprove"/>
                <Property name="WebDynproDeployableObject" value="sap.com/msscatapproval"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS40007901.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS40007901" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="CatManagerApprove"/>
                <Property name="WebDynproDeployableObject" value="sap.com/msscatapproval"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS50000075.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS50000075" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="WebDynproApplication" value="IsrFormApprove"/>
                <Property name="WebDynproDeployableObject" value="sap.com/pcui_gp~isr"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS51807978.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS51807978" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS51807979.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS51807979" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS66700007.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS66700007" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS66700008.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS66700008" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS66700009.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS66700009" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value=""/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS66700010.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS66700010" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS66700011.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS66700011" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS66700012.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS66700012" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS66700013.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS66700013" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS66700014.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS66700014" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS70008371.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchSAPAction" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS70008371" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchSAPAction" groupAction="" handler="SAPIACLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="display_order_priority" value="5"/>
                <Property name="IAC" value="TS_TS70008371H"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS77000298.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS77000298" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS77000299.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS77000299" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value="://:"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS77000300.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS77000300" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value=""/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.TS77000301.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWSHanlder" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS77000301" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWSHanlder" groupAction="" handler="XhandlerLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Properties>
                <Property name="webservice_url" value=""/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS00008267.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS00008267" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS00300025.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS00300025" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS00300032.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS00300032" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS00300034.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS00300034" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS00300052.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS00300052" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS00408018.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS00408018" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS00408022.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS00408022" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000012.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000012" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000028.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000028" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000038.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000038" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000043.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000043" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000053.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000053" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000055.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000055" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000056.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000056" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000065.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000065" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000068.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000068" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000090.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000090" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000098.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000098" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000124.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000124" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000125.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000125" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000134.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000134" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000147.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000147" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000169.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000169" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01000187.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01000187" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01200259.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01200259" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01200266.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01200266" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01200268.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01200268" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01200281.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01200281" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01200283.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01200283" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01200286.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01200286" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS01200288.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS01200288" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS03100002.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS03100002" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS03100038.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS03100038" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS03100050.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS03100050" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS03100051.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS03100051" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS03100052.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS03100052" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS04200010.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS04200010" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS11200086.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS11200086" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS11200098.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS11200098" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS11200113.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS11200113" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS11200114.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS11200114" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS11200121.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS11200121" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS11200124.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS11200124" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12000012.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12000012" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12000017.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12000017" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12000025.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12000025" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12000026.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12000026" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12300025.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12300025" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12300029.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12300029" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12300042.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12300042" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12300062.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12300062" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12400022.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12400022" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12500002.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12500002" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12500019.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12500019" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12500044.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12500044" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS12500049.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS12500049" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS16600005.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS16600005" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS17900001.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS17900001" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS17900052.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS17900052" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000118.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000118" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000121.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000121" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000131.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000131" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000135.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000135" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000188.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000188" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000225.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000225" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000346.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000346" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000347.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000347" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000357.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000357" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000372.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000372" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000373.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000373" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000391.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000391" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000569.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000569" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000674.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000674" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000719.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000719" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000822.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000822" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000823.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000823" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000864.E01" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="viewDetail" executionMode="default">
          <ItemTypeCriteria systemId="E01" externalType="TS20000864" connector="WebFlowConnector"/>
        </ItemType>
        <ItemType name="uwl.task.webflow.decision.TS20000865.E01" connector=

  • Can we have two different logon screen for the Portal

    Can we have two different logon screens for the Portal?
    We should split the Logon application in two different applications:
    Login # 1
    should be read a DataSource.XML reading the Active Directory (Microsoft), to read-only the profiles from the AD, and block some IP address range.
    Login # 2
    should be read a DataSource.XML reading the Portal user only
    Is this possible?

    Hello Developer,
    Did you find an answer to this problem. I also have a similar issue at hand and am wondering if anybody has a solution for this.
    Thanks, Akhilesh

  • Consumption of data model created using Screen Scraping

    Dear All,
    I have created a GW Data Model for recording a standard SAP transaction and subsequently created its GW Consumption Model in SAP Netweaver Gateway.This will return a REST service.This REST service supports 'CRUD'
    (CREATE,READ,UPDATE.DELETE) operations as per the documentation .While using this REST service I am facing two
    problems.
    Case 1:
    I created a GW Comsumption Model by recording transaction 'TZ60' for READ operation,created QUERY operation
    and 'TZ90' for UPDATE operation. I can use the READ operation successfully in Dot Net Application but how can I use
    the UPDATE operation in Dot Net Application ?
    Case 2:
    Can wev create Screen Scraping Data Model for complex transactions involving Multiple Screens/Tabstrips and ALVs.
    Please reply to this thread as soon as possible.Thankyou.

    hi Chris
    Before you might want to start refactoring a copy of what you already have, you could consider this ...
    "Fear for renaming (refactoring) ADF BC objects in JDeveloper 10.1.3.3 is not unfounded by Frank Houweling"
    http://technology.amis.nl/blog/?p=2859
    success
    Jan Vervecken

  • Can OIM do Screen Scraping?

    Does OIM has Screen Scraping ability ? Or how do we achieve the Screen scraping using OIM ?
    Screen scraping will be dynamic in nature, in the sense that we will have different screens for different users, based on their entitlements.
    The use case is to read the screen first and analyze, then feed the screens based on the provisioning request.
    Any suggestions on this can be extremely useful to us.
    Thanks.
    Edited by: user5512723 on Mar 18, 2010 12:21 AM

    If I understand ur question correctly then u want to show different pages to different users based on groups/roles etc.
    But this can't be possible w/o UI Customization. You have to lots of UI Customization or your custom web application.
    In OIM you can give different menu items based o their group etc to perform different operations.

  • Screen scraping mainframe terminal emulator/web page

    Hi,
    Is it possible to screen scrap the contents of mainframe Terminal emulator.
    I have a 3270 Terminal emulator. What is the best way to read the content of this terminal emulator.
    I'm aware that we can screen scrape static or dynamic web pages. But, is it possible to screen a
    terminal emulator. I have no clue reg this. Plz help.

    Thanks for your response DrClap!!
    But you would have to be working with a published interface, as I was. Does >>your 3270 emulator have a published interface that allows access to the >>screen display?We are using Bluezone terminal emulator (from seagull software). This Bluezone uses an ActiveX control or Java applet to download a Win32 emulation application.
    Given this scenario, plz let me know how do I screen scrap the contents of this terminal emulator and pass the screen scraped content to another java program.
    Plz help so that I go in the right direction.
    (For screen scraping web pages: I was using JTidy and XQuery. But, for this terminal emulator, how do i read the request url. I'm a beginner, so excuse me if I'm completely wrong with this approach).
    Thanks,
    Sid

  • Change Login Screen of the Portal

    Hi All,
    is there a way to change the appearance of the login screen of the portal (change the image etc..)
    Thanks, Johannes

    I have worked through these documents, too. However, I am facing issues deploying the PAR file to the server. Can you explain how that works?
    I have tried it using Export -> PAR file -> Deploy but I keep receiving the error:
    Operation failed: Please make sure the server 'SERVERNAME' is running or check the log (sap-plugin.log) for more detail
    The server is up and running...
    Any ideas?
    Thanks, Johannes

  • EDIT button not visible in Display Shopping Cart  screen in SRM portal

    Hello everyone,
    I am facing one strange problem in SRM portal.
    When i create a new shopping cart ON BEHALF of someone then after SAVING the shopping cart the EDIT button disappears from the screen.
    But if i create a shopping cart for  myself only then the EDIT button appears properly.
    My system is  SRM 7.0 .
    Please if anyone has solution to this kindly reply

    Found a note for this issue. The note is 1444219

  • Blank screens in ESS portal

    Hi All,
    We have implemented ESS/MSS. The screen were coming fine, but suddenly we are facing an issue. When I we login to the portal and click on Working Time--> Leave request or
    Employee Search --> Who's who or Change own data, Nothing is appearing on the screen. It shows done and the standard screen is not seen (which was actually working fine before). Please can anyone suggest me what could be done to get them. Even when i try to preview the iView from the Portal content even then nothing appears.
    Regards,
    Sai Sharan

    SaiSharan,
    make sure all the jco connections are working or not.
    check whether permissions on the ESS folder have been changed or not.
    check whether you are accessing the portal using FQDN or not
    run st01,st05 traces and check any authorisations issues
    check st22 to see any errors
    Thanks
    Bala Duvvuri

  • How can I modify the logon screen on the portal

    Hi,
    We have designed some BI queries, when we open Query Designer and execute them (CTRL + R) an Internet Explorer open and ask us to log on this BI Portal.
    On this Portal login screen, I can only provide my user name and password.
    We would like the user to be able to select the language and to change is password.
    How can we enable those changes ?
    Thanks,
    Hugo

    Although in iSQL*Plus 9.0.1 you can't modify the default
    login HTML, you can create your own static HTML "login"
    page. Just make sure the correct login credential
    parameters are passed to the iSQL*Plus URL. Your users will
    have to call your new static page instead of the default
    iSQL*Plus login page.
    Copy the HTML from the default login page and change the
    FORM ACTION to include the host and port:
    <FORM ACTION="http://host.port/isqlplus" METHOD="post">
    and change the "Connection Identifier" field to a drop down
    list of the connection identifiers you want:
    <TD CLASS="label">Connection Identifier:</TD>
    <TD>
    <SELECT NAME="sid">
    <OPTION SELECTED>SID1</OPTION>
    <OPTION>SID2</OPTION>
    <OPTION>SID3</OPTION>
    </SELECT>
    </TD>
    Add your own logo, joke of the day, and put it in
    production....
    iSQL*Plus 9iR2 has an option for a drop down list of connect
    identifiers to be configured in the default login screen.
    This allows sys admins to restrict the DB servers that can
    be accessed. No other connect identifiers can be used, even
    from CONNECT commands in scripts.
    On the OTN home page there seems to be an "early access"
    link for down loading the 9i Database R2.
    -- CJ

  • ESS 50.4. (ITS) problem... Initial R/3 screen displayed in portal

    Hi guys!
    I have installed ESS 50.4., connection to backend is wothout any problems. But, when I click to any item from ESS, the initial screen of R/3 is displayed in the portal.
    When I point the cursor over any item from ESS items, the url in the browser's status bar is always the same!
    It is worng for sure, but where is the problem?
    Wrong installation of ESS, or what??
    Thanx for answers! Points are guaranteed!!!
    Peter

    <i>Hi Volker,</i>
    When Iam clicking any iViews in ESS through EP it is displaying me the SAP R/3 Initial Screen instead of it has to display the T-Code screen (Ex:- Leave Request Form screen).
    I have done User Mapping to access to SAP R/3 System through EP. In this case it is not displaying the Login page to access the R/3 System.
    I have already created the "SAP_R3_HumanResource" System and created the Alias for this System as "SAP_R3_HumanResources" and configured the ITS Connections as follows.
    ITS Description:- <b>DEVITS</b>
    ITS Host Name:- <b>SAPESS</b>
    ITS Path:- <b>:81/scripts/wgate</b>
    ITS Protocol:- <b>http</b>
    I tested the connection it is ok.
    If you need more details then please let me know.
    Thanks,
    Abdul Hadi.

  • IC screen colors from portal

    When the IC is launched from the EP 6.0 portal the IC screens are a
    white on blue background with CRM 4.0 SP09. (easier on the eye)
    ISSUE: Our CRM dev & Test system is upgraded to SP12 but the IC screens
    now show as white on white background which is not as pleasing to the
    eye.
    With both SP09 & SP12, lauching the IC from t-code SE80 CRM_IC would
    produce the white on white screens. But launching from the 6.0 portal
    would allow a white on blue screen.
    SP09
    - 6.0 portal = white on blue
    - launched from SE80 CRM_IC = white on white
    SP12
    - 6.0 portal = white on white
    - launched form SE80 CRM_IC = white on white.
    Anybody provide guidance on how to control the color.

    Per SAP
    Normally colours in the IC Web Client as well as in PC-UI and the portalshould be changed by changing the central SAP CSS files.
    We found that the portal is using different definition for styles than
    the web application server. A BSP application like the interaction
    center is automatically loading the style definitions of the portal
    if it is started from the portal. In case it is started without the
    portal it takes the style definitions of the web application server.
    That is the reason why it is different. Check SAP Note 919375.
    The class .sapTabWhl in controls_ie6.css has different definitions of
    background-color in CRM and EP.
    CRM:
    .sapTabWhl{background-color:#FFFFFF;}
    .sapTabContent
    EP:
    .sapTabWhl{background-color:#transparent}
    .sapTabContent{background-color:#transparent;z-index:50;font-family:
    Arial,Helvetica,sans-serif;font-size:0.7em;color:#000}

Maybe you are looking for