<div dir="ltr">Hello,<div><br></div><div style>Use EQ &#39;&#39; instead of IS INITIAL.</div><div style><br></div><div style>regards</div><div style>Rick</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Fri, Jun 7, 2013 at 9:32 PM, Ramki Maley <span dir="ltr">&lt;<a href="mailto:rmaley@erpworkflow.com" target="_blank">rmaley@erpworkflow.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hello Rick,<br>
<br>
Not sure about the read statement but you could do IF table[] is initial<br>
test. You must also remove the periods at the end of the IF / ELSE /<br>
ENDIF command lines.<br>
<br>
<br>
Cheers,<br>
Ramki.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 6/6/13 1:40 PM, Sample, Rick wrote:<br>
&gt; For some reason, I can&#39;t seem to get the below to work in the Tasks Description.<br>
&gt; I want to check the table. If not initial, display all lines.<br>
&gt;<br>
&gt; /:            READ TABLE &amp;ZNONVMIMRP_MSGS_2&amp; INDEX 1.<br>
&gt; /:            IF &amp;ZNONVMIMRP_MSGS_2&amp; IS INITIAL.<br>
&gt; *              initial<br>
&gt; /:            ELSE.<br>
&gt; *              not initial<br>
&gt; /:            ENDIF.<br>
&gt;<br>
&gt; Displays &quot;intialnot initial&quot;.<br>
&gt; Required: When not initial, display text between IF/ENDIF and all lines. &amp;ZNONVMIMRP_MSGS_2##&amp;.<br>
&gt; I can get all lines to display but the        IF/ENDIF is not working.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Rick<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; SAP-WUG mailing list<br>
&gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>
&gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>
<br>
_______________________________________________<br>
SAP-WUG mailing list<br>
<a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>
</div></div></blockquote></div><br></div>