当前位置:网站首页>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.

边栏推荐
- 2022/8/9 考试总结
- LeetCode_2632_字符串压缩
- SRv6性能测量
- LiveData : Transformations.map和 Transformations.switchMap用法
- 数字与中文大写数字互转(5千万亿亿亿亿以上的数字也支持转换)
- 高手这样看现货白银走势图
- 【Burning】It's time to show your true strength!Understand the technical highlights of the 2022 Huawei Developer Competition in one article
- 直播预告 | ICML 2022 11位一作学者在线分享神经网络,图学习等前沿研究
- What kind of mentality do you need to have when using the stock quantitative trading interface
- Filament-Material 绘制基本图形
猜你喜欢
随机推荐
探索TiDB Lightning源码来解决发现的bug
Sun Zhengyi lost 150 billion: it was expensive at the beginning
【Burning】It's time to show your true strength!Understand the technical highlights of the 2022 Huawei Developer Competition in one article
生成NC文件时,报错“未定义机床”
后台管理实现导入导出
金仓数据库 KingbaseGIS 使用手册(6.5. 几何对象编辑函数)
都在说云原生,那云原生到底是什么?
多线程是同时执行多个线程的吗
Sqlserver限制账户在哪些ip下才可以访问数据库
Redis集群
linux上使用docker安装redis
How to match garbled characters regularly?
2022牛客暑期多校训练营6(ABGIJM)
70. Stair Climbing Advanced Edition
Pytorch分布式训练/多卡训练DDP——模型初始化(torch.distribute 与 DDP的区别)
学习编程的第十二天
【AtomicInteger】常规用法
32 JZOF 】 【 print down on binary tree
Gold Warehouse Database KingbaseGIS User Manual (6.2. Management Functions)
为什么刀具数据库无法打开?









