7.40 Range Oluşturma

APPEND VALUE ile range oluşturma.

  DATA: lr_ttype TYPE RANGE OF ppfttrigg-ttype.

  APPEND VALUE #( sign = `I` option = `EQ` low = lv_ppfdtt ) TO lr_ttype.