Task->Description Loop a multi-line table.

Rick Bakker rbakker at gmail.com
Fri Jun 7 09:33:26 EDT 2013


Hello,

Use EQ '' instead of IS INITIAL.

regards
Rick


On Fri, Jun 7, 2013 at 9:32 PM, Ramki Maley <rmaley at erpworkflow.com> wrote:

> Hello Rick,
>
> Not sure about the read statement but you could do IF table[] is initial
> test. You must also remove the periods at the end of the IF / ELSE /
> ENDIF command lines.
>
>
> Cheers,
> Ramki.
>
>
> On 6/6/13 1:40 PM, Sample, Rick wrote:
> > For some reason, I can't seem to get the below to work in the Tasks
> Description.
> > I want to check the table. If not initial, display all lines.
> >
> > /:            READ TABLE &ZNONVMIMRP_MSGS_2& INDEX 1.
> > /:            IF &ZNONVMIMRP_MSGS_2& IS INITIAL.
> > *              initial
> > /:            ELSE.
> > *              not initial
> > /:            ENDIF.
> >
> > Displays "intialnot initial".
> > Required: When not initial, display text between IF/ENDIF and all lines.
> &ZNONVMIMRP_MSGS_2##&.
> > I can get all lines to display but the        IF/ENDIF is not working.
> >
> > Thanks,
> > Rick
> >
> > _______________________________________________
> > SAP-WUG mailing list
> > SAP-WUG at mit.edu
> > http://mailman.mit.edu/mailman/listinfo/sap-wug
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20130607/5e4dfea5/attachment.htm


More information about the SAP-WUG mailing list