Hi all,
I have to display text in footer window only when the condition is true, How can I get it ?
I have to display some terms and condition only when the
perticular material number ends with the letter "RF".
We are having some records ending with "RF", Now how to give condition as to display those terms and condition only
when the material number ends with "RF".
I tried by writing code in Footer window in this way:
IF &mara-matnr& LIKE '%RF'.
INCLUDE sd_terms OBJECT TEXT ID ST
ENDIF.
Will this works out ???