ABAP Screen table structure

  TYPES: BEGIN OF ty_sel_werks,
         sign     TYPE char1,       " I or E
         option   TYPE char2,       "EQ, NE ...
         low      TYPE werks_d,
         high     TYPE werks_d,
         END OF ty_sel_werks.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章