<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Hello All,<br><br>I have a mail step embedded in an activity task. Inside the message body i have a variable of type char01 and i want to check if it's initial. I switched to the SAPscript editor and entered /: in front of the IF condition. It always take the else part and not the initial one even though the variable is initial. I've tried many different things like: <br>if var = ' '.<br>if var EQ ' '.<br>if var = SPACE.<br>IF var EQ SPACE.<br><br>None of those worked and it always take the else part. Also, i couldn't use IS INITIAL as it threw an error when i did that. I want to check if it doesn't have a value and not if it has a value.<br><br>Any idea how would i check if the variable is initial inside the message body?<br><br>Thanks a lot for the help.<br>Ali<br><br>                                               </body>
</html>