Dear All,
Can anyone advice how do i check if an invoice was printed in a SMARTFORM and to print a line of text if it was already printed?
I would like to print the text 'Repeated Printout' on my SD Billing Invoice. I developed the invoice as a smartform, not a sapscript.
I know that we have this NAST Table and field VSTAT.
I wrote in the smart form :
/: IF NAST-VSTAT EQ '1'.
REPEATED PRINTOUT
/: ENDIF
However, this does not work. Please advice. Thank you.
Best Regards,
Junwen