Skip to Content
0
Former Member
Apr 28, 2014 at 08:14 PM

PLD Do Not Print Line if field== 'N'

120 Views

This may have been asked before but I can't find an answer. New to SAP & PLD.

Working with PLD, I have a UDF field in table 'A/R Invoice - Rows' to indicate whether a line should be printed or not, 'U_PrintLine'. I am trying to get this within the Invoice form to be something like this:

If F_300 == 'N' Then

Do Not Print Line

Else Print Line

EndIf

What is the easiest way of incorporating this with a 'Repetitive Area' of a PLD form?

Thanks,