READ TABLE itab

news/2025/3/29 14:39:46/

语法如下. 实际上就是从内表读取1行.

Syntax

READ TABLE itab { table_key
| free_key
| index } result.

Effect

This statement reads a row from the internal table itab. itab is a functional operand position.

The row must be specified by naming values for either table_key for a table key, a free condition free_key, or an index index. The latter is possible only for index tables and when using a sorted secondary key. The output response result determines how and to where the row contents are read.

If the row to be read is not specified uniquely, the first suitable row is read. In the case of index tables, this row has the lowest row number of all suitable rows in the table index used.

If the internal table is specified as the return value or result of a functional method, a constructor expression, or a table expression, the value is only available when the statement is executed. Afterwards, it is no longer possible to access the internal table.

Example

READ TABLE itb_cwms_in INTO wa_cwms_in WITH  KEY matnr = gw_ekpo-matnr .

Summary
Don’t add table key


http://www.ppmy.cn/news/970902.html

相关文章

浏览器最强简洁插件——iTab

iTab新标签页插件是一个好看好用的自定义卡片式浏览器新标签页扩展。可以通过浏览器(Edge、Chrome、Firefox等安装)插件进行实现。 以Edge浏览器为例手把手教会插件载入流程及基本页面设置。 安装: 1、进入Edge浏览器右上角三个小点——扩展…

Itab的样式模式切换

当信息展示为这样 处理办法 选择设置 - 选择:布局 - 组件模式

LOOP AT ITAB用法

文章目录 1 loop at itab 1 loop at itab Syntax LOOP AT itab result [cond]. … ENDLOOP. Effect The LOOP and ENDLOOP statements define a loop around a statement block. The LOOP statement reads lines from internal table itab sequentially. You can either re…

iTab 在iPhone手机的安装教程

1.Safari 浏览器中输入iTab Web 端链接🔗:https://go.itab.link/ 2.发送添加iTab网页到桌面

iTab 在安卓手机的安装教程

1.浏览器中输入iTab Web 端链接🔗:https://go.itab.link/ 2.小米手机在设置-主页设置中添加自定义主页 其他安卓手机可以收藏iTab 网页或发送到桌面,下次可方便打开。

Ae 效果快速参考:模拟

模拟 Simulation 焦散 Caustics 此效果可模拟焦散(在水域底部反射光),它是光通过水面折射而形成的。 在与波形环境效果和无线电波效果结合使用时,焦散效果可生成反射,并创建真实的水面。 卡片动画 Card Dance 此效果…

Ae:跟踪器面板

Ae菜单:窗口/跟踪器 Window/Tracker 跟踪器面板默认有四大模块: 跟踪摄像机 Track Camera 根据实拍场景中的画面运动,反求原始摄像机的运动数据。 将为图层添加“3D 摄像机跟踪器”效果。 跟踪运动 Track Motion 获得某个物体在画面中的运动…

Ae:预合成

Ae 不能对图层进行编组,若想将多个图层整合在一起,就需要通过嵌套来实现。 ◆ ◆ ◆ 合成嵌套与预合成 合成嵌套是指,将一个合成拖入到另一个合成中,作为它的一个图层。 或者,在合成中选中一个或多个图层&#xff0c…