判断内表为空
判断一个内表是否为空:
if itab is initial "为空
write: / "itab is empty ".
endif.
if itab is not initial "不为空
write: / "itab is not empty".
endif.
发布时间: 2012-07-01 13:15:00 作者: rapoo
判断内表为空
判断一个内表是否为空:
if itab is initial "为空
write: / "itab is empty ".
endif.
if itab is not initial "不为空
write: / "itab is not empty".
endif.