ABAP check table的工作原理

简介: 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:


image.png

image.png

content of check table:

image.png

content of host table

image.png

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

image.png

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?


image.png

Yes.


image.png

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.



image.png

Read & Update:

image.png

Test ok.

image.png

Delete:

image.png

Test also ok.

image.png

相关文章
|
7月前
SAP ABAP Lock 的 Collision Check 机制介绍
SAP ABAP Lock 的 Collision Check 机制介绍
22 0
|
2月前
|
SQL Java 数据库
ABAP 7.40 新语法介绍系列之四 - ABAP Table Expression 内表表达式的用法试读版
ABAP 7.40 新语法介绍系列之四 - ABAP Table Expression 内表表达式的用法试读版
19 0
|
7月前
|
应用服务中间件 API 数据库
SAP ABAP 应用程序中的锁机制和工作原理介绍试读版
SAP ABAP 应用程序中的锁机制和工作原理介绍试读版
55 0
|
8月前
ABAP 数据字典里数据元素(Data Element),结构(Structure)和表类型(Table Type)三者的使用辨析试读版
ABAP 数据字典里数据元素(Data Element),结构(Structure)和表类型(Table Type)三者的使用辨析试读版
68 1
|
8月前
|
数据库
SAP ABAP 系统进行 client 拷贝时遇到的 63999 table too wide during client copy 错误消息
SAP ABAP 系统进行 client 拷贝时遇到的 63999 table too wide during client copy 错误消息
50 0
|
8月前
|
容器
SAP ABAP 系统同微软 Office 套件进行 Desktop Integration 的工作原理
SAP ABAP 系统同微软 Office 套件进行 Desktop Integration 的工作原理
42 1
|
存储 缓存
SAP ABAP OData gateway缓存表的存储逻辑 - cache table logic
Created by Jerry Wang, last modified on Jun 19, 2015 gateway系统首先会检查自己的 cache table看里面是否有cached的model数据:
123 0
SAP ABAP OData gateway缓存表的存储逻辑 - cache table logic
|
缓存
SAP Fiori OData gateway 和后台 ABAP 系统的双缓存表(cache table)设计
SAP Fiori OData gateway 和后台 ABAP 系统的双缓存表(cache table)设计
136 0
SAP Fiori OData gateway 和后台 ABAP 系统的双缓存表(cache table)设计
|
缓存
SAP Fiori OData gateway 和后台 ABAP 系统的双缓存表(cache table)设计
SAP Fiori OData gateway 和后台 ABAP 系统的双缓存表(cache table)设计
117 0
SAP Fiori OData gateway 和后台 ABAP 系统的双缓存表(cache table)设计
ABAP 数据结构激活时的错误消息 - combination reference table field XXX does not exist
ABAP 数据结构激活时的错误消息 - combination reference table field XXX does not exist
ABAP 数据结构激活时的错误消息 - combination reference table field XXX does not exist

热门文章

最新文章