判断内表为空 判断一个内表是否为空: if itab is initial "为空 write: / "itab is empty ". endif. if itab is not initial "不为空 write: / "itab is not empty". endif.