当前位置:网站首页>ABAP中Collect的用法
ABAP中Collect的用法
2022-08-09 22:17:00 【月阴荒】
https://blog.csdn.net/sunnyonly1992/article/details/51783665
简单来说:collect 在非数值字段相同的情况下,起到了数值字段汇总作用。
非数值字段不同的情况下,效果和append相同执行插入内表操作,当非数值字段相同的时候,则相当于modify的效果,只不过是将数值字段进行汇总相加后更新。
语法:
collect w_table into i_table.
边栏推荐
- tiup cluster scale-out
- 力扣:474.一和零
- Click: 377. Combined Sum Ⅳ
- 力扣:279.完全平方数
- kubesphere
- 外包的水有多深?腾讯15k的外包测试岗能去吗?
- JS--hashchange事件--使用/教程
- HUAWEI CLOUD escorts the whole process of "Wandering Ark" for the first time, creating a popular brand
- 68. qt quick-qml multi-level folding drop-down navigation menu supports dynamic add/unload, support qml/widget loading, etc.
- Leetcode 236. 二叉树的最近公共祖先
猜你喜欢
随机推荐
linux上使用docker安装redis
Sqlserver restricts the ip under which accounts can access the database
【对象——对象及原型链上的属性——对象的操作方法】
Gartner's global integrated system market data tracking, hyperconverged market growth rate is the first
【JZOF】32从上往下打印二叉树
力扣:518. 零钱兑换 II
测试2年,当时身边一起入行的朋友已经月薪20k了,自己还没过万,到底差在了哪里?
Snap: 322. Change of Change
k8s部署mysql
[WeChat applet development (8)] Summary of audio background music playback problems
金仓数据库 KingbaseGIS 使用手册(6.4. 几何对象存取函数)
集合运算样例
2022牛客暑期多校训练营6(ABGIJM)
“我“是一名测试/开发程序员,小孙的内心独白......
打包报错 AAPT: error: failed to read PNG signature: file does not start with PNG signature.
如何知道电脑开机记录?
力扣:322. 零钱兑换
[JZOF] 82 binary tree with a path of a certain value (1)
直播预告 | ICML 2022 11位一作学者在线分享神经网络,图学习等前沿研究
Leetcode 236. 二叉树的最近公共祖先