SAP ABAP实用技巧介绍系列之如何生成值为NULL的table row

152 阅读1分钟

Created by Jerry Wang, last modified on Jun 16, 2014

  1. 创建一个新的database table:
    [外链图片转存失败(img-POrfREjo-1562208997884)(user-images.githubusercontent.com/5669954/272…)]
  2. 插入两条数据:
    clipboard2
  3. 插入一个include structure, initial value未勾上:
    [外链图片转存失败(img-MeUpEth4-1562208997886)(user-images.githubusercontent.com/5669954/272…)]
  4. 测试:
    [外链图片转存失败(img-ClgfWRKs-1562208997888)(user-images.githubusercontent.com/5669954/272…)]
    执行结果:

clipboard5
clipboard6