前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >ABAP check table的工作原理

ABAP check table的工作原理

作者头像
Jerry Wang
发布2020-07-03 10:25:17
5300
发布2020-07-03 10:25:17
举报

Created by Jerry Wang on Sep 29, 2016

Missing entry in check table will NOT hinder CRUD of host table. This is verified by example below: I have a host table whose field PROD_ID is linked by check table ZCHECK_REF:

content of check table:

content of host table:

As a result, I could see both in value help:

Now I would like to insert a new entry with key = Z3. This key does not exist in check table ZCHECK_REF. Will this creation be successfully done?

Yes.

The only defect is, when you try to create a new entry in host table, by clicking F4 for PROD_ID, you can only see Z1 and Z2, still Z3 is not in check table.

Read & Update:

Test ok.

Delete:

Test also ok.

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2020-07-02 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Created by Jerry Wang on Sep 29, 2016
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档