zl程序教程

您现在的位置是:首页 >  其他

当前栏目

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

SAP 如何 介绍 系列 生成 Table ABAP null
2023-09-14 09:02:51 时间

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

  1. 创建一个新的database table:
    [外链图片转存失败(img-POrfREjo-1562208997884)(https://user-images.githubusercontent.com/5669954/27259148-6f261912-540c-11e7-82a9-cfd7f73870d1.png)]
  2. 插入两条数据:
    clipboard2
  3. 插入一个include structure, initial value未勾上:
    [外链图片转存失败(img-MeUpEth4-1562208997886)(https://user-images.githubusercontent.com/5669954/27259149-6f28f1c8-540c-11e7-9f5c-27bda0b00331.png)]
  4. 测试:
    [外链图片转存失败(img-ClgfWRKs-1562208997888)(https://user-images.githubusercontent.com/5669954/27259150-6f29cb8e-540c-11e7-9a5c-271b165040c1.png)]
    执行结果:

clipboard5
clipboard6