Task->Description Loop a multi-line table.

Ramki Maley rmaley at erpworkflow.com
Fri Jun 7 07:32:53 EDT 2013


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



More information about the SAP-WUG mailing list