Table pools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are referred to as pooled tables or cluster tables.
A table pool or table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous texts such as documentation). Data of commercial relevance is usually stored in transparent tables.
Table Pools
A table in the database in which all records from the pooled tables assigned to the table pool are stored corresponds to a table pool.
The definition of a pool consists essentially of two key fields (Tabname and Varkey) and a long argument field (Vardata). A pool has the following structure:
If a pooled table record is saved, it is stored in the table pool assigned. The name of the pooled table is written to the field Tabname. The contents of all key fields of the pooled table are written as a string to field Varkey and the contents of all data fields as a string to field Vardata. The length of the string stored in Vardata is entered in field Dataln by the database interface.
Due to the structure of a table pool, there are certain restrictions on the pooled tables assigned to it. The name of a pooled table may not exceed 10 characters. Since Varkey is a character field, all key fields of a pooled table must have character data types (for example, CHAR, NUMC, CLNT). The total length of all key fields or all data fields of a pooled table must not exceed the length of the Varkey or Vardata field of the assigned pool.
Table Clusters
Several logical data records from different cluster tables can be stored together in one physical record in a table cluster.
A cluster key consists of a series of freely definable key fields and a field (Pageno) for distinguishing continuation records. A cluster also contains a long field (Vardata) that contains the contents of the data fields of the cluster tables for this key. If the data does not fit into the long field, continuation records are created. Control information on the structure of the data string is still written at the beginning of the Vardata field. A table cluster has the following structure:
The records of all cluster tables with the same key are stored under one key in the assigned table cluster. The values of the key fields are stored in the corresponding key fields of the table cluster. The values of all data fields of the assigned cluster tables are written as a string to the Vardata field of the table cluster. Besides the actual data values, the data string contains information on the structure of the data and which table it comes from. If the string exceeds the maximum length of the Vardata field, a continuation record is written with the same key values. The continuation records for a key are distinguished by their value in field Pageno. The actual length of the string in the Vardata field is stored in the Pagelg field by the database interface.
You need the structural information stored in the ABAP Dictionary to read the data from a pooled table or cluster table correctly. These tables can therefore only be processed using Open SQL with the cluster interface, and not with Native SQL directly in the database.
- 大小: 9 KB
- 大小: 6.5 KB
- 大小: 10.6 KB
- 大小: 13.6 KB
分享到:
相关推荐
综上所述,"Pooled响应式后台管理模板"是一个全面的解决方案,它将Bootstrap的强大功能与响应式设计相结合,为后台管理提供了一套直观、易用且跨平台的界面。无论你是开发者还是设计者,都可以利用这套模板快速构建...
Second, for each axis-aligned text box proposed by RPN, we extract its pooled features with different pooled sizes and the concatenated features are used to simultaneously predict the text/non-text ...
由于 pooled-pg 旨在与 pg 兼容,只需将pg替换为pooled-pg ! 池化是使用generic-pool ,它应该比pg自己的池化更强大,根据它不是 100% 可靠的。 pg.connect() 在以下行中,更改pg : var pg = require('pg'); ...
koa-pooled-mongo Koa-pooled-mongo 是 koa 的 mongodb 中间件,支持连接池。 这个想法的灵感来自 Koa-mongo。 但是这个使用 co-mongo 而不是原生的 mongodb lib 来支持基于生成器的流量控制。 随着时间的推移,还...
Pooled: multiple server instances are accessible by clients. This works exactly the same as Singleton, unless the first server instance is busy. Note: to test this sample properly, you need to run ...
of the k nearest neighbors is then pooled by means of Dempster's rule of combination. This approach provides a global treatment of such issues as ambiguity and distance rejection, and imperfect ...
不断学习的增量学习者存储我在博士学位论文(2019-)期间完成的所有公共作品的存储库。 您可以在其中找到已知的实现(iCaRL等),也可以... author={Douillard, Arthur and Cord, Matthieu and Ollion, Charles and R
Action Recognition with Trajectory-Pooled Deep-Convolutional Descriptors 2015 CVPR ActivityNet A Large-Scale Video Benchmark for Human Activity Understanding 2015 CVPR Bag of Visual Words and Fusion ...
- **IMSL_POOLED_COV**: Computes the pooled covariance matrix, which is useful in comparing the variability across different groups. - **IMSL_ROBUST_COV**: Provides a robust estimate of the covariance ...
安装将此行添加到应用程序的 Gemfile 中: gem 'pooled_redis'用法使用Redis.new支持的选项将redis部分添加到您的database.yml development : redis : db : 2production : redis : url : ' redis://mymaster ' ...
TDD, 轨迹池深层卷积描述符 基于的轨迹池深层卷积本文提供了跟踪轨迹池深层卷积描述符( TDD )的代码,如下所述:Action Recognition with Trajectory-Pooled Deep-Convolutional Descriptors
#Pooled WS 客户端示例 这是一个示例项目,展示了一种利用 Apache Commons Pool 创建和维护 JAX-WS 客户端代理池的方法。 将部署两件事:一个 JAX-WS 端点和一个“客户端”servlet。 调用 servlet 时,它将创建一个...
mongo-wrapper-pooled 使用 generic-pool 连接池的 mongodb 包装库 用法 初始化 var MongoWrapper = require ( 'mongo-wrapper-pooled' ) ; var settings = { host : 'localhost' , port : '27017' , db : '...
将DAI放入池中的用户会收到Pooled cDAI(pcDAI),这是一种ERC20令牌,可随时以1比1的比例兑换DAI。怎么运行的化合物通过增加exchangeRate (每个cDAI可以兑换的DAI数量)来增加cDAI的利息。 因此,您可以使用...
合并单元格绘画-基于图像的分析管道配方 :...目前,这两种数据成分的测量都是由CellProfiler软件进行的(使用定制的Pooled Cell Painting插件)。 配方步骤 所有食谱还包括针对每个食谱的特定说明或步骤。 我们的食谱
Pooled-Storage Filesystem(PFS)是针对这个问题提出的一种创新方案,尤其对于Linux用户来说,它提供了一种打破传统固定大小卷限制的途径。 标题中的“PFS for Linux - 开源”表明这是一个专为Linux操作系统设计的...
# The default: build and run tests Make.ps1 [ - Test ] [ - Configuration < String> ] # Just build; don't run tests Make.ps1 - Build [ - Configuration < String> ] # Build and run tests w/coverage Make...
根据提供的文件信息,我们可以深入探讨侯捷老师在2008年的讲课资料中涉及的关键知识点——SGI STL中的Pooled Allocator。以下是对该知识点的详细解释: ### 1. Pooled Allocator简介 - **概念**:Pooled Allocator...
School readiness and teachers' ratings: A validation study SCHOOL READINESS AND TEACHERS’ RATINGS : A VALIDATION STUDY’ WILLIAM M. FLOOK AND WAYNE F.... The six groups were not pooled becau
在IT行业中,消息队列(Message Broker)是分布式系统中重要的组件之一,它负责处理应用程序之间的异步通信。Apache ActiveMQ是广泛使用的开源消息代理,它支持多种消息协议,如AMQP、STOMP、JMS等。...