<div dir="ltr">Hello,<div><br></div><div style>Use EQ '' 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"><<a href="mailto:rmaley@erpworkflow.com" target="_blank">rmaley@erpworkflow.com</a>></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>
> For some reason, I can't seem to get the below to work in the Tasks Description.<br>
> I want to check the table. If not initial, display all lines.<br>
><br>
> /: READ TABLE &ZNONVMIMRP_MSGS_2& INDEX 1.<br>
> /: IF &ZNONVMIMRP_MSGS_2& IS INITIAL.<br>
> * initial<br>
> /: ELSE.<br>
> * not initial<br>
> /: ENDIF.<br>
><br>
> Displays "intialnot initial".<br>
> Required: When not initial, display text between IF/ENDIF and all lines. &ZNONVMIMRP_MSGS_2##&.<br>
> I can get all lines to display but the IF/ENDIF is not working.<br>
><br>
> Thanks,<br>
> Rick<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>
<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>