<br><font size=2 face="sans-serif">I certainly hope that it is not hardcoded.
Being new to Portal and UWL I am still struggling to figure out what's
happening behind the scene, ie., what's determining how the work item is
executed.</font>
<br>
<br><font size=2 face="sans-serif">I found an UWL Administration configuration
for EBP to launch MiniApp for those standard tasks delivered by SAP. But
I did not see configuration of the custom standard tasks we have created.
I will try to add the configuration for my custom task to launch
the same MiniApp and see if it works. I will post my finding here.
If anyone knows more on this topic please also help.</font>
<br>
<br><font size=2 face="sans-serif">Below shows the UWL configuration for
the standard task in XML format.</font>
<br>
<br><font size=2 face="sans-serif"> <ItemType name="uwl.task.webflow.TS10008069.EBP"
connector="WebFlowConnector" defaultView="webflowView"
defaultAction="launchSAPAction" executionMode="pessimistic"></font>
<br><font size=2 face="sans-serif"> <ItemTypeCriteria
systemId="EBP" externalType="TS10008069" connector="WebFlowConnector"/></font>
<br><font size=2 face="sans-serif"> <Actions></font>
<br><font size=2 face="sans-serif"> <Action
name="launchSAPAction" groupAction="no" handler="SAPMiniAppLauncher"
returnToDetailViewAllowed="yes" launchInNewWindow="no"></font>
<br><font size=2 face="sans-serif"> <Properties></font>
<br><font size=2 face="sans-serif">
<Property name="Template" value="TS_TS10008069H"/></font>
<br><font size=2 face="sans-serif">
<Property name="display_order_priority" value="5"/></font>
<br><font size=2 face="sans-serif"> </Properties></font>
<br><font size=2 face="sans-serif"> <Descriptions
default=""/></font>
<br><font size=2 face="sans-serif"> </Action></font>
<br><font size=2 face="sans-serif"> </Actions></font>
<br><font size=2 face="sans-serif"> </ItemType></font>
<br><font size=2 face="sans-serif">...........................................</font>
<br><font size=2 face="sans-serif"> <ItemType name="uwl.task.webflow.TS10008126.EBP"
connector="WebFlowConnector" defaultView="webflowView"
defaultAction="launchSAPAction" executionMode="pessimistic"></font>
<br><font size=2 face="sans-serif"> <ItemTypeCriteria
systemId="EBP" externalType="TS10008126" connector="WebFlowConnector"/></font>
<br><font size=2 face="sans-serif"> <Actions></font>
<br><font size=2 face="sans-serif"> <Action
name="launchSAPAction" groupAction="no" handler="SAPMiniAppLauncher"
returnToDetailViewAllowed="yes" launchInNewWindow="no"></font>
<br><font size=2 face="sans-serif"> <Properties></font>
<br><font size=2 face="sans-serif">
<Property name="Template" value="TS_TS10008069H"/></font>
<br><font size=2 face="sans-serif">
<Property name="display_order_priority" value="5"/></font>
<br><font size=2 face="sans-serif"> </Properties></font>
<br><font size=2 face="sans-serif"> <Descriptions
default=""/></font>
<br><font size=2 face="sans-serif"> </Action></font>
<br><font size=2 face="sans-serif"> </Actions></font>
<br><font size=2 face="sans-serif"> </ItemType></font>
<br><font size=2 face="sans-serif">...........................................</font>
<br>
<br><font size=2 face="sans-serif">Regards,<br>
Jiann-nan (Daniel) Che<br>
Interface Team<br>
317-651-3952<br>
</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Kjetil Kilhavn <kjetilk@statoil.com></b>
</font>
<br><font size=1 face="sans-serif">Sent by: sap-wug-bounces@mit.edu</font>
<p><font size=1 face="sans-serif">05/02/2005 12:36 AM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
"SAP Workflow Users' Group" <sap-wug@mit.edu></font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">"SAP Workflow Users' Group"
<sap-wug@mit.edu></font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: BBPSC07 not working with custom
task in UWL</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt><br>
I don't like even suggesting this since hard-coding is not a Good Thing<br>
(tm).<br>
<br>
One possibility is that somewhere in the code (method or web transaction)<br>
there is a check to see if it is the standard task that makes the call.<br>
Such a check could be hard-coded to TS10008069 - but that is not<br>
necessarily the case. It could also e.g. look up some configuration table<br>
to determine what to do based on the calling task.<br>
<br>
Good luck in your debugging/code study.<br>
--<br>
Kjetil Kilhavn<br>
<br>
<br>
<br>
<br>
<br>
<br>
Jiann-Nan
Che
<br>
<CHE_JIANN-NAN@
To: "SAP Workflow Users'
Group" <sap-wug@mit.edu>
<br>
Lilly.com>
cc: (bcc: Kjetil
Kilhavn)
<br>
Sent
by: Subject:
Re: BBPSC07 not working with custom task in UWL
<br>
sap-wug-bounces
<br>
@mit.edu
<br>
<br>
<br>
29.04.2005
<br>
17:56
<br>
Please
respond
<br>
to
"SAP
<br>
Workflow
Users'
<br>
Group"
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Hi Kjitel,<br>
<br>
Thanks for the comment. We copied the task to a custom task without<br>
changing anything. The method is still FORM-HTMLPROCEESS. The
web<br>
transaction is still BBPSC07. The container elements are also the
same.<br>
And it is also set as general task. We have compared our custom task
to<br>
TS10008069 inside out and there is no difference.<br>
<br>
We have managed to turn on the debug mode in the portal. Below are
some<br>
differences when executing the TS10008069 task and the custom task.<br>
<br>
For the standard task 10008069:<br>
- It's calling MiniApp TS_TS10008069H<br>
- The code link is com.sap.portal.appintegrator.sap.MiniApp<br>
- The iView name is UWL Launch Mini App<br>
<br>
For the custom task<br>
- It's calling transaction SWK1<br>
- The code link is com.sap.portal.appintegrator.sap.Transaction<br>
- The iView name is UWL Launch SAP Transaction<br>
<br>
Any one has any clue why they have these different behaviors?<br>
<br>
Regards,<br>
Jiann-nan (Daniel) Che<br>
Interface Team<br>
317-651-3952<br>
<br>
<br>
<br>
Kjetil Kilhavn
<br>
<kjetilk@statoil.com>
<br>
Sent by: sap-wug-bounces@mit.edu
To <br>
"SAP Workflow Users' Group" <br>
<sap-wug@mit.edu>
<br>
04/29/2005 02:23 AM
cc <br>
che_jiann-nan@lilly.com <br>
Subject <br>
Please respond to
Re: BBPSC07 not working with
<br>
"SAP Workflow Users' Group"
custom task in UWL
<br>
<sap-wug@mit.edu>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Not that I can help you, but you can be a bit more helpful to help<br>
yourself.<br>
For instance, you can tell everyone:<br>
* what changes you have made in your custom task<br>
* what you found out when you debugged the transaction<br>
--<br>
Kjetil Kilhavn<br>
<br>
<br>
<br>
<br>
Jiann-Nan
Che<br>
<br>
<CHE_JIANN-NAN@
To: "SAP Workflow Users'<br>
Group" <sap-wug@mit.edu><br>
Lilly.com>
cc: (bcc: Kjetil
Kilhavn)<br>
<br>
Sent by:
Subject:
BBPSC07 not working<br>
with custom task in UWL<br>
sap-wug-bounces<br>
<br>
@mit.edu<br>
<br>
<br>
<br>
28.04.2005<br>
<br>
18:04<br>
<br>
Please
respond<br>
<br>
to "SAP<br>
Workflow
Users'<br>
<br>
Group"<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Hi,<br>
<br>
We have implemented a custom task copied from the standard task TS10008069<br>
with the same web transaction BBPSC07 in an EBP 5.0 environment. When
the<br>
user clicks on the work item of the custom task in the UWL inbox<br>
(Enterprise Potal 6.0), an ugly BBPSC07 transaction screen is displayed
in<br>
SAPGUI format. No shopping cart data is displayed in the screen.
It works<br>
fine when user opens the work item of the standard task TS10008069 from
a<br>
shopping cart in the same UWL inbox.<br>
<br>
We are in a Potal 6.0, ITS 6.40, WebAS 6.40, and EBP 5.0 environment. Any<br>
help will be very appreciated.<br>
<br>
Regards,<br>
Daniel<br>
_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
<br>
<br>
<br>
<br>
-------------------------------------------------------------------<br>
The information contained in this message may be CONFIDENTIAL and is<br>
intended for the addressee only. Any unauthorised use, dissemination of
the<br>
information or copying of this message is prohibited. If you are not the<br>
addressee, please notify the sender immediately by return e-mail and delete<br>
this message.<br>
Thank you.<br>
<br>
_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
<br>
<br>
<br>
<br>
-------------------------------------------------------------------<br>
The information contained in this message may be CONFIDENTIAL and is<br>
intended for the addressee only. Any unauthorised use, dissemination of
the<br>
information or copying of this message is prohibited. If you are not the<br>
addressee, please notify the sender immediately by return e-mail and delete<br>
this message.<br>
Thank you.<br>
<br>
_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
</tt></font>
<br>