<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:΢ÈíÑźÚ
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi Experts,<BR>
I followed UWL help (URL: <A href="http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d6/7bd981916f4c4aabd5231723efa8e8/frameset.htm">http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d6/7bd981916f4c4aabd5231723efa8e8/frameset.htm</A>) to configure FunctionModuleActionHandler, below is my XML configuration:<BR>
{code}&lt;Action name="approve" groupAction="yes" handler="FunctionModuleActionHandler" returnToDetailViewAllowed="yes" launchInNewWindow="no"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Properties&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Property name="WI_ID" value="${item.externalId}"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Property name="FunctionModule" value="ZDARCY_BT"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Properties&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Descriptions default="Approve"/&gt;<BR>&nbsp;&lt;/Action&gt;{code}<BR>
In function ZDARCY_BT I set RETURN_CODE =1 and fill the MESSAGE_LINES table with MSG_TYPE = 'E' record. But on UWL screen the message was warning message. Did I make a wrong configure or my function return data is incorrect? Many thanks!<BR><BR><BR>                                               </div></body>
</html>