Skip to Content
0
Apr 22, 2007 at 03:36 PM

UWL problem on a task

31 Views

Hi everyone,

I've been setting up the configuration of UWL to execute a workitem developed.

All works fine, and the SAP screen is called as it should, when the user press the task.

The problem starts when the user on the execution screen tries to Go Back to UWL task list. At that point appears some menus that i need to hide:

Information for Work Item Execution

Menu Back Cancel Ferrams.

Is it possible to not show this menus and get back to UWL task list?

Don't know if i explain me well, so here's some print screens:

Task List: 01" target="_blank">http://www.imagehosting.com/show.php/508666_01uwlTaskList.JPG.html">01 - UWL Task List

After Press 'Processar Pedido': 02" target="_blank">http://www.imagehosting.com/show.php/508667_02TaskExecution.JPG.html">02 - Task Execution

After press 'Voltar' (Go Back): 03" target="_blank">http://www.imagehosting.com/show.php/508668_03AfterGoBack.JPG.html">03 - After Go Back

What i would like is instead of getting the third screen, it would forward to the first print screen. Is it possible? If not, is it possible to appear a white screen instead of that menus?

Here's the UWL code:

<ItemType name="uwl.task.webflow.decision.TS99900878.SAP_R3_HumanResources" connector="WebFlowConnector" defaultView="defaultView" defaultAction="viewDetails" executionMode="pessimistic">
      <ItemTypeCriteria systemId="SAP_R3_HumanResources" externalType="TS99900878" connector="WebFlowConnector"/>
      <Actions>
        <Action name="ProcessarPedido" groupAction="no" handler="SAPTransactionLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
          <Properties>
            <Property name="GuiType" value="WebGui"/>
          </Properties>
          <Descriptions default="Processar Pedido"/>
        </Action>
      </Actions>
    </ItemType>

Portal Version: EP 6.0.2.40.0

Thanks in advance to any suggestion,

Luis Cruz